You are here

flag.css in Flag 7.2

Same filename and directory in other branches
  1. 5 theme/flag.css
  2. 6.2 theme/flag.css
  3. 6 theme/flag.css
  4. 7.3 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;
}

/* 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;
}

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. /* Better contextual link support, prevent line wrapping. */
  14. ul.contextual-links li .flag-wrapper a {
  15. display: inline-block;
  16. }
  17. ul.contextual-links li .flag-wrapper {
  18. display: block;
  19. }
  20. /* The rest deals with indicating the waiting state. */
  21. .flag-waiting a {
  22. /* Give an impression of a disabled link. */
  23. opacity: 0.5;
  24. filter: alpha(opacity=50); /* IE */
  25. }
  26. .flag-waiting .flag-throbber {
  27. background: url(flag-throbber.gif) no-repeat right center;
  28. padding-right: 13px;
  29. }