dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17732
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7175: Centralized css
------------------------------------------------------------
revno: 7175
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-06-04 14:27:36 +0200
message:
Centralized css
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.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/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2012-05-02 15:08:10 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css 2012-06-04 12:27:36 +0000
@@ -5,7 +5,7 @@
*
{
- font-family: LiberationSansRegular, arial;
+ font-family: LiberationSansRegular, arial, sans-serif;
line-height: 140%;
}
@@ -47,23 +47,6 @@
color:#3b73b8;
}
-.ui-widget
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
-.ui-widget .ui-widget
-{
- font-size: 11px;
-}
-
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
/*----------------------------------------------------------------------------*/
/* Header */
/*----------------------------------------------------------------------------*/
@@ -453,15 +436,6 @@
}
/*----------------------------------------------------------------------------*/
-/* jQuery overrides */
-/*----------------------------------------------------------------------------*/
-
-.ui-datepicker th {
- padding: 0.5em 0;
- font-size: 11px;
-}
-
-/*----------------------------------------------------------------------------*/
/* @font-face */
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2012-03-08 11:00:43 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css 2012-06-04 12:27:36 +0000
@@ -5,7 +5,7 @@
*
{
- font-family: LiberationSansRegular, arial;
+ font-family: LiberationSansRegular, arial, sans-serif;
line-height: 140%;
}
@@ -47,23 +47,6 @@
color:#3b73b8;
}
-.ui-widget
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
-.ui-widget .ui-widget
-{
- font-size: 11px;
-}
-
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
/*----------------------------------------------------------------------------*/
/* Header */
/*----------------------------------------------------------------------------*/
@@ -473,15 +456,6 @@
}
/*----------------------------------------------------------------------------*/
-/* jQuery overrides */
-/*----------------------------------------------------------------------------*/
-
-.ui-datepicker th {
- padding: 0.5em 0;
- font-size: 11px;
-}
-
-/*----------------------------------------------------------------------------*/
/* @font-face */
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-06-03 17:20:55 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css 2012-06-04 12:27:36 +0000
@@ -5,7 +5,7 @@
*
{
- font-family: LiberationSansRegular, arial;
+ font-family: LiberationSansRegular, arial, sans-serif;
line-height: 140%;
}
@@ -47,23 +47,6 @@
color:#3b73b8;
}
-.ui-widget
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
-.ui-widget .ui-widget
-{
- font-size: 11px;
-}
-
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
/*----------------------------------------------------------------------------*/
/* Header */
/*----------------------------------------------------------------------------*/
@@ -448,15 +431,6 @@
}
/*----------------------------------------------------------------------------*/
-/* jQuery overrides */
-/*----------------------------------------------------------------------------*/
-
-.ui-datepicker th {
- padding: 0.5em 0;
- font-size: 11px;
-}
-
-/*----------------------------------------------------------------------------*/
/* @font-face */
/*----------------------------------------------------------------------------*/
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2012-03-08 11:00:43 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css 2012-06-04 12:27:36 +0000
@@ -5,7 +5,7 @@
*
{
- font-family: LiberationSansRegular, arial;
+ font-family: LiberationSansRegular, arial, sans-serif;
line-height: 140%;
}
@@ -47,23 +47,6 @@
color:#3b73b8;
}
-.ui-widget
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
-.ui-widget .ui-widget
-{
- font-size: 11px;
-}
-
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
-{
- font-family: LiberationSansRegular, arial, sans-serif !important;
- font-size: 11px;
-}
-
/*----------------------------------------------------------------------------*/
/* Header */
/*----------------------------------------------------------------------------*/
@@ -447,15 +430,6 @@
}
/*----------------------------------------------------------------------------*/
-/* jQuery overrides */
-/*----------------------------------------------------------------------------*/
-
-.ui-datepicker th {
- padding: 0.5em 0;
- font-size: 11px;
-}
-
-/*----------------------------------------------------------------------------*/
/* @font-face */
/*----------------------------------------------------------------------------*/
=== 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 2012-04-24 12:28:43 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2012-06-04 12:27:36 +0000
@@ -562,3 +562,26 @@
{
background-color: #e0e0e0;
}
+
+/*----------------------------------------------------------------------------*/
+/* jQuery overrides */
+/*----------------------------------------------------------------------------*/
+
+.ui-datepicker th
+{
+ padding: 0.5em 0;
+ font-size: 9pt;
+}
+
+.ui-widget
+{
+ font-family: LiberationSansRegular, arial, sans-serif;
+ font-size: 9pt;
+}
+
+.ui-widget-header
+{
+ font-family: LiberationSansBold, arial, sans-serif;
+ font-weight: normal;
+ font-size: 10pt;
+}
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-06-04 12:06:05 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css 2012-06-04 12:27:36 +0000
@@ -111,8 +111,8 @@
.interpretationArea
{
- height: 120px;
- width: 462px;
+ height: 125px;
+ width: 460px;
border: 1px solid #ccc;
resize: none;
overflow: auto;
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.css'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.css 2012-05-31 20:29:41 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/style/dhis-web-reporting.css 2012-06-04 12:27:36 +0000
@@ -6,8 +6,8 @@
.interpretationArea
{
- height: 120px;
- width: 462px;
+ height: 125px;
+ width: 460px;
border: 1px solid #ccc;
resize: none;
overflow: auto;