← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13179: Minor

 

------------------------------------------------------------
revno: 13179
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-12-09 15:56:07 +0100
message:
  Minor
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.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/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2013-12-09 12:19:39 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2013-12-09 14:56:07 +0000
@@ -194,7 +194,8 @@
 /* DropDown Menu                                                              */
 /*----------------------------------------------------------------------------*/
 
-.gearDropDown {
+.gearDropDown 
+{
   background-color : #f7f7f7;
   float            : right;
   border           : 1px solid #eaeaea;
@@ -204,11 +205,13 @@
   border-top-right-radius : 3px;
 }
 
-.gearDropDown.active {
+.gearDropDown.active 
+{
   background-color : #ddd;
 }
 
-.dropDown {
+.dropDown 
+{
   position                   : absolute;
   display                    : none;
   font-size                  : 9pt;
@@ -226,17 +229,20 @@
   box-shadow                 : #ccc 0 1px 1px 0;
 }
 
-.dropDown > ul {
+.dropDown > ul 
+{
   margin: 6px 0;
 }
 
-.dropDown > ul > li {
+.dropDown > ul > li 
+{
   list-style-type : none;
   padding         : 0;
   margin          : 0;
 }
 
-.dropDown > ul > li > a {
+.dropDown > ul > li > a 
+{
   display       : block;
   padding       : 8px 5px;
   color         : #000;
@@ -244,7 +250,8 @@
   cursor        : pointer;
 }
 
-.dropDown > ul > li > a:hover {
+.dropDown > ul > li > a:hover 
+{
   text-decoration  : none;
   background-color : #eee;
 }

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2013-12-09 12:19:39 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2013-12-09 14:56:07 +0000
@@ -260,7 +260,8 @@
 /* Context Menu                                                               */
 /*----------------------------------------------------------------------------*/
 
-.contextMenu {
+.contextMenu 
+{
   position                   : absolute;
   font-size                  : 9pt;
   color                      : #000;
@@ -280,13 +281,15 @@
   box-shadow                 : #ccc 0px 1px 1px 0px;
 }
 
-.contextMenuItems {
+.contextMenuItems 
+{
   list-style-type : none;
   padding         : 0;
   margin          : 10px 0;
 }
 
-.contextMenuItems a {
+.contextMenuItems a 
+{
   display       : block;
   padding       : 10px 10px;
   color         : #000;
@@ -294,12 +297,14 @@
   cursor        : pointer;
 }
 
-.contextMenuItems a:hover {
+.contextMenuItems a:hover 
+{
   text-decoration  : none;
   background-color : #eee;
 }
 
-.contextMenuItemActive {
+.contextMenuItemActive 
+{
   background-color: #668cb9 !important;
   color: #fff !important;
 }

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2013-12-09 12:19:39 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2013-12-09 14:56:07 +0000
@@ -260,7 +260,8 @@
 /* Context Menu                                                               */
 /*----------------------------------------------------------------------------*/
 
-.contextMenu {
+.contextMenu 
+{
   position                   : absolute;
   font-size                  : 9pt;
   color                      : #000;
@@ -280,13 +281,15 @@
   box-shadow                 : #ccc 0 1px 1px 0;
 }
 
-.contextMenuItems {
+.contextMenuItems 
+{
   list-style-type : none;
   padding         : 0;
   margin          : 10px 0;
 }
 
-.contextMenuItems a {
+.contextMenuItems a 
+{
   display       : block;
   padding       : 10px 10px;
   color         : #000;
@@ -294,12 +297,14 @@
   cursor        : pointer;
 }
 
-.contextMenuItems a:hover {
+.contextMenuItems a:hover 
+{
   text-decoration  : none;
   background-color : #eee;
 }
 
-.contextMenuItemActive {
+.contextMenuItemActive 
+{
   background-color: #668cb9 !important;
   color: #fff !important;
 }

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2013-12-09 12:19:39 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2013-12-09 14:56:07 +0000
@@ -260,7 +260,8 @@
 /* Context Menu                                                               */
 /*----------------------------------------------------------------------------*/
 
-.contextMenu {
+.contextMenu 
+{
   position                   : absolute;
   font-size                  : 9pt;
   color                      : #000;
@@ -280,13 +281,15 @@
   box-shadow                 : #ccc 0px 1px 1px 0px;
 }
 
-.contextMenuItems {
+.contextMenuItems 
+{
   list-style-type : none;
   padding         : 0;
   margin          : 10px 0;
 }
 
-.contextMenuItems a {
+.contextMenuItems a 
+{
   display       : block;
   padding       : 10px 10px;
   color         : #000;
@@ -294,12 +297,14 @@
   cursor        : pointer;
 }
 
-.contextMenuItems a:hover {
+.contextMenuItems a:hover 
+{
   text-decoration  : none;
   background-color : #eee;
 }
 
-.contextMenuItemActive {
+.contextMenuItemActive 
+{
   background-color: #668cb9 !important;
   color: #fff !important;
 }