2 Комити a0968d3849 ... 24c7b09ed6

Аутор SHA1 Порука Датум
  Marcelo Vilas Boas Correa Filho 24c7b09ed6 style: stylized the change ui button пре 3 година
  Marcelo Vilas Boas Correa Filho ba9c163a40 fix: fixed message not centered when operation goes to next line пре 3 година
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      js/accessibleUI/modules/operations/operations-schemes.js
  2. 3 3
      templates/index.html

+ 2 - 2
js/accessibleUI/modules/operations/operations-schemes.js

@@ -155,8 +155,8 @@ export function htmlAssignVariableScheme () {
                                 ${variablesSelect}
                             </select>
                         </div> 
-                        <div class="col-1 my-auto" style="margin-bottom: 0px !important">
-                            <label id="recebe">recebe</label>
+                        <div class="col-1 my-auto">
+                            <label id="recebe" style="margin-bottom: 0px !important">recebe</label>
                         </div>
                         <div class="col">
                             <div class="row" id="operation<operationId>OperatorsDiv"></div>

+ 3 - 3
templates/index.html

@@ -29,10 +29,10 @@
 <body>
 <!-- Change UI -->
 <div class="row">
-    <div class="col-12 text-center">
+    <div class="col-12 p-5 text-center">
         <div class="btn-group">
-            <button type="button" id="enableVisualUI">Interface interativa</button>
-            <button type="button" id="enableAccessibleUI">Interface acessível</button>
+            <button type="button" class="btn btn-info" id="enableVisualUI">Interface interativa</button>
+            <button type="button" class="btn btn-info" id="enableAccessibleUI">Interface acessível</button>
         </div>
     </div>
 </div>