aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/css/fms.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 3aebdf9..3f1a82f 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -324,16 +324,13 @@
}
#relocate {
- z-index: 3000;
- position: absolute;
- left: 15px;
- bottom: 120px;
+ display: block;
height: 40px;
width: 40px;
padding: 5px;
margin: 0px;
border-radius: 2px;
- background-color: rgb(248,248,248);
+ background-color: rgba(248,248,248,0.8);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}