Fixes: U4-5397 Header in modal left sidebar breaks out of sidebar width

This commit is contained in:
Shannon
2014-10-17 11:43:23 +10:00
parent b01ed76350
commit e177ad57cc
2 changed files with 5 additions and 3 deletions

View File

@@ -61,7 +61,9 @@
margin: 20px -20px;
}
.umb-modal-left .umb-panel-header .umb-headline, .umb-modal-left .umb-panel-header h1 {
width: auto;
}
/* umb.dialog is used for the dialogs on the conent tree*/
.umb-dialog {

View File

@@ -34,11 +34,11 @@
}
.umb-panel.editor-breadcrumb .umb-panel-body, .umb-panel.editor-breadcrumb .umb-bottom-bar {
bottom: 30px !Important;
bottom: 31px !important;
}
.umb-tab-buttons.umb-bottom-bar {
bottom: 50px !Important;
bottom: 50px !important;
}
.umb-panel-header .umb-headline, .umb-panel-header h1 {