liquid_feedback_frontend

changeset 467:ba9639bcadb0

Fixed errors with top navigation bar in ie9
author bsw
date Wed Mar 14 11:12:26 2012 +0100 (2012-03-14)
parents e15e8b15ccf5
children 19916608d28c
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Mar 13 20:21:48 2012 +0100
     1.2 +++ b/static/style.css	Wed Mar 14 11:12:26 2012 +0100
     1.3 @@ -169,6 +169,9 @@
     1.4    overflow: hidden;
     1.5    -mox-box-shadow: #aaa 0 0 5px;
     1.6    -webkit-box-shadow: #aaa 0 0 5px;
     1.7 +  border-top: 1px solid #333;
     1.8 +  line-height: 30px;
     1.9 +
    1.10  }
    1.11  
    1.12  .topbar .logolf {
    1.13 @@ -187,6 +190,7 @@
    1.14  }
    1.15  
    1.16  .navigation {
    1.17 +  background-color: #333;
    1.18    line-height: 200%;
    1.19  }
    1.20  
    1.21 @@ -199,6 +203,7 @@
    1.22    padding: 0 0.5em;
    1.23    float: left;
    1.24    display: block;
    1.25 +  white-space: nowrap;
    1.26  }
    1.27  
    1.28  form.unit_selector {
    1.29 @@ -207,7 +212,7 @@
    1.30  
    1.31  .topbar .member_info {
    1.32    float: right;
    1.33 -  margin-right: 1%;
    1.34 +  padding-right: 1%;
    1.35  }
    1.36  
    1.37  /*************************************************************************

Impressum / About Us