aboutsummaryrefslogtreecommitdiffstats
path: root/www/css/fms.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/fms.css')
-rw-r--r--www/css/fms.css41
1 files changed, 34 insertions, 7 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 4bb9262..de47a3b 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -227,8 +227,16 @@
}
.olControlAttribution {
- left: 5px;
- bottom: 5px !important;
+ left: 0;
+ right: 0 !important;
+ bottom: 0 !important;
+ font-size: 8px !important;
+ text-align:center;
+ background-color: rgba(255,255,255,0.5);
+ }
+ .olControlAttribution img{
+ max-height: 15px;
+ vertical-align:middle;
}
.map-bottom-btn {
@@ -264,11 +272,13 @@
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #ffaf22;
- padding: 0 0.25em;
+ padding: 0 0.4em;
color: #fff;
- text-shadow:none;
- font-weight:bold;
+ text-shadow: none;
+ font-weight: bold;
border: 1px solid #ffea3d;
+ min-width: 1em;
+ display: inline-block;
}
#relocate {
@@ -289,9 +299,21 @@
margin-left: 15px;
margin-right: 15px;
}
+
+ #OpenLayers_Control_Crosshairs_crosshairs{
+ pointer-events: none;
+ }
+
#login-options a.loggedin .signout{
display:block;
-
+
+ }
+ #map_box{
+ background-color: #534741;
+ background-image: url('../images/mapbg.png');
+ }
+ #map{
+ opacity: 0.85;
}
::-webkit-input-placeholder { /* WebKit browsers */
@@ -336,7 +358,6 @@
#details-page {
background: white !important;
}
-
.ui-loader {
height: 100%;
width: 100%;
@@ -359,3 +380,9 @@
opacity: 1;
background: url('images/ajax-loader.gif');
}
+
+ .ui-header .ui-title,
+ .ui-footer .ui-title
+ {
+ text-shadow:none;
+ }