Project

General

Profile

« Previous | Next » 

Revision 3518

organize the various file action buttons
annotate table cells with classes defined in stylesheet (now they can be customized for each skin!)
make the data labels (table cells) a bit more sleek (css)

View differences:

sanparks.css
401 401
  margin:   0px;
402 402
}
403 403

  
404
/** used in fgdc xsl **/
405
th {
406
	text-align: left;
407
	padding-left: 0px;
408
    border-bottom: solid #dddddd 1px;  		
409
}
410

  
404 411
/**
405 412
 *  these override styles imported from eml css 
406 413
 */	 
......
434 441
    color: #096B79;
435 442
    background-color: #FFFFFF;
436 443
    font-style: italic;    
437
    font-size: 1em; 
444
    font-size: 11px; 
438 445
    padding-left: 10px;
439 446
}
440 447

  
......
665 672
    }
666 673

  
667 674
.centerContentBorder {
668
        padding: 10px;
675
        padding: 0px;
669 676
        width: 98%;
670
        background: #F5F5F5;
671
        color: #90EE90;
677
        background: #FFFFFF;
678
        color: #FFFFFF;
672 679
}
673 680

  
674 681
.footerContent {

Also available in: Unified diff