Changeset 11748


Ignore:
Timestamp:
2006-05-01T10:33:40+12:00 (18 years ago)
Author:
kjdon
Message:

some changes to make the page banner nicer and get rid of the random large whitespace between page banner and nav bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/images/style.css

    r11728 r11748  
    3939  float: right;
    4040  text-align: right;
    41 }
    42 
     41  padding: 0em;
     42  margin:0em;
     43}
    4344
    4445/* home, help, preferences links */
     
    4748  font-size: 10pt;
    4849  font-weight: bold;
    49 }
     50  padding: 0;
     51  margin: 0em;
     52}
     53
    5054/* the title set by the receptionist based on the page action */
    5155p.bannertitle {
     
    5357  font-size: 24px;
    5458  font-weight: bold;
    55   padding-top: 4px;
    56   padding-right: 4px;
    57   padding-bottom: 10px;
    58   margin-left: 10px;
     59  padding: 4px 0 10px 0;
     60  margin: 20px 0 0 0;
    5961  text-transform: lowercase;
    60   background: #96c19b;
    61   width: 40px;
    6262  text-align: right;
    6363  white-space: nowrap;
    6464}
    6565
     66span.bannertitle {
     67  background: #96c19b;
     68  padding: 5px 6px 7px 5px;
     69}
    6670
    6771/* the image for the collection, shown in the banner */
     
    7175}
    7276/* make sure this is shown under the other divs (which may be floating) */
     77
    7378div.bannerextra {
    74    padding-bottom: 40px;
    75 }
    76 
     79  padding-bottom: 20px;
     80}
    7781
    7882/* blankiconbar */
Note: See TracChangeset for help on using the changeset viewer.