Ignore:
Timestamp:
20 Jun 2013, 08:45:11 (11 years ago)
Author:
Henrik Bettermann
Message:

Use and align new logo.

Use absolute position for user options.

Hide search form and institution title in smart phone browsers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css

    r10294 r10315  
    113113
    114114#header-head {
    115         height:130px;
     115        height:140px;
    116116}
    117117
    118118#user-options {
    119         float:right;
    120         padding:10px 20px;
     119  position:absolute;
     120  top:10px;
     121  right:10px;
    121122}
    122123
     
    128129        list-style:none;
    129130        display:inline;
    130         text-align: left;
     131  text-align: left;
    131132}
    132133
     
    148149        float: left;
    149150        margin: 5px;
    150         margin-top: 15px;
     151        margin-top: 0px;
    151152        width: 150px;
    152153}
     
    156157        font-size: 27px;
    157158        position: relative;
    158         top: -7px;
     159        top: 0px;
    159160        text-align:left;
    160161        margin-left:10px;
     
    799800        }
    800801
     802  .navbar-form {
     803    visibility:hidden;
     804    height: 0px;
     805  }
     806
    801807        #partners-tile {
    802808                height:140px;
     
    898904
    899905        /** Header **/
    900         #logo-container {
    901                 height:160px;
    902                 margin:20px 0;
     906
     907
     908  #logo-container {
     909                margin:10px;
     910    text-align:none;
     911    float:none;
     912    position:relative;
     913        }
     914
     915  #header-head {
     916      height: 50px;
     917  }
     918
     919        #user-options {
     920    position:absolute;
     921    top:10px; right:10px;
    903922        }
    904923
    905924        #logo-container #logo{
    906925                float:none;
     926    display: block;
     927    margin-left: auto;
     928    margin-right: auto;
     929    margin-bottom: 0px;
     930    margin-bottom: -15px;
     931
    907932        }
    908933
    909934        #logo-container h1 {
    910                 float:none;
    911                 margin:10px auto;
    912                 text-align:center;
    913                 font-size:17px;
    914                 padding:0 15px;
     935    visibility:hidden;
     936    height: 0px;
    915937        }
    916938}
     
    937959        }
    938960
    939         #user-options {
    940                 padding:10px 20px;
    941         }
    942 
    943961        /** Containers **/
    944962        .content-container {
Note: See TracChangeset for help on using the changeset viewer.