=== 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 2011-09-04 21:07:05 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2011-09-14 08:33:26 +0000 @@ -471,3 +471,31 @@ border-radius: 3px; -moz-border-radius: 3px; /* Firefox */ } + +/*----------------------------------------------------------------------------*/ +/* Data entry forms */ +/*----------------------------------------------------------------------------*/ + +.alt +{ + background-color: #e0e0e0; + padding-right: 50px; +} + +.reg +{ + padding-right: 50px; +} + +.cent +{ + text-align: center; +} + +.formSection +{ + border:1px solid #c0c0c0; + padding:10px; + border-radius: 3px; + -moz-border-radius: 3px; /* Firefox */ +} === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2011-09-04 21:07:05 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2011-09-14 08:33:26 +0000 @@ -15,6 +15,12 @@ -moz-border-radius: 3px; /* Firefox */ } +.currentRow +{ + background-color: #d5ffc5; + padding-right: 50px; +} + #actions { float: right; @@ -26,38 +32,3 @@ { display: none; } - -.minmax -{ - background-color: #ff6600; -} - -.alt -{ - background-color: #e0e0e0; - padding-right: 50px; -} - -.reg -{ - padding-right: 50px; -} - -.currentRow -{ - background-color: #d5ffc5; - padding-right: 50px; -} - -.cent -{ - text-align: center; -} - -.formSection -{ - border:1px solid #c0c0c0; - padding:10px; - border-radius: 3px; - -moz-border-radius: 3px; /* Firefox */ -}