Changeset 945
- Timestamp:
- 08/11/08 05:46:00 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/Public/templates/default/css/main.css
r899 r945 10 10 div.scrollreal{ 11 11 position:relative; 12 top: 16;12 top: 16px; 13 13 height: 250px; 14 14 overflow: auto; … … 106 106 COLOR: #666666; 107 107 font-weight: bold; 108 font : 12;108 font-size: 12px; 109 109 text-decoration: none; 110 110 } … … 112 112 COLOR: #666666; 113 113 font-weight: bold; 114 font : 12;114 font-size: 12px; 115 115 text-decoration: none; 116 116 } … … 119 119 COLOR: #333399; 120 120 font-weight: bold; 121 font : 12;121 font-size: 12px; 122 122 text-decoration: none; 123 123 } … … 126 126 COLOR: #cc0033; 127 127 font-weight: bold; 128 font : 12;128 font-size: 12px; 129 129 text-decoration: none; 130 130 … … 272 272 } 273 273 .callhistory_td4{ 274 background-color: #b72222 274 background-color: #b72222; 275 275 font-family: Verdana; 276 276 font-size: 10px; … … 379 379 .pp_error_maintable_tr1{ 380 380 background-color: #4e81c4; 381 font-size: 5;381 font-size: large; 382 382 color: #FFFFFF; 383 383 } 384 384 .pp_error_maintable_error{ 385 font-size: 4;385 font-size: medium; 386 386 color: #3050c2; 387 387 } … … 839 839 .viewhandler_span2 840 840 { 841 color: cc0000;841 color: #cc0000; 842 842 } 843 843 .viewhandler_table3_td1 … … 1176 1176 } 1177 1177 .infoBox { 1178 background: whitesmoke;1178 background: WhiteSmoke; 1179 1179 border-color: #7b9ebd; 1180 1180 border-style: solid; … … 1183 1183 .invoice_main_table 1184 1184 { 1185 border-right: lightgrey 1px solid;1185 border-right: LightGrey 1px solid; 1186 1186 padding-right: 2px; 1187 border-top: lightgrey 1px solid;1187 border-top: LightGrey 1px solid; 1188 1188 padding-left: 2px; 1189 1189 padding-bottom: 0px; 1190 1190 margin-left: auto; 1191 border-left: lightgrey 1px solid;1191 border-left: LightGrey 1px solid; 1192 1192 width: 95%; 1193 1193 margin-right: auto; 1194 1194 padding-top: 0px; 1195 border-bottom: lightgrey 1px solid;1195 border-bottom: LightGrey 1px solid; 1196 1196 } 1197 1197 .invoice_heading … … 1214 1214 color: navy; 1215 1215 font-family: Arial, Verdana; 1216 background-color: lightgrey;1216 background-color: LightGrey; 1217 1217 text-align: left; 1218 1218 }
