Merge pull request #638 from bjarnef/dev-v7-U4-6276

Fix for U4-6276 - Keep headline at same position
This commit is contained in:
Shannon Deminick
2015-05-07 10:51:32 +10:00
2 changed files with 3 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
.umb-modal-left .umb-panel-header .umb-headline, .umb-modal-left .umb-panel-header h1 {
width: auto;
padding-left: 0;
}
/* umb.dialog is used for the dialogs on the conent tree*/

View File

@@ -48,6 +48,7 @@
background: none;
margin: 15px 0 0 20px;
padding: 3px 5px;
line-height: 1.4;
height: auto;
width: 100%;
border: 1px solid @grayLighter;
@@ -91,7 +92,7 @@
margin: -6px 0 0 0;
padding: 0 0 2px 0;
border-radius: 0;
line-height: 1em;
line-height: normal;
border: 1px solid transparent;
color: @black;
letter-spacing: -0.01em