luci/modules/niu/htdocs/luci-static/resources/niu.css
Steven Barth 730a9b6f69 NIU:
Redesign dashboard Level 1
Network / System status on dashboard
Rework "LAN IP has changed" warning
Fix Routing table not hiding when requested
2009-11-14 13:41:37 +00:00

26 lines
No EOL
437 B
CSS

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;
}