Browse Source

sono riuscito ad allineare i tasti ordinamento

mauro 9 tháng trước cách đây
mục cha
commit
c5de6135e3
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 4
      utente/templates/utente.welcome.html

+ 6 - 4
utente/templates/utente.welcome.html

@@ -30,10 +30,12 @@ function toggle(source) {
     <thead class='thead-dark'>
       <tr>
         {% if "UTENTE.CREA" in permesso %}<th scope='col'>*</th>{% endif %}
-        <th scope='col'>Dipendente&nbsp;<button name='utDW' type="submit" class="btn btn-outline-primary btn-sm">&#x2193;</button>
-                                        <button name='utUP' type="submit" class="btn btn-outline-primary btn-sm">&#x2191;</button></th>
-        <th scope='col'>CF&nbsp;<button name='cfDW' type="submit" class="btn btn-outline-primary btn-sm">&#x2193;</button>
-                                <button name="cfUP" type="submit" class="btn btn-outline-primary btn-sm">&#x2191;</button></th>
+	<th scope='col' style='white-space: nowrap; width: 1%;'>Dipendente&nbsp;
+	                <button name='utDW' type="submit" class="btn btn-outline-primary btn-sm">&#x2193;</button>
+                        <button name='utUP' type="submit" class="btn btn-outline-primary btn-sm">&#x2191;</button></th>
+	<th scope='col' style='white-space: nowrap; width: 1%;'>Codice Fiscale&nbsp;
+	                <button name='cfDW' type="submit" class="btn btn-outline-primary btn-sm">&#x2193;</button>
+                        <button name="cfUP" type="submit" class="btn btn-outline-primary btn-sm">&#x2191;</button></th>
         <th scope='col'>Sede</th>
         <th scope='col'>Data di Nascita</th>
 	<th scope='col'>Luogo di Nascita</th>