Truncate long title in modal dialogs - #4112

This commit is contained in:
Tatiana Llorente 2019-06-14 13:48:35 +02:00
parent 4eab732c94
commit 92dc7d4e8c
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@
/* --- JQUERY-UI --- */
.ui-dialog .ui-dialog-titlebar {
background-color: #82b92e !important;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 33px !important;
}
/*center ui dialog center*/
@ -40,6 +43,7 @@
position: relative;
top: 5px;
float: none !important;
vertical-align: bottom;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute !important;