dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22405
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10757: Removed explicit height and width for criteria divs
------------------------------------------------------------
revno: 10757
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-05-03 15:06:49 +0200
message:
Removed explicit height and width for criteria divs
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.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/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2013-04-30 09:09:08 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2013-05-03 13:06:49 +0000
@@ -438,8 +438,6 @@
div.inputCriteria
{
position: relative;
- width: 400px; /* Override this */
- height: 400px; /* Override this */
border: 1px solid #a4d2a3;
background-color: #d5efd5;
padding-top: 10px;