mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
auth/user: Remove styles conflicting with 387c381300 (#8483)
This commit is contained in:
parent
384af7f019
commit
46999a32c3
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user