From 67d1e2252b8f46605d49a6c95c80475b890ec3b8 Mon Sep 17 00:00:00 2001 From: Qube Date: Fri, 20 Jul 2018 00:23:20 +0700 Subject: Add location section (Area selector and background change) + fix desk to 'bancodefensa' and 'bancoacusacion' when 'defensedesk' and 'prosecutiondesk' are not existed --- webAO/client.css | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'webAO/client.css') 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 -- cgit