dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23291
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11319: Minor
------------------------------------------------------------
revno: 11319
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-07-03 13:42:31 +0200
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-07-02 16:18:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2013-07-03 11:42:31 +0000
@@ -207,13 +207,14 @@
#leftBar
{
- height: 580px;
+ height: 100%;
+ background-color: #fafafa;
width: 235px;
position: fixed;
top: 46px;
left: 0px;
padding-top: 6px;
- border-right: 1px solid #ececec;
+ border-right: 1px solid #e8e8e8;
}
#leftBarContents
@@ -240,17 +241,18 @@
#leftBarContents ul a
{
display: block;
- color: #333;
+ color: #303030;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
- border-bottom: 1px solid #ececec;
+ border-bottom: 1px solid #e8e8e8;
}
#leftBarContents a:hover
{
text-decoration: underline;
+ background-color: #f4f4f4;
}
/*----------------------------------------------------------------------------*/
=== 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-07-02 16:18:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2013-07-03 11:42:31 +0000
@@ -207,55 +207,52 @@
#leftBar
{
- background-color: #518a0f;
- height: 535px;
+ height: 100%;
+ background-color: #fafafa;
width: 235px;
position: fixed;
- top: 44px;
+ top: 46px;
left: 0px;
padding-top: 6px;
- border-right: 1px solid #343a47;
- border-bottom: 1px solid #343a47;
- filter: alpha(opacity=90);
- opacity: 0.90;
- border-bottom-right-radius: 5px;
+ border-right: 1px solid #e8e8e8;
}
#leftBarContents
{
- font-size: 12px;
+ font-size: 9pt;
}
#leftBarContents h2
{
- font-size: 14px;
- background-color: #f5790b;
- margin: 16px 15px 0px 15px;
- padding: 4px 0px 3px 10px;
- color: white;
- border-style: solid;
- border-width: 1px;
- border-color: #ffffff;
+ font-size: 9pt;
+ margin: 16px 20px 2px 20px;
+ padding: 7px 0 7px 0;
font-weight: normal;
- border-radius: 3px;
+ font-family: LiberationSansBold, arial;
}
#leftBarContents ul
{
- margin-left: 26px;
list-style-type: none;
- color: white;
+ padding: 0;
+ margin: 0 20px 0 20px;
}
-#leftBarContents a
+#leftBarContents ul a
{
- color: white;
+ display: block;
+ color: #303030;
text-decoration: none;
+ padding-top: 8px;
+ padding-bottom: 8px;
+ cursor: pointer;
+ border-bottom: 1px solid #e8e8e8;
}
#leftBarContents a:hover
{
- color: #acc8de;
+ text-decoration: underline;
+ background-color: #f4f4f4;
}
/*----------------------------------------------------------------------------*/
=== 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-07-02 16:18:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2013-07-03 11:42:31 +0000
@@ -207,13 +207,14 @@
#leftBar
{
- height: 580px;
+ height: 100%;
+ background-color: #fafafa;
width: 235px;
position: fixed;
top: 46px;
left: 0px;
padding-top: 6px;
- border-right: 1px solid #ececec;
+ border-right: 1px solid #e8e8e8;
}
#leftBarContents
@@ -240,17 +241,18 @@
#leftBarContents ul a
{
display: block;
- color: #333;
+ color: #303030;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
- border-bottom: 1px solid #ececec;
+ border-bottom: 1px solid #e8e8e8;
}
#leftBarContents a:hover
{
text-decoration: underline;
+ background-color: #f4f4f4;
}
/*----------------------------------------------------------------------------*/
=== 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-07-02 16:18:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2013-07-03 11:42:31 +0000
@@ -207,52 +207,52 @@
#leftBar
{
- background-color: #b91010;
- height: 535px;
+ height: 100%;
+ background-color: #fafafa;
width: 235px;
position: fixed;
- top: 44px;
+ top: 46px;
left: 0px;
padding-top: 6px;
- border-right: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
- filter: alpha(opacity=90);
- opacity: 0.90;
- border-bottom-right-radius: 5px;
+ border-right: 1px solid #e8e8e8;
}
#leftBarContents
{
- font-size: 12px;
+ font-size: 9pt;
}
#leftBarContents h2
{
- font-size: 14px;
- background-color: #cf4343;
- margin: 16px 15px 0px 15px;
- padding: 5px 0px 4px 10px;
- color: white;
+ font-size: 9pt;
+ margin: 16px 20px 2px 20px;
+ padding: 7px 0 7px 0;
font-weight: normal;
- border-radius: 3px;
+ font-family: LiberationSansBold, arial;
}
#leftBarContents ul
{
- margin-left: 26px;
list-style-type: none;
- color: white;
+ padding: 0;
+ margin: 0 20px 0 20px;
}
-#leftBarContents a
+#leftBarContents ul a
{
- color: white;
+ display: block;
+ color: #303030;
text-decoration: none;
+ padding-top: 8px;
+ padding-bottom: 8px;
+ cursor: pointer;
+ border-bottom: 1px solid #e8e8e8;
}
#leftBarContents a:hover
{
- color: #acc8de;
+ text-decoration: underline;
+ background-color: #f4f4f4;
}
/*----------------------------------------------------------------------------*/