dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26484
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13109: minor css fixes in light_blue
------------------------------------------------------------
revno: 13109
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-12-03 08:56:02 +0100
message:
minor css fixes in light_blue
modified:
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/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-02 12:30:19 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2013-12-03 07:56:02 +0000
@@ -11,8 +11,8 @@
html,body
{
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
background-color: white;
}
@@ -23,7 +23,7 @@
ul,ol
{
- padding: 0px;
+ padding: 0;
}
a
@@ -58,9 +58,9 @@
height: 44px;
position: fixed;
z-index: 10;
- top: 0px;
- left: 0px;
- right: 0px;
+ top: 0;
+ left: 0;
+ right: 0;
box-shadow: 0 0 3px #222;
}
@@ -162,7 +162,7 @@
opacity: 0.94;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
- box-shadow: #ccc 0px 1px 1px 0px;
+ box-shadow: #ccc 0 1px 1px 0;
}
.menuDropDownBox
@@ -270,7 +270,7 @@
opacity : 0.98;
border-bottom-left-radius : 3px;
border-bottom-right-radius : 3px;
- box-shadow : #ccc 0px 1px 1px 0px;
+ box-shadow : #ccc 0 1px 1px 0;
}
.contextMenuItems {
@@ -308,7 +308,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;