build: split into luci and luci-addons packages
[project/luci.git] / modules / niu / htdocs / luci-static / resources / niu.css
1 fieldset.dbbox {
2         float: left;
3         margin: 1em;
4         padding: 0.5em;
5         background: #eeeeee;
6         border: 1px solid #cccccc;
7         border-radius: 5px;
8         -khtml-border-radius: 5px;
9         -webkit-border-radius: 5px;
10         -moz-border-radius: 5px;
11         -o-border-radius: 5px;
12 }
13
14 fieldset.dbbox h2 {
15         background: url(icons32/folder.png) no-repeat right;
16         min-height: 24px;
17 }
18
19 table.dbstattbl {
20         text-align: left;
21         width: 100%;
22 }
23
24 table.dbstattbl th {
25         margin-right: 0.5em;
26 }