flag.css in Flag 6.2
Same filename and directory in other branches
.flag-message {
position: absolute;
top: 1.7em;
line-height: normal;
left: 0;
text-align: left;
width: 300px;
font-size: .8em;
}
.flag-wrapper {
position: relative;
}
/* 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;
}
File
theme/flag.cssView source
-
- .flag-message {
- position: absolute;
- top: 1.7em;
- line-height: normal;
- left: 0;
- text-align: left;
- width: 300px;
- font-size: .8em;
- }
-
- .flag-wrapper {
- position: relative;
- }
-
- /* 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;
- }