← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6783: (patient) css

 

------------------------------------------------------------
revno: 6783
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-04-27 16:44:11 +0700
message:
  (patient) css
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.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-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js	2012-04-27 09:36:41 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js	2012-04-27 09:44:11 +0000
@@ -812,7 +812,6 @@
 					sortAscText: TR.i18n.asc,
 					sortDescText: TR.i18n.desc
 				}
-				i++;
 			}
 			
 			TR.cmp.params.identifierType.selected.store.each( function(r) {

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css	2012-04-27 09:18:31 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css	2012-04-27 09:44:11 +0000
@@ -684,7 +684,29 @@
 .hidden {
     display: none;
 }
-
 .x-panel-header-default{
-	background: #ffffff !important;
-}
+	background: #FOFOFO !important;
+	background-image:-webkit-gradient(linear, 100% 100%, 100% 100%, color-stop(100%, #f0f0f0), color-stop(100%, #f0f0f0)) !important;;
+	background-image:-webkit-linear-gradient(top, #f0f0f0,#f0f0f0) !important;;
+	background-image:-moz-linear-gradient(top, #f0f0f0,#f0f0f0) !important;;
+	background-image:-o-linear-gradient(top, #f0f0f0,#f0f0f0) !important;;
+	background-image:-ms-linear-gradient(top, #f0f0f0,#f0f0f0) !important;;
+	background-image:linear-gradient(top, #f0f0f0,#f0f0f0) !important;;
+	border-width:0 !important;
+ }
+  
+.x-hmenu-sort-desc 
+{
+    display:none;
+}
+  
+.x-hmenu-sort-asc
+{
+    display:none;
+}
+  
+ .x-menu-item-separator
+ {
+         display:none;
+ }
+  
\ No newline at end of file