dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19079
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8183: Cosmetic fix
------------------------------------------------------------
revno: 8183
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-09-21 15:50:34 +0200
message:
Cosmetic fix
modified:
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/logo_separator.png
--
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/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 2012-08-01 18:04:45 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-09-21 13:50:34 +0000
@@ -62,17 +62,18 @@
background: linear-gradient(to bottom, #4c7eb0 0%,#1d5288 96%,#33669b 98%,#074a7d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7eb0', endColorstr='#074a7d',GradientType=0 ); /* IE6-9 */
- height: 46px;
+ height: 44px;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
+ box-shadow: 0 0 2px #000;
}
img#headerBanner
{
position: absolute;
- top: 5px;
+ top: 4px;
left: 59px;
}
@@ -119,7 +120,7 @@
font-size: 13px;
color: #ffffff;
text-align: center;
- line-height: 45px;
+ line-height: 44px;
cursor: pointer;
}
@@ -150,8 +151,8 @@
span#headerText
{
position: absolute;
- top: 13px;
- left: 253px;
+ top: 12px;
+ left: 240px;
font-family: LiberationSansBold, arial;
font-weight: lighter;
color: white;
@@ -161,21 +162,21 @@
div#menuDropDown1
{
position: absolute;
- top: 46px;
+ top: 44px;
left: 580px;
}
div#menuDropDown2
{
position: absolute;
- top: 46px;
+ top: 44px;
left: 680px;
}
div#menuDropDown3
{
position: absolute;
- top: 46px;
+ top: 44px;
left: 780px;
}
@@ -235,7 +236,7 @@
width: 235px;
float: left;
position: absolute;
- top: 46px;
+ top: 44px;
left: 0px;
padding-top: 6px;
border-right: 1px solid #10375f;
@@ -364,7 +365,7 @@
#mainPage
{
- margin: 69px 10px 10px 270px;
+ margin: 67px 10px 10px 270px;
}
.required
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/logo_separator.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/logo_separator.png 2011-04-26 13:11:49 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/logo_separator.png 2012-09-21 13:50:34 +0000 differ