auth/user: Remove styles conflicting with 387c381300 (#8483)

This commit is contained in:
Monviech 2025-03-25 15:05:38 +01:00 committed by GitHub
parent 384af7f019
commit 46999a32c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,8 +171,6 @@
$('.datepicker').datepicker({format: 'mm/dd/yyyy'});
/* format authorizedkeys */
$("#user\\.authorizedkeys").css('max-width', 'inherit').prop('wrap', 'off');
$("#frm_DialogUser > div > table > colgroup > col:eq(1)").removeClass('col-md-4').addClass('col-md-6')
$("#frm_DialogUser > div > table > colgroup > col:eq(2)").removeClass('col-md-5').addClass('col-md-3')
});
</script>
@ -184,10 +182,6 @@
.tooltip-inner {
max-width: 1000px !important;
}
.modal-dialog.modal-lg {
width:70% !important;
}
</style>
<ul class="nav nav-tabs" data-tabs="tabs" id="maintabs">