Changeset 946
- Timestamp:
- 08/11/08 11:56:45 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2BCustomer_UI/templates/default/css/main.css
r29 r946 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 } … … 827 827 .viewhandler_span2 828 828 { 829 color: cc0000;829 color: #cc0000; 830 830 } 831 831 .viewhandler_table3_td1 … … 1164 1164 } 1165 1165 .infoBox { 1166 background: whitesmoke;1166 background: WhiteSmoke; 1167 1167 border-color: #7b9ebd; 1168 1168 border-style: solid; … … 1171 1171 .invoice_main_table 1172 1172 { 1173 border-right: lightgrey 1px solid;1173 border-right: LightGrey 1px solid; 1174 1174 padding-right: 2px; 1175 border-top: lightgrey 1px solid;1175 border-top: LightGrey 1px solid; 1176 1176 padding-left: 2px; 1177 1177 padding-bottom: 0px; 1178 1178 margin-left: auto; 1179 border-left: lightgrey 1px solid;1179 border-left: LightGrey 1px solid; 1180 1180 width: 95%; 1181 1181 margin-right: auto; 1182 1182 padding-top: 0px; 1183 border-bottom: lightgrey 1px solid;1183 border-bottom: LightGrey 1px solid; 1184 1184 } 1185 1185 .invoice_heading … … 1202 1202 color: navy; 1203 1203 font-family: Arial, Verdana; 1204 background-color: lightgrey;1204 background-color: LightGrey; 1205 1205 text-align: left; 1206 1206 } branches/1.3/A2BCustomer_UI/templates/design1/css/main.css
r1 r946 10 10 div.scrollreal{ 11 11 position:relative; 12 top: 16;12 top: 16px; 13 13 height: 250px; 14 14 overflow: auto; … … 115 115 116 116 font-weight: bold; 117 font : 9;117 font-size : 9px; 118 118 text-decoration: none; 119 119 } … … 123 123 COLOR: #666666; 124 124 font-weight: bold; 125 font : 9;125 font-size: 9px; 126 126 text-decoration: none; 127 127 } … … 130 130 COLOR: #333399; 131 131 font-weight: bold; 132 font : 9;132 font-size: 9px; 133 133 text-decoration: none; 134 134 … … 138 138 COLOR: #cc0033; 139 139 font-weight: bold; 140 font : 9;140 font-size: 9px; 141 141 text-decoration: none; 142 142 … … 365 365 .pp_error_maintable_tr1{ 366 366 background-color: #4e81c4; 367 font-size: 5;367 font-size: large; 368 368 color: #FFFFFF; 369 369 } 370 370 .pp_error_maintable_error{ 371 font-size: 4;371 font-size: medium; 372 372 color: #3050c2; 373 373 } … … 803 803 .viewhandler_span2 804 804 { 805 color: cc0000;805 color: #cc0000; 806 806 } 807 807 .viewhandler_table3_td1 … … 1094 1094 { 1095 1095 border-top-style: none; 1096 border-bottom: medi am dotted #667766;1096 border-bottom: medium dotted #667766; 1097 1097 border-right-style: none; 1098 1098 border-left-style: none; … … 1229 1229 .invoice_main_table 1230 1230 { 1231 border-right: lightgrey 1px solid;1231 border-right: LightGrey 1px solid; 1232 1232 padding-right: 2px; 1233 border-top: lightgrey 1px solid;1233 border-top: LightGrey 1px solid; 1234 1234 padding-left: 2px; 1235 1235 padding-bottom: 0px; 1236 1236 margin-left: auto; 1237 border-left: lightgrey 1px solid;1237 border-left: LightGrey 1px solid; 1238 1238 width: 95%; 1239 1239 margin-right: auto; 1240 1240 padding-top: 0px; 1241 border-bottom: lightgrey 1px solid;1241 border-bottom: LightGrey 1px solid; 1242 1242 } 1243 1243 .invoice_heading … … 1260 1260 color: navy; 1261 1261 font-family: Arial, Verdana; 1262 background-color: lightgrey;1262 background-color: LightGrey; 1263 1263 text-align: left; 1264 border-color: 1264 border-color: Black; 1265 1265 } 1266 1266 .invoice_td trunk/customer/templates/default/css/main.css
r212 r946 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 } … … 827 827 .viewhandler_span2 828 828 { 829 color: cc0000;829 color: #cc0000; 830 830 } 831 831 .viewhandler_table3_td1 … … 1164 1164 } 1165 1165 .infoBox { 1166 background: whitesmoke;1166 background: WhiteSmoke; 1167 1167 border-color: #7b9ebd; 1168 1168 border-style: solid; … … 1171 1171 .invoice_main_table 1172 1172 { 1173 border-right: lightgrey 1px solid;1173 border-right: LightGrey 1px solid; 1174 1174 padding-right: 2px; 1175 border-top: lightgrey 1px solid;1175 border-top: LightGrey 1px solid; 1176 1176 padding-left: 2px; 1177 1177 padding-bottom: 0px; 1178 1178 margin-left: auto; 1179 border-left: lightgrey 1px solid;1179 border-left: LightGrey 1px solid; 1180 1180 width: 95%; 1181 1181 margin-right: auto; 1182 1182 padding-top: 0px; 1183 border-bottom: lightgrey 1px solid;1183 border-bottom: LightGrey 1px solid; 1184 1184 } 1185 1185 .invoice_heading … … 1202 1202 color: navy; 1203 1203 font-family: Arial, Verdana; 1204 background-color: lightgrey;1204 background-color: LightGrey; 1205 1205 text-align: left; 1206 1206 } trunk/customer/templates/design1/css/main.css
r1 r946 10 10 div.scrollreal{ 11 11 position:relative; 12 top: 16;12 top: 16px; 13 13 height: 250px; 14 14 overflow: auto; … … 115 115 116 116 font-weight: bold; 117 font : 9;117 font-size : 9px; 118 118 text-decoration: none; 119 119 } … … 123 123 COLOR: #666666; 124 124 font-weight: bold; 125 font : 9;125 font-size: 9px; 126 126 text-decoration: none; 127 127 } … … 130 130 COLOR: #333399; 131 131 font-weight: bold; 132 font : 9;132 font-size: 9px; 133 133 text-decoration: none; 134 134 … … 138 138 COLOR: #cc0033; 139 139 font-weight: bold; 140 font : 9;140 font-size: 9px; 141 141 text-decoration: none; 142 142 … … 365 365 .pp_error_maintable_tr1{ 366 366 background-color: #4e81c4; 367 font-size: 5;367 font-size: large; 368 368 color: #FFFFFF; 369 369 } 370 370 .pp_error_maintable_error{ 371 font-size: 4;371 font-size: medium; 372 372 color: #3050c2; 373 373 } … … 803 803 .viewhandler_span2 804 804 { 805 color: cc0000;805 color: #cc0000; 806 806 } 807 807 .viewhandler_table3_td1 … … 1094 1094 { 1095 1095 border-top-style: none; 1096 border-bottom: medi am dotted #667766;1096 border-bottom: medium dotted #667766; 1097 1097 border-right-style: none; 1098 1098 border-left-style: none; … … 1229 1229 .invoice_main_table 1230 1230 { 1231 border-right: lightgrey 1px solid;1231 border-right: LightGrey 1px solid; 1232 1232 padding-right: 2px; 1233 border-top: lightgrey 1px solid;1233 border-top: LightGrey 1px solid; 1234 1234 padding-left: 2px; 1235 1235 padding-bottom: 0px; 1236 1236 margin-left: auto; 1237 border-left: lightgrey 1px solid;1237 border-left: LightGrey 1px solid; 1238 1238 width: 95%; 1239 1239 margin-right: auto; 1240 1240 padding-top: 0px; 1241 border-bottom: lightgrey 1px solid;1241 border-bottom: LightGrey 1px solid; 1242 1242 } 1243 1243 .invoice_heading … … 1260 1260 color: navy; 1261 1261 font-family: Arial, Verdana; 1262 background-color: lightgrey;1262 background-color: LightGrey; 1263 1263 text-align: left; 1264 border-color: 1264 border-color: Black; 1265 1265 } 1266 1266 .invoice_td
