← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 22325: minor style fix to radio buttons

 

------------------------------------------------------------
revno: 22325
committer: Abyot Asalefew Gizaw <abyot@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2016-03-15 13:17:47 +0100
message:
  minor style fix to radio buttons
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css
  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/inner-form.html
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/section-inner-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/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css	2016-03-15 08:33:08 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css	2016-03-15 12:17:47 +0000
@@ -406,8 +406,7 @@
 }
 
 .form-control{
-    color: black;
-    padding: 5px !important;
+    padding: 2px !important;
 }
 
 .bold {
@@ -505,7 +504,7 @@
 }
 
 .custom-radio-group {
-    margin-left: -8px;
+    /*margin-left: -8px;*/
 }
 
 .custom-radio-container{

=== 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	2016-03-15 10:16:20 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/defaultForm.html	2016-03-15 12:17:47 +0000
@@ -169,7 +169,7 @@
                                         class="form-control">
                                     </textarea>
                             </div>
-                            <div ng-switch-when="BOOLEAN">
+                            <div ng-switch-when="BOOLEAN" class="form-control">
                                 <d2-radio-button
                                     dh-required="eventGridColumn.compulsory"
                                     dh-disabled="assignedFields[eventGridColumn.id]"
@@ -430,7 +430,7 @@
                                             class="form-control"/>
                                     </textarea>
                                 </div>
-                                <div ng-switch-when="BOOLEAN">
+                                <div ng-switch-when="BOOLEAN" class="form-control">
                                     <d2-radio-button
                                         dh-required="prStDes[de.dataElement.id].compulsory"
                                         dh-disabled="assignedFields[de.dataElement.id]"

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/inner-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/inner-form.html	2016-02-15 09:46:27 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/inner-form.html	2016-03-15 12:17:47 +0000
@@ -165,7 +165,7 @@
             </div>
         </div>
         <div ng-switch-when="BOOLEAN">
-            <div class="hideInPrint">
+            <div class="hideInPrint form-control">
                 <span>
                     <d2-radio-button
                         dh-required="prStDe.compulsory"

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/section-inner-form.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/section-inner-form.html	2016-02-15 09:46:27 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/section-inner-form.html	2016-03-15 12:17:47 +0000
@@ -138,7 +138,7 @@
         </div>
 
         <div ng-switch-when="BOOLEAN">
-            <div class="hideInPrint">
+            <div class="hideInPrint form-control">
                 <d2-radio-button
                     dh-required="prStDes[de.dataElement.id].compulsory"
                     dh-disabled="selectedEnrollment.status !== 'ACTIVE' || currentEvent.editingNotAllowed || assignedFields[currentEvent.event][de.dataElement.id] === true"

=== 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	2016-03-11 10:57:01 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css	2016-03-15 12:17:47 +0000
@@ -884,7 +884,7 @@
     font-size: 14px;
     line-height: 1.0;
     color: #555;
-    padding: 6px 6px;
+    padding: 2px;
     margin-bottom: 5px;
     margin-top: 5px;
     vertical-align: middle;
@@ -1474,7 +1474,7 @@
 }
 
 .custom-radio-group {
-    margin-left: -8px;
+    /*margin-left: -8px;*/
 }
 
 .custom-radio-container{