← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6160: Minor fixed

 

------------------------------------------------------------
revno: 6160
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2012-03-04 16:37:17 +0100
message:
  Minor fixed
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm
  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/about/modules.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm	2012-03-04 13:26:24 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm	2012-03-04 15:37:17 +0000
@@ -3,8 +3,7 @@
 
 #if( $maintenanceModules && $maintenanceModules.size() > 0 )
 <td valign="top">
-<h3>$i18n.getString( "maintenance" )</h3>
-<ul class="introList" style="width:340px; margin-right:15px;">
+<ul class="introList" style="width:340px; margin-top:0px; margin-right:15px;">
 #foreach( $module in $maintenanceModules )
 	#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
 #end
@@ -14,8 +13,7 @@
 
 #if( $serviceModules && $serviceModules.size() > 0 )
 <td valign="top">
-<h3>$i18n.getString( "services" )</h3>
-<ul class="introList" style="width:340px">
+<ul class="introList" style="width:340px; margin-top:0px;">
 #foreach( $module in $serviceModules )
 	#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
 #end

=== 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-03-04 13:26:24 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2012-03-04 15:37:17 +0000
@@ -371,11 +371,6 @@
   margin: 69px 10px 10px 270px;
 }
 
-#popupPage 
-{
-  margin: 50px 10px 10px 10px;
-}
-
 .required 
 {
   font-style: normal;