liquid_feedback_frontend

changeset 396:f9d7cd325852

Make top bar visible on IE
author bsw
date Tue Mar 06 19:51:33 2012 +0100 (2012-03-06)
parents 0a92766fe219
children 6cfdb2e5d3d4
files app/main/_layout/default.html static/style.css
line diff
     1.1 --- a/app/main/_layout/default.html	Mon Mar 05 22:39:41 2012 +0100
     1.2 +++ b/app/main/_layout/default.html	Tue Mar 06 19:51:33 2012 +0100
     1.3 @@ -21,6 +21,7 @@
     1.4        <div class="navigation" id="navigation">
     1.5          <!-- WEBMCP SLOT navigation -->
     1.6        </div>
     1.7 +      <br style="clear: both;" />
     1.8      </div>
     1.9      <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
    1.10        <!-- WEBMCP SLOT notice -->
     2.1 --- a/static/style.css	Mon Mar 05 22:39:41 2012 +0100
     2.2 +++ b/static/style.css	Tue Mar 06 19:51:33 2012 +0100
     2.3 @@ -160,7 +160,7 @@
     2.4    );
     2.5    color: #fff;
     2.6    font-size: 90%;
     2.7 -  line-height: 100%;
     2.8 +  line-height: 200%;
     2.9    padding-left: 1%;
    2.10    box-shadow: #aaa 0 0 5px;
    2.11    overflow: hidden;

Impressum / About Us