repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed spacing in actions/cache/filebackend/filerepo/job folder
[mediawiki.git]
/
resources
/
jquery
/
jquery.badge.css
blob
d961bf3dbb4e6435d6bfd4b626b0f8644dcf3d91
1
.mw-badge
{
2
min-width
:
7px
;
3
-moz-border-radius
:
2px
;
4
-webkit-border-radius
:
2px
;
5
border-radius
:
2px
;
6
padding
:
1px 4px
;
7
text-align
:
center
;
8
font-size
:
12px
;
9
line-height
:
12px
;
10
background-color
:
#d2d2d2
;
11
}
12
13
.mw-badge-content
{
14
font-weight
:
bold
;
15
color
:
white
;
16
vertical-align
:
baseline
;
17
text-shadow
:
0 1px
rgba
(
0
,
0
,
0
,
0.4
);
18
}
19
20
.mw-badge-inline
{
21
display
:
inline-block
;
22
margin-left
:
3px
;
23
}
24
.mw-badge-overlay
{
25
position
:
absolute
;
26
bottom
: -
1px
;
27
right
: -
3px
;
28
z-index
:
50
;
29
}
30
31
.mw-badge-important
{
32
background-color
:
#cc0000
;
33
}
34