Ignore:
Timestamp:
2012-07-26T15:56:24+12:00 (12 years ago)
Author:
sjm84
Message:

Fixes to the interface so that the browsing tabs no longer go off the bottom of the banner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r25936 r26028  
    138138
    139139#topArea {
    140     border-bottom-width: 0px;
     140    border-bottom: 0px;
    141141    max-width: 998px;
    142142    margin: 20px auto 0;
     
    153153#gs_banner {
    154154    padding:0px;
    155     height:100px;
    156155    position: relative;
     156    border: 0px;
    157157}
    158158
     
    294294}
    295295
    296 #titlearea {
    297     padding-left: 20px;
    298     width:40%;
    299 }
    300 
    301296#titlesearchcontainer {
    302     height: 70px;
    303297    width: 100%;
    304298}
    305299
    306 #titlesearchcontainer h2 { 
    307     padding-left: 0px;
    308 }
    309 
    310300#titlesearchcontainer, #titlesearchcontainer form, #titlesearchcontainer h2{
    311     padding-top: 0px;
     301    padding-top: 10px;
    312302    padding-bottom: 0px;
    313303    margin-top: 0px;
     
    315305}
    316306
     307#titlearea {
     308    float: left;
     309    padding-left: 20px;
     310}
     311
     312#titlearea  h2{
     313    padding-left: 0px;
     314}
     315
    317316#quicksearcharea {
    318     width: 60%;
     317    float: right;
    319318    text-align: right;
    320319    padding-right: 20px;
    321     padding-top: 10px;
    322320}
    323321
     
    433431    display: inline;
    434432    margin-right: 5px;
    435     padding: 3px 5px 4px 7px;
     433    padding: 3px 5px 0px 7px;
    436434    text-transform: capitalize;
    437435    text-align: center;
    438     border-bottom: none;
     436    border-bottom: 0px;
    439437}
    440438
Note: See TracChangeset for help on using the changeset viewer.