← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8509: Using horinzontal space better in read message screen

 

------------------------------------------------------------
revno: 8509
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-10-12 16:30:56 +0200
message:
  Using horinzontal space better in read message screen
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2012-10-12 14:20:49 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2012-10-12 14:30:56 +0000
@@ -252,7 +252,7 @@
 
 .messageDiv
 {
-  width: 50%;
+  width: 700px;
   border-bottom: 1px solid #cccccc; 
   margin-bottom: 15px;
   padding-bottom: 15px;
@@ -260,7 +260,7 @@
 
 .messageBottomDiv
 {
-  width: 50%;
+  width: 700px;
   border-top: 1px solid #cccccc; 
   margin-top: 20px;
   padding-top: 15px;