dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41977
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21437: minor style change in boolean input fields
------------------------------------------------------------
revno: 21437
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-12-14 11:14:55 +0100
message:
minor style change in boolean input fields
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/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-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html 2015-12-01 14:01:37 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html 2015-12-14 10:14:55 +0000
@@ -139,7 +139,7 @@
class="form-control">
</textarea>
</div>
- <div ng-switch-when="BOOLEAN">
+ <div ng-switch-when="BOOLEAN" class="form-control">
<label class="radio-inline">
<input type="radio"
ng-model="currentEvent[eventGridColumn.id]"
@@ -409,7 +409,7 @@
class="form-control">
</textarea>
</div>
- <div ng-switch-when="BOOLEAN">
+ <div ng-switch-when="BOOLEAN" class="form-control">
<label class="radio-inline">
<input type="radio"
ng-model="currentEvent[de.dataElement.id]"
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2015-12-11 09:59:38 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/default-form.html 2015-12-14 10:14:55 +0000
@@ -144,7 +144,7 @@
ng-blur="saveDatavalue(prStDe, innerForm.foo)"
name="foo"/>
</div>
- <div ng-switch-when="BOOLEAN">
+ <div ng-switch-when="BOOLEAN" class="form-control">
<label class="radio-inline">
<input type="radio"
ng-model="currentEvent[prStDe.dataElement.id]"
@@ -366,7 +366,7 @@
ng-blur="saveDatavalue(prStDes[de.dataElement.id], innerForm.foo)"
name="foo"/>
</div>
- <div ng-switch-when="BOOLEAN">
+ <div ng-switch-when="BOOLEAN" class="form-control">
<label class="radio-inline">
<input type="radio"
ng-model="currentEvent[prStDes[de.dataElement.id].dataElement.id]"
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-12-10 22:51:07 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-12-14 10:14:55 +0000
@@ -57,7 +57,7 @@
ng-change="teiValueUpdated(selectedTei, attribute.id)"
ng-required="attribute.mandatory || attribute.unique"/>
</span>
- <span ng-switch-when="BOOLEAN">
+ <span ng-switch-when="BOOLEAN" class="form-control">
<label class="radio-inline">
<input type="radio"
ng-model="selectedTei[attribute.id]"
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-14 08:59:22 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-14 10:14:55 +0000
@@ -1230,8 +1230,8 @@
word-wrap: break-word;
}
-.border-right {
- border-right: 1px solid #bce8f1;
+.border-left {
+ border-left: 1px solid #bce8f1;
}
.equal-height-columns {
@@ -1239,4 +1239,4 @@
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-}
+}
\ No newline at end of file