Config Style

This commit is contained in:
Brinken
2012-09-03 09:00:00 +02:00
parent 5f365c44a3
commit fba9695863
2 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
</tr>
<tr>
<td>
<label for="launch_browser">Launch browser:</label><br />
<label for="launch_browser">Launch browser:</label>
<br /><small>Enabling this feature will open Headphones at startup.</small>
</td>
<td>

View File

@@ -344,9 +344,9 @@ 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: 50%; }
div#config_wrapper div table tr td{ vertical-align: middle; }
div.group {
padding: 5px;
background-color: rgba(0,0,0,0.1);