diff options
| author | Qube <qchinious@gmail.com> | 2018-07-20 00:23:20 +0700 |
|---|---|---|
| committer | Qube <qchinious@gmail.com> | 2018-07-20 00:23:20 +0700 |
| commit | 67d1e2252b8f46605d49a6c95c80475b890ec3b8 (patch) | |
| tree | d472259021d505e6acae10000e6d5f791868b655 /webAO/client.css | |
| parent | adf3cacdf2c6426a7eb7ea5fc500082992f357aa (diff) | |
Add location section (Area selector and background change) + fix desk to 'bancodefensa' and 'bancoacusacion' when 'defensedesk' and 'prosecutiondesk' are not existed
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/webAO/client.css b/webAO/client.css index f2cdd0e..d6360e3 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -159,10 +159,10 @@ img { #client_bench { display: none; position: absolute; - height: 100%; + height: auto; width: 100%; - top: 0; - left: 0; + bottom: 0; + left: 0; } #client_fg { @@ -340,6 +340,17 @@ img { background-size: contain; } +#bg_preview { + max-width: 150px; + max-height: 112px; + width: 100%; + height: 100%; + border-style: double; + border-radius: 7px; + border-color: white; + border-width: 3px; +} + .slider { padding-right: 4px; width: 80%; @@ -438,4 +449,20 @@ img { .material-icons.em-3 { font-size: 3em; +} + +.location-box{ + border-style: double; + background-color: #7B2900; + min-width: 120px; + margin: 5px; + display: inline-block; + padding: 10px; + border-radius: 7px; + border-color: white; + border-width: 3px; +} + +.location-box:hover{ + border-color: #FFD081; }
\ No newline at end of file |
