You are here

flag.css in Flag 6.2

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