dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26641
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13177: Minor css
------------------------------------------------------------
revno: 13177
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-12-09 13:19:39 +0100
message:
Minor css
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-04 11:47:33 +0000
+++ 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
@@ -253,7 +253,8 @@
/* Context Menu */
/*----------------------------------------------------------------------------*/
-.contextMenu {
+.contextMenu
+{
position : absolute;
font-size : 9pt;
color : #000;
@@ -273,13 +274,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;
@@ -287,12 +290,14 @@
cursor : pointer;
}
-.contextMenuItems a:hover {
+.contextMenuItems a:hover
+{
text-decoration : none;
background-color : #eee;
}
-.contextMenuItemActive {
+.contextMenuItemActive
+{
background-color: #668cb9 !important;
color: #fff !important;
}
@@ -418,7 +423,6 @@
text-align: left;
color: #39547d;
padding: 3px 0 2px 6px;
- border: 0;
font-family: LiberationSansBold, arial;
font-size: 13px;
font-weight: normal;
@@ -464,7 +468,7 @@
.listTable > tbody > tr > td
{
- padding: 12px 0 12px 5px;
+ padding: 11px 0 10px 5px;
}
.listRow
=== 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-04 11:47:33 +0000
+++ 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
@@ -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;
}
@@ -457,7 +464,7 @@
.listTable > tbody > tr > td
{
- padding: 12px 0 12px 5px;
+ padding: 11px 0 10px 5px;
}
.listRow
=== 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-04 11:47:33 +0000
+++ 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
@@ -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;
}
@@ -418,7 +425,6 @@
text-align: left;
color: #39547d;
padding: 3px 0 2px 6px;
- border: 0;
font-family: LiberationSansBold, arial;
font-size: 13px;
font-weight: normal;
@@ -459,7 +465,7 @@
.listTable > tbody > tr > td
{
- padding: 12px 0 12px 5px;
+ padding: 11px 0 10px 5px;
}
.listRow
=== 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-04 11:47:33 +0000
+++ 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
@@ -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;
}
@@ -457,7 +464,7 @@
.listTable > tbody > tr > td
{
- padding: 12px 0 12px 5px;
+ padding: 11px 0 10px 5px;
}
.listRow