aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css33
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