← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2128: removed dead CSS

 

------------------------------------------------------------
revno: 2128
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2010-11-21 16:57:37 +0100
message:
  removed dead CSS
modified:
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm
  dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.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-dataentry/src/main/webapp/dhis-web-dataentry/select.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm	2010-11-20 12:43:57 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm	2010-11-21 15:57:37 +0000
@@ -8,7 +8,7 @@
 	<span id="currentOptionCombo">$i18n.getString( "no_option_selected" )</span>	
 </div>
 
-<div id="actions" style="width:200px text-align:right">	
+<div id="actions" style="">	
     <input type="button" value="$i18n.getString( 'generate_min_max' )" onclick="javascript:generateMinMaxValues()" style="width:150px" #if( !$auth.hasAccess( "dhis-web-dataentry", "minMaxGeneration" ) ) disabled="disabled" #end/><br/>
     <input type="button" value="$i18n.getString( 'run_validation' )" onclick="javascript:validate()" style="width:150px"/><br/>
     <input type="button" id="calculateCDEs" value="$i18n.getString( 'save_calculated' )" name="calculateCDEs" onclick="calculateAndSaveCDEs()" style="width:150px"/><br/><br/>

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css	2010-11-20 12:29:17 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/style/dhis-web-dataentry.css	2010-11-21 15:57:37 +0000
@@ -1,5 +1,5 @@
 
-#currentSelection 
+#currentSelection
 {
   color: black;
   padding: 5px;
@@ -10,24 +10,19 @@
   position: fixed;
   top: 80px;
   right: 10px;
-  filter: alpha(opacity=90);
-  opacity: 0.90;
-}
-
-#selectForm 
-{
-  padding-top: 10px;
-}
-
-#actions 
+  filter: alpha(opacity=85);
+  opacity: 0.85;
+}
+
+#actions
 {
   float: right;
-  width: 170px;
+  width:200px;
+  text-align: right;
 }
 
-#actions button[type=button] 
-{
-  width: 100%;
+.hidden {
+	display: none;
 }
 
 @media print {
@@ -53,7 +48,3 @@
     visibility: collapse;
   } 
 }
-
-.hidden {
-	display: none;
-}