------------------------------------------------------------ revno: 16097 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Sat 2014-07-12 10:30:29 +0200 message: Css fix modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.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 2014-05-13 10:31:51 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2014-07-12 08:30:29 +0000 @@ -477,10 +477,11 @@ border: 1px solid #a4d2a3; background-color: #d0eBd0; padding-top: 10px; - padding-bottom: 10px; + padding-bottom: 11px; padding-left: 20px; margin-bottom: 15px; border-radius: 3px; + box-shadow: rgba(0, 0, 0, 0.11) 0 1px 1px; } /*----------------------------------------------------------------------------*/ @@ -508,6 +509,7 @@ border:1px solid #c0c0c0; padding:10px; border-radius: 3px; + box-shadow: rgba(0, 0, 0, 0.09) 0 1px 1px; } .formInputField === 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 2014-07-10 15:06:47 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css 2014-07-12 08:30:29 +0000 @@ -12,6 +12,7 @@ opacity: 0.85; border-radius: 3px; z-index: 10; + box-shadow: rgba(0, 0, 0, 0.09) 0 1px 1px; } #actions
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

