diff options
-rw-r--r-- | www/css/fms.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index b225a0a..dd81b7c 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -154,8 +154,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 { |