=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-10-15 11:08:09 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-10-15 11:12:30 +0000 @@ -70,7 +70,8 @@ function removeAttributeOption( rowId ) { jQuery( '#' + rowId ).remove(); - if( jQuery( '#advancedSearchTB tr' ).length == 2 ){ + + if( jQuery( '#advancedSearchTB tr' ).length <= 1 ){ jQuery('#advancedSearchTB [name=clearSearchBtn]').attr('disabled', true); } } === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/searchPatientCriteria.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/searchPatientCriteria.vm 2013-10-15 11:08:09 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/searchPatientCriteria.vm 2013-10-15 11:12:30 +0000 @@ -161,12 +161,12 @@ - + -
+
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2013-10-15 11:08:09 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2013-10-15 11:12:30 +0000 @@ -68,7 +68,8 @@ font-weight: bold; } -.img-button{ +.img-button +{ width:20px; cursor:pointer; } @@ -129,7 +130,7 @@ padding-left: 20px; margin-bottom: 15px; border-radius: 3px; - max-width: 620px; + max-width: 570px; } #minimized-advanced-search @@ -251,14 +252,16 @@ // Dashboard // -------------------------------------------------------------- */ -div.dashboard-area { +div.dashboard-area +{ list-style: none inside; margin: 50px 50px; margin: 0; padding: 0; } -p.header{ +p.header +{ background-color:#CBDDEB; background-repeat:repeat-x; border:1px solid #C8DBEA; @@ -371,12 +374,14 @@ background-color: #f8f8f8; } -.tooltip { +.tooltip +{ border-bottom: dashed 1px #aaa; text-decoration: none; cursor: help; text-align: left; } + .tooltip-target { width: 250px; top: 29px;