* luci/themes: fix help text styles in openwrt.org theme
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 20 Aug 2008 16:11:27 +0000 (16:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 20 Aug 2008 16:11:27 +0000 (16:11 +0000)
libs/cbi/luasrc/view/cbi/full_valuefooter.htm
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 8084cfd..a01f6bd 100644 (file)
@@ -14,8 +14,13 @@ $Id$
 -%>
 
                <% if #self.description > 0 then -%>
-                       <span class="cbi-value-helpicon"><img src="<%=resource%>/cbi/help.gif" alt="<%:help%>" /></span>
-                       <div class="cbi-value-description"><%=self.description%></div>
+                       <% if not luci.util.instanceof( self, luci.cbi.Flag ) then -%>
+                               <br />
+                       <%- end %>
+                       <div class="cbi-value-description">
+                               <span class="cbi-value-helpicon"><img src="<%=resource%>/cbi/help.gif" alt="<%:help%>" /></span>
+                               <%=self.description%>
+                       </div>
                <%- end %>
        <%- if self.title and #self.title > 0 then -%>
        </div>
index add60df..a022bcc 100644 (file)
@@ -414,8 +414,10 @@ div.cbi-value-field {
 
 div.cbi-value-description {
        font-size: 90%;
+       display: inline;
 }
 
+/*
 div.cbi-value-field > div.cbi-value-description {
        display: none;
 }
@@ -423,6 +425,7 @@ div.cbi-value-field > div.cbi-value-description {
 div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
        display: block;
 }
+*/
 
 div.cbi-section-create {
        clear: left;
@@ -442,7 +445,7 @@ div.cbi-section-remove {
 }
 
 .cbi-section-node {
-       clear: both;
+       CLEAR: Both;
        border: 1px dotted #bbbbbb;
        padding-bottom: 0;
 }