소스 검색

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'>
       <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>