Changeset 1185
- Timestamp:
- Apr 16, 2006, 9:47:28 AM (19 years ago)
- Location:
- branches/branch-1_6/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/template/yoga/default-colors.css
r970 r1185 22 22 23 23 /* Tables & forms */ 24 input, select, textarea{24 INPUT, SELECT, TEXTAREA { 25 25 color:black; 26 } 27 INPUT, SELECT, TEXTAREA, FORM .nofocus { 26 28 background-color: #d3d3d3; /* lightgrey */ 27 29 } 30 FORM .focus { 31 background-color: #f5f5f5; /* whitesmoke */ 32 } 33 28 34 29 35 .errors { /* Errors display */ … … 40 46 } 41 47 42 .errors ul li48 .errors UL LI 43 49 { 44 50 font-weight: normal; -
branches/branch-1_6/template/yoga/default-layout.css
r1183 r1185 1 1 /* $Id$ */ 2 3 /* * { padding: 0 !important; margin: 0 !important; } */4 2 5 3 BODY { … … 115 113 } 116 114 117 form#categoryOrdering ul.categoryActions {115 FORM#categoryOrdering UL.categoryActions { 118 116 float: right; 119 117 margin-top: 5px; 120 118 } 121 119 122 form#cat_modify table{ width: auto; }120 FORM#cat_modify TABLE { width: auto; } 123 121 124 122 /** … … 178 176 } 179 177 180 FORM .focus {181 background-color: whitesmoke;182 }183 184 FORM .nofocus {185 background-color: lightgrey; /* must be the same as input background-color */186 }187 188 178 FIELDSET.elementEdit A { 189 179 display: block;
Note: See TracChangeset
for help on using the changeset viewer.