← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12729: Minor fixed.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 12729 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-10-16 15:49:27 +0200
message:
  Minor fixed.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/styles/style.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-mapping/src/main/webapp/dhis-web-mapping/app/styles/style.css'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/styles/style.css	2013-10-13 12:41:41 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/styles/style.css	2013-10-16 13:47:40 +0000
@@ -465,11 +465,12 @@
  *--------------------------------------------------------------------------*/
 
 .x-menu-body {
-    border-color: #bbb;
+    border: 1px solid #aaa;
     border-radius: 2px;
 	padding: 0;
 	background-color: #fff !important;
 }
+
 .x-menu-item-active .x-menu-item-link {
 	border-radius: 0;
 	border-color: #e1e1e1;
@@ -496,16 +497,6 @@
 	left: 2px !important;
 }
 
-	/* Menu item */
-	.gis-menu-item-first.x-menu-item-active .x-menu-item-link { /* Menu item (first) hover */
-		border-top-left-radius: 2px;
-		border-top-right-radius: 2px;
-	}
-	.gis-menu-item-last.x-menu-item-active .x-menu-item-link { /* Menu item (first) hover */
-		border-bottom-left-radius: 2px;
-		border-bottom-right-radius: 2px;
-	}
-
 	.gis-menu-item-icon-edit,
 	.gis-menu-item-icon-clear,
 	.gis-menu-item-icon-labels,