Merge pull request #638 from bjarnef/dev-v7-U4-6276
Fix for U4-6276 - Keep headline at same position
This commit is contained in:
@@ -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*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user