Web UI: Slight settings CSS improvements

This commit is contained in:
Christophe Dumez
2011-09-20 20:35:33 +03:00
parent 5990615248
commit 4ffe100287
2 changed files with 42 additions and 28 deletions

View File

@@ -289,4 +289,16 @@ a.tristate {
a.checked { background-position: 0 -13px; }
a.partial { background-position: 0 -26px; }
fieldset.settings {
border: solid 1px black;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
padding: 4px;
}
fieldset.settings legend {
margin-left: 8px;
padding: 4px;
font-weight: bold;
}