diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-11 23:10:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-11 23:10:24 +0000 |
commit | f372cbda9a3f40d889b0f4a9da399dfdf1435518 (patch) | |
tree | 2486eb64d82cd6aaf68f5bd6ffa76d49dca7c09d /themes/openwrt.org/htdocs | |
parent | a5e34813e36ce3e11bad13d65dca92ef1c1eb913 (diff) |
themes/openwrt.org: display error if Java Script is disabled
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 6 |
1 files changed, 6 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 ae9d45a97..91771a78c 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -830,6 +830,12 @@ div.cbi-tab-descr { padding: 0.5em; } +.errorbox { + border: 1px solid #FF0000; + background-color: #FFCCCC; + padding: 5px; +} + #memorybar { width: 200px; height: 8px; |