dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28944
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14540: Top menu, more link
------------------------------------------------------------
revno: 14540
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-03-30 23:17:08 +0200
message:
Top menu, more link
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-30 21:09:08 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/menu.css 2014-03-30 21:17:08 +0000
@@ -276,7 +276,8 @@
.apps-menu-more a {
color: #4A89BA;
- border: 1px solid #4A89BA;
+ border: 1px solid #ccc;
+ background-color: #f5f5f7;
border-radius: 5px;
display: table-cell;
vertical-align: middle;
@@ -285,6 +286,7 @@
.apps-menu-more a:hover {
color: #fff;
+ border: 1px solid #4A89BA;
background-color: #4A89BA;
}
@@ -298,10 +300,6 @@
* Overrides
* TODO: Merge these with the main stylesheet
*/
-#menuDropDown1 {
-
-}
-
hr.app-separator {
border: none;
border-top: 1px solid #bbb;