Small dialog improvements for new_user_dialog plugin

pull/5742/merge
Aleksander Machniak 7 years ago
parent 7b5f27741c
commit 6bbdc2ee11

@ -119,6 +119,11 @@ html.ms .propform {
.nav-tabs {
margin-bottom: 1rem;
}
.hint {
margin-bottom: 1em;
font-style: italic;
}
}
@media screen and (max-width: @screen-width-mini) {

@ -84,6 +84,7 @@
.ui-dialog-title {
line-height: @layout-touch-header-height;
font-size: @layout-touch-header-font-size;
padding: 0 1rem;
}
.ui-dialog-content {

@ -530,7 +530,7 @@ function rcube_elastic_ui()
$('.toolbarmenu select', context).addClass('form-control');
if (context != document) {
$('select,input:not([type="checkbox"],[type="radio"])', context).addClass('form-control');
$('select,textarea,input:not([type="checkbox"],[type="radio"])', context).addClass('form-control');
}
// Make message-objects alerts pretty (the same as UI alerts)

Loading…
Cancel
Save