← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10364: Dashboard, make searchf field wider

 

------------------------------------------------------------
revno: 10364
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-03-20 22:57:36 +0100
message:
  Dashboard, make searchf field wider
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	2013-03-17 16:14:45 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2013-03-20 21:57:36 +0000
@@ -91,14 +91,13 @@
   position: absolute;
   left: 411px;
   height: 22px;
-  width: 335px;
-  border: 1px solid #bbb;
+  width: 456px;
+  border: 1px solid #b0b0b0;
   padding: 5px 6px 0 6px;
 }
 
 #searchField
 {
-  width: 320px;
   padding: 0;
   margin: 0;
   border: 0;
@@ -113,7 +112,7 @@
   position: absolute;
   margin-top: 29px;
   left: 411px;
-  width: 347px;
+  width: 468px;
   border-right: 1px solid #bbb;
   border-bottom: 1px solid #bbb;
   border-left: 1px solid #bbb;