dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18487
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7811: Improved stage selection
------------------------------------------------------------
revno: 7811
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-08-01 17:57:03 +0200
message:
Improved stage selection
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/colorHelp.vm
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/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/colorHelp.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/colorHelp.vm 2012-08-01 14:29:58 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/colorHelp.vm 2012-08-01 15:57:03 +0000
@@ -1,4 +1,4 @@
-<a href="javascript:showColorHelp()" id="colorHelpLink" title="$i18n.getString( 'what_do_colors_mean' )" class="hidden">$i18n.getString('what_do_colors_mean')</a>
+<a href="javascript:showColorHelp()" id="colorHelpLink" title="$i18n.getString( 'what_do_colors_mean' )" class="hidden page">$i18n.getString('what_do_colors_mean')</a>
<div id="colorHelpDiv" class="hidden history page">
<table class="colorHelpTable">
<col width='80px;'/>
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-01 14:15:58 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-08-01 15:57:03 +0000
@@ -143,11 +143,14 @@
input.stage-object[type="button"]
{
width: 100px;
- height: 40px;
+ height: 60px;
white-space: normal;
border:2px solid;
cursor:pointer;
opacity: 1.0;
+ border: 1px solid;
+ margin: 5px;
+ border-radius: 2px;
}
input.stage-object[type="button"]:hover
@@ -157,8 +160,6 @@
input.stage-object-selected[type="button"]
{
- width: 120px;
- height: 50px;
opacity: 0.75;
}