Project

General

Profile

« Previous | Next » 

Revision 2439

Added by sgarg over 19 years ago

Changes made to the css files by Veronique (tablehead class).

(Committed done by Saurabh Garg for Veronique)

View differences:

default.css
131 131
    background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
132 132
    text-align: center;
133 133
    color: #0247A8; 
134
    font-size: 1em; 
135
    font-weight: bold; 
134
/*    font-size: 1em; 
135
    font-weight: bold; */
136
        font-size: 14px; 
137
    font-weight: bold;
138

  
136 139
}
137 140
                    
138 141
.searchcat {
......
261 264
	  text-align: left;
262 265
}
263 266
	
264
/*.tabledefault {
267
.tabledefault {
265 268
    background: white;
266 269
    color: #555555;
267 270
		width: 790px; 
268 271
		width: 100%; 
269 272
    font-size: 12px; 
270 273
		line-height: 1.2;
271
    padding-left: 5px;
272
    padding-right: 5px; 
273
}*/
274
    /*padding-left: 5px;
275
    padding-right: 5px;*/ 
276
}
274 277

  
275 278
.tablepanel {
276 279
    background: #eeeeee;
......
281 284
}
282 285

  
283 286
.tablehead {
284
    background-color: #B3D4FF;
287
    background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
285 288
    color: #0040A1; 
289
    text-align: left;
286 290
    font-size: 14px; 
287
    font-weight: bold; 
288
    border-top: solid #ffffff 5px;
291
    font-weight: bold;
292
    border-top: solid #ffffff 2px;
289 293
    border-bottom: solid #ffffff 2px;
290 294
    padding-left: 15%;
291 295
    padding-top: 0px;
292 296
    padding-bottom: 0px;
293 297
}
294 298

  
299
th.tablehead {
295 300

  
296
       
301
    text-align: center;
302
    border: 0px;
303
    margin: 0px;
304
    padding: 0px;
305
    height:  21px;
306
}
307

  
308
.tablehead_lcorner {
309
    background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);
310
    background-position: right top;
311
    background-repeat: no-repeat;
312
    padding: 0px;
313
    margin:  0px;
314
    width:   10px;
315
    height:  21px;
316
}    
317
    
318
.tablehead_rcorner {
319
    background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);
320
    background-position: left top;
321
    background-repeat: no-repeat;
322
    padding: 0px;
323
    margin:  0px;
324
    width:   10px;
325
    height:  21px;
326
} 
327
   
328

  
297 329
.tableheadcontrast {
298 330
    background: #dddddd;
299 331
    vertical-align: baseline;

Also available in: Unified diff