dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25687
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12781: Dashboard, css fix for search div to avoid add link to break onto new line
------------------------------------------------------------
revno: 12781
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-10-21 18:30:59 +0200
message:
Dashboard, css fix for search div to avoid add link to break onto new line
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-10-15 14:00:22 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2013-10-21 16:30:59 +0000
@@ -255,15 +255,14 @@
#hitDiv .viewLink
{
display: inline-block;
- padding: 7px 5px 7px 12px;
- width: 410px;
+ padding: 7px 2.5%;
+ width: 83%;
}
#hitDiv .addLink
{
- float: right;
display: inline-block;
- padding: 9px 15px 7px 15px;
+ padding: 9px 3% 7px 3%;
}
.hitHeader
@@ -321,6 +320,7 @@
#addDashboardForm
{
+ padding-top: 12px;
display: none;
}