diff --git a/css/ui.css b/css/ui.css index 31cf87698..1f1d14d77 100644 --- a/css/ui.css +++ b/css/ui.css @@ -1,6 +1,19 @@ .dbg_info { font-size: 0.8em; } +.help th { + padding-top: 8px; +} +.help td { + vertical-align: top; + padding: 0 6px; +} +.help td:first-child { + text-align: right; + padding-right: 12px; + padding-bottom: 2px; + min-width: 160px; +} .tooltipbox { position: relative; display: inline-block; @@ -880,6 +893,25 @@ div.scripting-cell button:hover { div.scripting-cell button.scripting-enabled { background-color: #339999; } +#settingsForm h5:not(:first-child) { + margin-top: 24px; +} .dialog-help { color: #6666ff; -} \ No newline at end of file +} +#settingsForm label { + font-weight: normal; +} +#settingsForm label.main { + font-weight: bold; + margin-right: 4px; +} +#settingsForm .tab-stops .tab-stop { + margin-left: 0.5em; +} +#settingsForm .tab-stops input[type="text"] { + width: 2em; +} +#settingsForm .disabled { + opacity: 0.5; +} diff --git a/index.html b/index.html index fd751263d..fae287506 100644 --- a/index.html +++ b/index.html @@ -117,6 +117,7 @@ Help