dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17216
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6778: Minor fix for Tabular report.
------------------------------------------------------------
revno: 6778
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-04-27 15:28:48 +0700
message:
Minor fix for Tabular report.
modified:
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/css/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2012-04-27 00:59:48 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2012-04-27 08:28:48 +0000
@@ -686,5 +686,28 @@
}
.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;
+}
+