summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-13 17:55:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-13 17:55:05 +0000
commit4c1f7c116944fd5b37173401db2479859acab91b (patch)
tree290751285ebca4e9200ce9f3a7085eca5433d438 /themes
parent7e6f357132cab6509e434b14be9a6bd431d405b4 (diff)
* luci/themes: <tt> is deprecated, replace with <pre> in error500 template, add css styles for error500 and cbi error messages
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index d02265514..78cb9542a 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -419,6 +419,12 @@ td.cbi-section-table-optionals {
padding-top: 1em;
}
+div.cbi-error {
+ font-size: 95%;
+ font-weight: bold;
+ color: #FF0000;
+}
+
.right {
text-align: right;
}
@@ -440,6 +446,13 @@ td.cbi-section-table-optionals {
display: inline;
}
+.error500 {
+ white-space: normal;
+ border: 1px dotted #FF0000;
+ background-color: #FFFFFF;
+ padding: 0.5em;
+}
+
#memorybar {
width:200px;
height:8px;