Changeset 13522


Ignore:
Timestamp:
2006-12-19T15:43:23+13:00 (17 years ago)
Author:
shaoqun
Message:

modify the style of the buttons of the home page

File:
1 edited

Legend:

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

    r13521 r13522  
    246246  width: 110px;
    247247}
     248
    248249*>div.button { /* for other browsers - IE6 doesn't apply this */
    249250  height: auto;
     
    251252  min-width: 110px;
    252253}
     254
    253255span.button {}
    254256span.button a { text-decoration: none; color: black; }
    255257span.button a:hover { /* IE6 doesn't do :hover for things that aren't <A> */
    256258  background: #eeddbb;
     259}
     260
     261div.homebutton {
     262  font-size: 11px;
     263  font-weight: bold;
     264  background: #f7e7c5;
     265  margin: 1px;
     266  border: 1px solid #eeddbb;
     267  text-align: center;
     268  vertical-align: middle;
     269  width: 110px;
     270  heigh: 30px;
    257271}
    258272
Note: See TracChangeset for help on using the changeset viewer.