Changeset 683

Show
Ignore:
Timestamp:
07/03/06 12:40:54
Author:
johnsa
Message:

first pass clean up of freebusy aggregator webapp deploy directories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/freebusyAggregator/webapp/resources/demoskins/MainCampus/default/default/blue.css

    r670 r683  
    844844  text-align: right; 
    845845} 
     846 
     847/* Generic selectors*/ 
     848h2 { 
     849  margin: 0em; 
     850  padding: 0.2em 0.2em 0.2em 0.5em; 
     851  font-size: 1.3em; 
     852  border-bottom: 1px solid #ccc; 
     853  border-left: 2px solid #aaa; 
     854  border-right: 2px solid #aaa; 
     855} 
     856h2 a:link, 
     857h2 a:active, 
     858h2 a:visited, 
     859h2 a:hover { 
     860  color: black; 
     861  background-color: inherit; 
     862  text-decoration: none; 
     863} 
     864h2.bwStatusConfirmed { 
     865  background-color: #eee; 
     866  color: black; 
     867} 
     868h2.bwStatusCancelled { 
     869  background-color: #eee; 
     870  color: black; 
     871} 
     872h2.bwStatusTentative { 
     873  background: #eee url('../../images/tentativeLines.gif') top; 
     874  color: black; 
     875} 
     876/* Header IDs and classes */ 
     877#errors { 
     878  margin: 0; 
     879  padding: 1em; 
     880  background-color: #333; 
     881  color: #ff9; 
     882  font-weight: bold; 
     883} 
     884#tabsTable .centerCell { 
     885  text-align: left; 
     886  background : url(../../images/demo/std-tab-space.gif); 
     887  font-size: 0.8em; 
     888  white-space: nowrap; 
     889  width: 100%; 
     890  padding: 0 1em; 
     891} 
     892#stats { 
     893  font-size: 0.9em; 
     894  margin: 0px; 
     895  padding: 1em; 
     896  border-bottom: 2px solid #aaa; 
     897  border-left: 2px solid #aaa; 
     898  border-right: 2px solid #aaa; 
     899} 
     900#statsTable { 
     901  margin: 1em 0 0 4em; 
     902  width: 300px; 
     903} 
     904#statsTable th { 
     905  padding: 0.5em; 
     906  background-color: #eee; 
     907  color: black; 
     908} 
     909#statsTable td.label { 
     910  text-align: right; 
     911  padding-right: 2em; 
     912}