flag.css
816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.flag-message {
position: absolute;
top: 1.7em;
line-height: normal;
left: 0;
text-align: left;
width: 300px;
font-size: .8em;
}
.flag-message.flag-failure-message {
border: 1px solid ;
border-color: #ed5;
color: #840;
background-color: #fffce5;
padding: 2px;
}
.flag-wrapper {
position: relative;
}
/* Better contextual link support, prevent line wrapping. */
ul.contextual-links li .flag-wrapper a {
display: inline-block;
}
ul.contextual-links li .flag-wrapper {
display: block;
}
/* The rest deals with indicating the waiting state. */
.flag-waiting a {
/* Give an impression of a disabled link. */
opacity: 0.5;
filter: alpha(opacity=50); /* IE */
}
.flag-waiting .flag-throbber {
background: url(flag-throbber.gif) no-repeat right center;
padding-right: 13px;
}