rotor.css in Rotor Banner 6
Same filename and directory in other branches
/*
* 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.cssView source
- /*
- * 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%;
- }