Changeset 13105


Ignore:
Timestamp:
2006-10-13T10:50:36+13:00 (18 years ago)
Author:
mdewsnip
Message:

Explicitly set the height of the navigation bar buttons to 20px, so it looks the same on Firefox and IE, and the search box is the same height as the other boxes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/style.css

    r13090 r13105  
    149149   top: 0px;
    150150   width: 216px;
    151    padding: 0.4em 0 0.4em 17px;
     151   height: 20px;
     152   padding: 6px 0 4px 17px;
    152153   border: 1px solid #22228c;
    153154   color: #192077;
Note: See TracChangeset for help on using the changeset viewer.