← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2082: CSS fix

 

------------------------------------------------------------
revno: 2082
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Mon 2010-07-05 02:20:44 +0200
message:
  CSS fix
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/dom.js
  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/widgets.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/dom.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/dom.js	2010-07-01 03:25:19 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/dom.js	2010-07-05 00:20:44 +0000
@@ -9,8 +9,8 @@
   
   $( "li.menuDropDownItem" ).mouseout( function() // Out dropdown item
   {
-    $( this ).css( "background-color", "#265687" );
-    $( this ).css( "border", "1px solid #265687" );
+    $( this ).css( "background-color", "#2a5a8a" );
+    $( this ).css( "border", "1px solid #2a5a8a" );
   });
   
   $( "li.introItem" ).mouseover( function() // Over intro item
@@ -30,4 +30,4 @@
 function setMainPageNormal()
 {
 	document.getElementById( 'mainPage' ).style.marginLeft = '270px';
-}
+}
\ No newline at end of file

=== 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	2010-07-04 23:55:46 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2010-07-05 00:20:44 +0000
@@ -167,21 +167,21 @@
 div#menuDropDown1
 {
   position: absolute;
-  top: 72px;
+  top: 71px;
   left: 580px;
 }
 
 div#menuDropDown2
 {
   position: absolute;
-  top: 72px;
+  top: 71px;
   left: 680px;
 }
 
 div#menuDropDown3
 {
   position: absolute;
-  top: 72px;
+  top: 71px;
   left: 780px;
 }
 
@@ -189,11 +189,13 @@
 {
   font-size: 12px;
   color: #ffffff;
-  border: 1px solid #282c35;
+  border-right: 1px solid #282c35;
+  border-bottom: 1px solid #282c35;
+  border-left: 1px solid #282c35;
   padding-left: 5px;
   padding-right: 5px;
-  width: 191px;
-  background-color: #265687;
+  width: 189px;
+  background-color: #2a5a8a;
   display: none;
   z-index: 10;
   filter: alpha(opacity=90);

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2010-06-30 18:44:56 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2010-07-05 00:20:44 +0000
@@ -32,8 +32,9 @@
 
 #rightBar h3 
 {
+  font-weight: lighter;
   margin-top: 6px;
-  font-size: 11pt;
+  font-size: 13pt;
   color: #606060;
 }