Changeset 2694

Show
Ignore:
Timestamp:
01/19/10 17:22:33
Author:
johnsa
Message:

Incomplete - # 535: format public system statistics
http://www.bedework.org/trac/bedework/ticket/535

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/css/bwTheme.css

    r2667 r2694  
    10021002  margin: 1em; 
    10031003} 
     1004#stats { 
     1005  font-size: 0.9em; 
     1006  margin: 0px; 
     1007  padding: 1em; 
     1008  border-bottom: 2px solid #aaa; 
     1009  border-left: 2px solid #aaa; 
     1010  border-right: 2px solid #aaa; 
     1011} 
     1012#statsTable { 
     1013  margin: 1em 0 0 4em; 
     1014  width: 300px; 
     1015} 
     1016#statsTable th { 
     1017  padding: 0.5em; 
     1018  background-color: #eee; 
     1019  color: black; 
     1020} 
     1021#statsTable td.label { 
     1022  text-align: right; 
     1023  padding-right: 2em; 
     1024} 
    10041025#footForms { 
    10051026  float: right;