Project

General

Profile

« Previous | Next » 

Revision 3555

Added by bowdish almost 17 years ago

style changes for Attribute info display, set width for first column that uses added highlightAttrib and empty column; changed shading in bordered, coleven and colodd
changed .bordered width to 350px for first column, added border-bottom to columns; innercolodd, innercoleven border removed

set width for highlight to 115px and added text-align right to display highlighted items in display package

View differences:

lib/style/skins/default/default.css
1
 /*
1
 
2
*
2 3
  *   '$RCSfile$'
3 4
  *     Purpose: Default style sheet for KNB project web pages 
4 5
  *              Using this stylesheet rather than placing styles directly in 
......
143 144
    padding:  0px;
144 145
    margin:   0px;
145 146
}
146

  
147 147
.sectioncorner {
148 148
    background-image: url(/knb/style/skins/default/images/panelhead_bg.gif);
149 149
}
......
152 152
    background-image: url(/knb/style/skins/default/images/panelhead_bg.gif);
153 153
    text-align: center;
154 154
    color: #0247A8; 
155
/*    font-size: 1em; 
156
    font-weight: bold; */
157
        font-size: 14px; 
155
    /*    font-size: 1em; 
156
     *        font-weight: bold; */
157
    font-size: 14px; 
158 158
    font-weight: bold;
159
     }
159 160

  
160
}
161
                    
161

  
162 162
.searchcat {
163 163
    padding-left: 5px;
164 164
    color: #0247A8;
......
488 488
    background-color: #dddddd; 
489 489
    font-size: 12px;
490 490
    border: solid #ffffff 1px;
491
    width: 170px;
492 491
    text-align: right;
492
    vertical-align: text-top;
493 493
    padding-right: 4px;
494
    vertical-align: text-top;
495 494

  
496 495
}
497

  
496
.highlightAttrib {
497
	background-color: #ffffff;
498
	font-size: 12px;
499
	text-align: center;
500
	border-bottom: 2px solid #cccccc;
501
	padding: 1px;
502
	
503
}
498 504
.secondCol {
499 505
    background-color: #ffffff; 
500 506
    font-size: 12px; 
507
    padding-left: 2px;
501 508
}
509

  
502 510
.bordered {
503
    background-color: #dddddd; 
504 511
    font-size: 12px; 
505 512
    vertical-align: text-top;
506
    padding-left: 3px;
507
    padding-right: 3px;
508
    width: 400px;
513
    padding: 3px;
514
    width: 350px;
515
    border-bottom: 1px solid #dddddd;
509 516
}
510 517

  
511 518
.coleven {
512
    background-color: #eeeeee; 
513 519
    font-size: 12px;
514
    padding-left: 3px;
515
    padding-right: 3px;
520
    border-bottom: 1px solid #dddddd;
521
    
516 522
}
517 523

  
518 524
.colodd {
519
    background-color: #ffffff; 
520 525
    font-size: 12px;
521
    padding-left: 3px;
522
    padding-right: 3px;
526
    border-bottom: 1px solid #dddddd;
523 527
}
524

  
525 528
.innercolodd {
526 529
    font-size: 10px;
527 530
    padding-left: 3px;
......
532 535
  padding-left: 3px;
533 536
}    
534 537

  
538
.emptycolumn {
539
	width: 1px;
540
	border-bottom: 0px none;
541
}

Also available in: Unified diff