$Id$
-%>
- <div class="cbi-value-description"><%=self.description%> </div>
+ <% if #self.description > 0 then %><div class="cbi-value-description"><%=self.description%></div><% end %>
</div>
<% if self.tag_invalid[section] then %><div class="cbi-error"><%:cbi_invalid%></div><% end %>
</div>
<% if #self.deps > 0 then %><script type="text/javascript">
<% for j, d in ipairs(self.deps) do %>cbi_d_add("cbi-<%=self.config.."-"..section.."-"..self.option%>", "cbid.<%=self.config.."."..section.."."..d.field%>", "<%=d.value%>");
<% end %>
- </script><% end %>
\ No newline at end of file
+ </script><% end %>
color: #ffffff;
}
-* html .mainmenu {
- height: 1.8em;
-}
-
.mainmenu div {
float: left;
}
#content {
clear: both;
- width: 60%;
+ width: 80%;
margin: 0 auto;
padding: 0.5em;
background: #f5f5f5;
.cbi-value-title {
float: left;
- width: 30%;
+ width: 40%;
margin: 0.25em 0;
}
div.cbi-value-field {
- width: 68%;
- margin: 0.25em 0 0.25em 30%;
+ width: 58%;
+ margin: 0.25em 0 0.25em 40%;
}
div.cbi-value-description {
+ width: 58%;
+ margin-left: 40%;
font-size: 90%;
}
}
* html div#content {
- margin-left: -60% !important;
- width: 120% !important;
+ margin-left: -80% !important;
+ width: 160% !important;
}
* html div.mainmenu div.hover ul,
height: 1em !important;
width: 10em !important;
}
+
+* html .mainmenu {
+ height: 1.8em;
+}