Minor Changes

This commit is contained in:
Brinken
2012-09-02 15:27:09 +02:00
parent 77d0ff7a9f
commit 1d71c3a6d2
3 changed files with 101 additions and 59 deletions
+20 -3
View File
@@ -344,9 +344,26 @@ input[type="checkbox"]:checked:after{
/*config*/
div#config_wrapper { margin: auto; width: 640px;}
div#config_wrapper div table { width: 100%; border-collapse:separate; border-spacing: 10px; }
div#config_wrapper div table tr td:first-child{ width: 240px; }
div#config_wrapper div table tr td{ vertical-align: middle; }
div#config_wrapper > div > table { width: 100%; border-collapse:separate; border-spacing: 10px; }
div#config_wrapper > div > table tr td:first-child{ width: 240px; }
div#config_wrapper > div > table tr td{ vertical-align: middle; }
group,
div.group {
padding: 5px;
background-color: rgba(0,0,0,0.1);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
display: block;
}
div.group table {
margin-left: 10px;
}
div.group:first-child {
margin-left: 0px;
}
/*end config*/
/* Artist Table Style*/