瀏覽代碼

sono riuscito ad allineare i tasti ordinamento

mauro 9 月之前
父節點
當前提交
c5de6135e3
共有 1 個文件被更改,包括 6 次插入4 次删除
  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'>
     <thead class='thead-dark'>
       <tr>
       <tr>
         {% if "UTENTE.CREA" in permesso %}<th scope='col'>*</th>{% endif %}
         {% 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'>Sede</th>
         <th scope='col'>Data di Nascita</th>
         <th scope='col'>Data di Nascita</th>
 	<th scope='col'>Luogo di Nascita</th>
 	<th scope='col'>Luogo di Nascita</th>