← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10605: Adjusted size of module overview links

 

------------------------------------------------------------
revno: 10605
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-04-17 15:09:58 +0200
message:
  Adjusted size of module overview links
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm


--
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/functions.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm	2013-03-14 19:05:13 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/functions.vm	2013-04-17 13:09:58 +0000
@@ -2,7 +2,7 @@
 <tr>
 	
 <td valign="top">
-<ul class="introList" style="width:340px; margin-top:0px; margin-right:15px;">
+<ul class="introList" style="width:336px; margin-top:0px; margin-right:15px;">
 	#introListImgItem( "../dhis-web-commons-about/help.action", "help_center", "function-help-center" )
     #introListImgItem( "../dhis-web-commons-about/software.action", "supportive_software", "function-supportive-software" )
     #introListImgItem( "../dhis-web-commons-about/modules.action", "system_overview", "function-system-overview" )
@@ -12,7 +12,7 @@
 </td>
 
 <td valign="top">
-<ul class="introList" style="width:340px; margin-top:0px; margin-right:15px;">
+<ul class="introList" style="width:336px; margin-top:0px;">
     #introListImgItem( "../dhis-web-commons-about/userSettings.action", "settings", "function-settings" )
     #introListImgItem( "../dhis-web-commons-about/showUpdateUserProfileForm.action", "profile", "function-profile" )
     #introListImgItem( "../dhis-web-commons-about/showUpdateUserAccountForm.action", "account", "function-account" )

=== 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 15:37:17 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/about/modules.vm	2013-04-17 13:09:58 +0000
@@ -3,7 +3,7 @@
 
 #if( $maintenanceModules && $maintenanceModules.size() > 0 )
 <td valign="top">
-<ul class="introList" style="width:340px; margin-top:0px; margin-right:15px;">
+<ul class="introList" style="width:336px; margin-top:0px; margin-right:15px;">
 #foreach( $module in $maintenanceModules )
 	#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
 #end
@@ -13,7 +13,7 @@
 
 #if( $serviceModules && $serviceModules.size() > 0 )
 <td valign="top">
-<ul class="introList" style="width:340px; margin-top:0px;">
+<ul class="introList" style="width:336px; margin-top:0px;">
 #foreach( $module in $serviceModules )
 	#introListImgItem( "${module.defaultAction}" "${module.name}" "${module.name}" )
 #end