dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19304
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8356: CSS for event flow.
------------------------------------------------------------
revno: 8356
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-10-03 14:54:14 +0700
message:
CSS for event flow.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.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/programStageInstanceFlow.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2012-10-03 07:06:54 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2012-10-03 07:54:14 +0000
@@ -14,7 +14,7 @@
#if($!programStageInstance.executionDate)
#set($valueDate=$format.formatDate( $programStageInstance.executionDate ))
#end
- <span class="orgunit-object" id="org_$!programStageInstance.id"> $!programStageInstance.organisationUnit.name</span><br>
+ <div class="orgunit-object" id="org_$!programStageInstance.id"> $!programStageInstance.organisationUnit.name</div>
<input type="button" name="programStageBtn"
id="ps_$!programStageInstance.id"
psid="$programStageInstance.programStage.id"
=== 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-10-03 07:06:54 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-10-03 07:54:14 +0000
@@ -348,31 +348,30 @@
overflow-y:hidden;
}
+.arrow-left {
+ width:0;
+ height:0;
+ border-top:45px solid transparent;
+ border-bottom:45px solid transparent;
+ border-right:30px solid #d0d0d0;
+ cursor:pointer;
+}
+
.arrow-right {
- width: 0;
- height: 0;
- border-top: 30px solid transparent;
- border-bottom: 30px solid transparent;
- border-left: 30px solid #d0d0d0;
- cursor:pointer;
-}
-
-.arrow-left {
- width: 0;
- height: 0;
- border-top: 30px solid transparent;
- border-bottom: 30px solid transparent;
- border-right:30px solid #d0d0d0;
- cursor:pointer;
-}
-
-span.orgunit-object
+ width:0;
+ height:0;
+ border-top:45px solid transparent;
+ border-bottom:45px solid transparent;
+ border-left:30px solid #d0d0d0;
+ cursor:pointer;
+}
+
+div.orgunit-object
{
- width: 120px;
- border-left:1px solid #d0d0d0;
- border-top:1px solid #d0d0d0;
- border-right:1px solid #d0d0d0;
- border-bottom:1px solid #d0d0d0;
+ border-bottom: 5px double #D0D0D0;
+ height: 15px;
+ margin-left: 5px;
+ width: 120px;
}
input.stage-object[type="button"]