dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29751
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15085: Menu css fix
------------------------------------------------------------
revno: 15085
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-04-29 10:09:04 +0200
message:
Menu css fix
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/light_blue/light_blue.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 2014-03-30 20:47:31 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2014-04-29 08:09:04 +0000
@@ -211,7 +211,7 @@
width: 235px;
position: fixed;
top: 46px;
- left: 0px;
+ left: 0;
padding-top: 6px;
border-right: 1px solid #ddd;
box-shadow: #ddd 0 0 2px 0;
@@ -227,7 +227,7 @@
color: #333;
font-size: 9pt;
margin: 16px 20px 1px 20px;
- padding: 7px 0 7px 0;
+ padding: 8px 0 8px 0;
font-weight: normal;
font-family: LiberationSansBold, arial;
}
@@ -242,17 +242,17 @@
#leftBarContents ul a
{
display: block;
- color: #303030;
+ color: #333;
text-decoration: none;
padding: 8px 12px;
cursor: pointer;
- border-bottom: 1px solid #ddd;
}
#leftBarContents a:hover
{
text-decoration: none;
background-color: #eee;
+ border-radius: 4px;
}
/*----------------------------------------------------------------------------*/
=== 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 2014-03-30 20:47:31 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2014-04-29 08:09:04 +0000
@@ -227,7 +227,7 @@
color: #333;
font-size: 9pt;
margin: 16px 20px 1px 20px;
- padding: 7px 0 7px 0;
+ padding: 8px 0 8px 0;
font-weight: normal;
font-family: LiberationSansBold, arial;
}
@@ -242,17 +242,17 @@
#leftBarContents ul a
{
display: block;
- color: #303030;
+ color: #333;
text-decoration: none;
padding: 8px 12px;
cursor: pointer;
- border-bottom: 1px solid #ddd;
}
#leftBarContents a:hover
{
text-decoration: none;
background-color: #eee;
+ border-radius: 4px;
}
/*----------------------------------------------------------------------------*/