diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-09-08 19:02:32 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-09-08 19:02:32 -0500 |
| commit | 8818ba99f804b1b1845a4757d67cc32d552956e1 (patch) | |
| tree | 06f1f280873d19adf989fdcc9b3c1ab61d640002 /webAO/client.css | |
| parent | 077fcf719b1a9383b4170f33a77c95024d6f7188 (diff) | |
Continue major cleanup and style fixes
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/webAO/client.css b/webAO/client.css index a76ef6f..79c2d00 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -16,6 +16,14 @@ img { image-rendering: auto; } +.lm_content :link { + color: #4288f2; +} + +.lm_content :visited { + color: #a65bd4; +} + @keyframes error_blink { 0% { color: white; @@ -87,13 +95,15 @@ img { } #client_chartable { - height: 360px; - width: 320px; - margin: 0 auto; - vertical-align: middle; background: #eeeeee; } +#client_chartable_container { + display: flex; + flex-direction: column; + align-items: center; +} + .demothing { height: 60px; width: 60px; @@ -258,8 +268,6 @@ img { overflow-y: scroll; font-size: medium; background-color: #242424; - border: black; - border-style: solid; text-align: start; line-height: .85em; } @@ -319,6 +327,15 @@ img { background-size: contain; } +.evi_options { + display: inline-block; +} + +.evi_options label { + display: inline-block; + width: 6em; +} + #bg_preview { max-width: 150px; max-height: 112px; @@ -376,6 +393,7 @@ img { .client_button { padding: 1px; + cursor: pointer; } .client_button.hover_button.inactive { @@ -464,15 +482,16 @@ img { } .location-box { - border-style: double; + border-style: solid; background-color: #7B2900; min-width: 120px; margin: 5px; display: inline-block; - padding: 10px; - border-radius: 7px; + padding: 6px; + border-radius: 5px; border-color: white; - border-width: 3px; + border-width: 1px; + cursor: pointer; } .location-box:hover { |
