liquid_feedback_frontend

changeset 587:f0ffe4420fe2

Make member menu right aligned
author bsw
date Wed Jun 20 22:29:33 2012 +0200 (2012-06-20)
parents 95f214d91956
children a7a5c5ae236e
files static/style.css
line diff
     1.1 --- a/static/style.css	Wed Jun 20 22:21:29 2012 +0200
     1.2 +++ b/static/style.css	Wed Jun 20 22:29:33 2012 +0200
     1.3 @@ -238,6 +238,14 @@
     1.4    padding: 0;
     1.5    width: 200px;
     1.6  }
     1.7 +
     1.8 +#member_menu > li {
     1.9 +  width: 200px;
    1.10 +}
    1.11 +
    1.12 +#member_menu li a {
    1.13 +  float: right;
    1.14 +}
    1.15    
    1.16  #member_menu ul {
    1.17    margin: 0;
    1.18 @@ -1224,7 +1232,7 @@
    1.19  }
    1.20  
    1.21  .slot_help_hidden {
    1.22 -  float: right;
    1.23 +  float: left;
    1.24    margin-top: 1ex;
    1.25  }
    1.26  

Impressum / About Us