diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-25 12:27:44 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-25 12:27:44 +0100 |
commit | 27c78a6abea3b7580b42d8b483a869ecadb5c336 (patch) | |
tree | 9be7e4b570e475cc9474eff7fe4bb4622c588746 | |
parent | 4c9537e70fbc6fed3105458007016b516d481d85 (diff) | |
parent | 70986970ecd6efbc9eab16b24ec32b43f082c843 (diff) |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | src/css/fms.css | 10 | ||||
-rw-r--r-- | src/images/user.png | bin | 147 -> 200 bytes | |||
-rw-r--r-- | src/images/user@x2.png | bin | 216 -> 305 bytes |
3 files changed, 8 insertions, 2 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index f381b61..c701e37 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -199,7 +199,7 @@ position: relative; width: 95%; margin: 20px auto; - background-color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.9); } .notopmargin { @@ -393,6 +393,12 @@ display:block; height: 100%; width: 100%; + transition: all 0.5s linear; + -webkit-transition: all 0.5s linear; + } + #map_box.background-map{ + -webkit-filter: blur(3px); + opacity: 0.9; } #map{ @@ -722,7 +728,7 @@ background-size: 18px 18px; } div[data-role='header'] .ui-icon-fms-account { - background-image: url(../images/user.png); + background-image: url(../images/user@x2.png); background-size: 18px 18px; } .ui-icon-fms-photo-new { diff --git a/src/images/user.png b/src/images/user.png Binary files differindex 980ccdd..8b798e1 100644 --- a/src/images/user.png +++ b/src/images/user.png diff --git a/src/images/user@x2.png b/src/images/user@x2.png Binary files differindex 0b46740..b002af1 100644 --- a/src/images/user@x2.png +++ b/src/images/user@x2.png |