diff options
author | Steven Barth <steven@midlink.org> | 2009-11-14 13:41:37 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-11-14 13:41:37 +0000 |
commit | 730a9b6f69ecd1ce26b0e1c9bcd51ccf42f56f31 (patch) | |
tree | b442df9dfbe1c7af86aeac148508ef7135b89421 /modules/niu/htdocs/luci-static | |
parent | b882bdeb04adc817a477009c689ec3b79151bf71 (diff) |
NIU:
Redesign dashboard Level 1
Network / System status on dashboard
Rework "LAN IP has changed" warning
Fix Routing table not hiding when requested
Diffstat (limited to 'modules/niu/htdocs/luci-static')
-rw-r--r-- | modules/niu/htdocs/luci-static/resources/icons32/folder.png | bin | 0 -> 645 bytes | |||
-rw-r--r-- | modules/niu/htdocs/luci-static/resources/icons32/network-workgroup.png | bin | 0 -> 2226 bytes | |||
-rw-r--r-- | modules/niu/htdocs/luci-static/resources/icons32/preferences-system.png | bin | 0 -> 2171 bytes | |||
-rw-r--r-- | modules/niu/htdocs/luci-static/resources/niu.css | 26 |
4 files changed, 26 insertions, 0 deletions
diff --git a/modules/niu/htdocs/luci-static/resources/icons32/folder.png b/modules/niu/htdocs/luci-static/resources/icons32/folder.png Binary files differnew file mode 100644 index 000000000..6919f984f --- /dev/null +++ b/modules/niu/htdocs/luci-static/resources/icons32/folder.png diff --git a/modules/niu/htdocs/luci-static/resources/icons32/network-workgroup.png b/modules/niu/htdocs/luci-static/resources/icons32/network-workgroup.png Binary files differnew file mode 100644 index 000000000..860ffb95e --- /dev/null +++ b/modules/niu/htdocs/luci-static/resources/icons32/network-workgroup.png diff --git a/modules/niu/htdocs/luci-static/resources/icons32/preferences-system.png b/modules/niu/htdocs/luci-static/resources/icons32/preferences-system.png Binary files differnew file mode 100644 index 000000000..2afbd23cc --- /dev/null +++ b/modules/niu/htdocs/luci-static/resources/icons32/preferences-system.png diff --git a/modules/niu/htdocs/luci-static/resources/niu.css b/modules/niu/htdocs/luci-static/resources/niu.css new file mode 100644 index 000000000..6f895c957 --- /dev/null +++ b/modules/niu/htdocs/luci-static/resources/niu.css @@ -0,0 +1,26 @@ +fieldset.dbbox { + float: left; + margin: 1em; + padding: 0.5em; + background: #eeeeee; + border: 1px solid #cccccc; + border-radius: 5px; + -khtml-border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; +} + +fieldset.dbbox h2 { + background: url(icons32/folder.png) no-repeat right; + min-height: 24px; +} + +table.dbstattbl { + text-align: left; + width: 100%; +} + +table.dbstattbl th { + margin-right: 0.5em; +}
\ No newline at end of file |