← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14406: Apps menu, css box-shadow

 

------------------------------------------------------------
revno: 14406
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-03-25 16:10:13 +0100
message:
  Apps menu, css box-shadow
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css	2014-03-25 11:49:18 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css	2014-03-25 15:10:13 +0000
@@ -28,13 +28,13 @@
 .app-menu .app-menu-placeholder {
     margin: 10px;
     display: block;
-    border: 1px solid lightgray;
+    border: 1px solid #ccc;
     background: rgba(245, 245, 245, .9);
     width: 225px;
     height: 56px;
     border-radius: 5px;
     padding: 10px;
-    box-shadow: 1px 1px 7px lightgray;
+    box-shadow: #eee 0 1px 1px 0;
 }
 
 .app-menu .app-menu-item img {
@@ -247,7 +247,7 @@
 
 hr.app-separator {
     border: none;
-    border-top: 1px solid #4A89BA;
+    border-top: 1px solid #bbb;
     height: 1px;
     position: absolute;
     top: 288px;