Changeset 2824 for trunk/template
- Timestamp:
- Nov 4, 2008, 2:47:48 AM (16 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/default-layout.css
r2795 r2824 47 47 } 48 48 49 /** General defaults **/50 49 INPUT, SELECT { 51 50 margin: 0; … … 58 57 } 59 58 60 /** forms **/61 59 62 60 FORM { padding: 0; margin: 0; } … … 71 69 margin-top: 1em; 72 70 margin-bottom: 0; 73 }74 75 TEXTAREA.description {76 height: 6em;77 width: 40em;78 overflow: auto;79 71 } 80 72 … … 275 267 #theHeader {text-align: center;} 276 268 277 #theNotificationPage dl,278 #thePopuphelpPage dl{ margin: 0 25px 25px; }279 #content #comments ul.thumbnailCategories li{ width:99%; }269 #theNotificationPage DL, 270 #thePopuphelpPage DL { margin: 0 25px 25px; } 271 #content #comments UL.thumbnailCategories LI { width:99%; } 280 272 /* jQuery datepicker */ 281 img.ui-datepicker-trigger {273 IMG.ui-datepicker-trigger { 282 274 cursor : pointer; 283 275 } -
trunk/template/yoga/picture.css
r2761 r2824 56 56 #linkPrev { 57 57 float: left; 58 margin-right: 10px; 59 margin-left: 5px; 58 60 } 59 61 60 62 #linkNext { 61 63 float: right; 62 }63 64 #linkPrev IMG {65 margin-right: 10px;66 margin-left: 5px;67 }68 69 #linkNext IMG {70 64 margin-right: 5px; 71 65 margin-left: 10px; … … 84 78 } 85 79 86 .thumbnailCategories li{ list-style: none; }80 .thumbnailCategories LI { list-style: none; } 87 81 88 82 .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { -
trunk/template/yoga/theme/dark/theme.css
r2648 r2824 2 2 3 3 /* text color */ 4 BODY, H1, H3, DT,4 BODY, H1, H3, 5 5 INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { 6 6 color:#d0d0d0;
Note: See TracChangeset
for help on using the changeset viewer.