dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08487
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2043: Removed unused stylesheet
------------------------------------------------------------
revno: 2043
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2010-11-12 08:51:03 +0100
message:
Removed unused stylesheet
removed:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/custom_data_entry_form_styles.css
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml
--
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-dataentry/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml 2010-11-11 21:55:05 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml 2010-11-12 07:51:03 +0000
@@ -27,7 +27,7 @@
javascript/general.js,
javascript/form.js
</param>
- <param name="stylesheets">style/dhis-web-dataentry.css,style/custom_data_entry_form_styles.css</param>
+ <param name="stylesheets">style/dhis-web-dataentry.css</param>
</action>
<action name="nextPeriods" class="org.hisp.dhis.de.action.NextPeriodsAction">
@@ -71,7 +71,7 @@
../dhis-web-commons/calendar/calendar-lang.js,
../dhis-web-commons/calendar/calendar-setup.js
</param>
- <param name="stylesheets">style/dhis-web-dataentry.css,style/custom_data_entry_form_styles.css</param>
+ <param name="stylesheets">style/dhis-web-dataentry.css</param>
</action>
<action name="saveMultiDimensionalValue"
=== removed file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/custom_data_entry_form_styles.css'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/custom_data_entry_form_styles.css 2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/custom_data_entry_form_styles.css 1970-01-01 00:00:00 +0000
@@ -1,48 +0,0 @@
-/**
- * @author Anna Dahl (annada)
- * @version $Id$
- */
-
-/*
- NOTE: These style rules are copied directly from
- /dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/
- javascript/FCKeditor/editor/css/fck_editorarea.css
- Any changes made to the rules in this file need to be made in
- fck_editorarea.css as well.
-
-*/
-
-h1.dhis-cde_form_h1, h2.dhis-cde_form_h2, h3.dhis-cde_form_h3,
-h4.dhis-cde_form_h4 {
- margin: 0 0 5px 0;
- padding: 0;
-}
-
-h1.dhis-cde_form_h1 {
- font: normal normal bold 22px arial,sans-serif;
- }
-
-h2.dhis-cde_form_h2 {
- font: normal normal bold 18px arial,sans-serif;
- }
-
-h3.dhis-cde_form_h3 {
- font: normal normal bold 16px arial,sans-serif;
- }
-
-h4.dhis-cde_form_h4 {
- font: normal normal bold 14px arial,sans-serif;
- }
-
-span.dhis-cde_form_stlabel {
- font: normal normal bold 12px arial,sans-serif;
- }
-
-span.dhis-cde_form_smlabel {
- font: normal normal bold 10px arial, sans-serif;
- }
-
-span.dhis-cde_form_anno {
- font: italic normal normal 10px arial,sans-serif;
- color: #666;
- }
\ No newline at end of file