You are here

flag.css in Flag 5

.flag-message {
  position: absolute;
  top: 1.7em;
  line-height: normal;
  left: 0;
  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.css
View source
  1. .flag-message {
  2. position: absolute;
  3. top: 1.7em;
  4. line-height: normal;
  5. left: 0;
  6. width: 300px;
  7. font-size: .8em;
  8. }
  9. .flag-wrapper {
  10. position: relative;
  11. }
  12. /* The rest deals with indicating the waiting state. */
  13. .flag-waiting a {
  14. /* Give an impression of a disabled link. */
  15. opacity: 0.5;
  16. filter: alpha(opacity=50); /* IE */
  17. }
  18. .flag-waiting .flag-throbber {
  19. background: url(flag-throbber.gif) no-repeat right center;
  20. padding-right: 13px;
  21. }