=== 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 2012-04-11 09:02:06 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2012-04-24 12:28:43 +0000 @@ -536,3 +536,29 @@ { text-align: right; } + +/*----------------------------------------------------------------------------*/ +/* Custom forms, put a
around form to use */ +/*----------------------------------------------------------------------------*/ + +#cde-comfy table +{ + border-collapse: collapse; +} + +#cde-comfy table, #cde-comfy th, #cde-comfy td +{ + border: 1px solid #c0c0c0; +} + +#cde-comfy td, #cde-comfy th +{ + height: 30px; + padding: 10px; + margin: 10px; +} + +.cde-greyfield +{ + background-color: #e0e0e0; +}