mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 16:19:28 +01:00
Config Style
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user