You are here

rotor.css in Rotor Banner 6

Same filename and directory in other branches
  1. 5 rotor.css
  2. 6.2 rotor.css
  3. 7 rotor.css
/*
 * Garland theme forces all elements in the header region to be inline.
 * We fix this with the extra #header-region definition
 */

.rotor,
.rotor-items,
#header-region .rotor-items {
  display:block;
}

.rotor-items {
  width:100px;
  overflow:hidden;
}

.rotor-tab:hover {
  cursor:pointer;
}

.rotor-tab.selected {
  font-weight:bold;
}

fieldset.rotor-link div.form-item {
  float: left;
  width: 50%;
}

File

rotor.css
View source
  1. /*
  2. * Garland theme forces all elements in the header region to be inline.
  3. * We fix this with the extra #header-region definition
  4. */
  5. .rotor,
  6. .rotor-items,
  7. #header-region .rotor-items {
  8. display:block;
  9. }
  10. .rotor-items {
  11. width:100px;
  12. overflow:hidden;
  13. }
  14. .rotor-tab:hover {
  15. cursor:pointer;
  16. }
  17. .rotor-tab.selected {
  18. font-weight:bold;
  19. }
  20. fieldset.rotor-link div.form-item {
  21. float: left;
  22. width: 50%;
  23. }