Merge branch 'nathanwoulfe-temp8-4548' into temp8

This commit is contained in:
Claus
2019-02-14 10:52:41 +01:00
3 changed files with 23 additions and 33 deletions

View File

@@ -62,10 +62,6 @@ body.umb-drawer-is-visible #mainwrapper{
margin: 0;
}
#umb-notifications-wrapper {
left: 80px;
}
#contentcolumn {
left: 0px;
}
@@ -171,13 +167,11 @@ body.umb-drawer-is-visible #mainwrapper{
}
@media (min-width: 1101px) {
#contentwrapper, #umb-notifications-wrapper {left: 360px;}
#speechbubble {left: 360px;}
#contentwrapper, #speechbubble {left: 360px;}
.emptySection #contentwrapper {left:0px;}
}
//empty section modification
.emptySection #umb-notifications-wrapper {left: 80px;}
.emptySection #speechbubble {left: 0;}
.emptySection #navigation {display: none}

View File

@@ -1,35 +1,31 @@
.umb-notifications {
z-index: 1000;
position: absolute;
bottom: @editorFooterHeight;
left: 0;
right: 0;
border-bottom: none;
margin: auto;
padding: 0px;
border: none;
background: none;
border-radius: 0;
z-index: 1000;
position: absolute;
bottom: @editorFooterHeight;
left: 0;
right: 0;
@media (min-width: 1101px) {
left: 360px;
}
}
.umb-notifications__notifications {
list-style: none;
margin: 0;
position: relative;
}
list-style: none;
margin: 0;
position: relative;
}
.umb-notifications__notification {
padding: 5px 20px;
text-shadow: none;
font-size: 14px;
border: none;
border-radius: 0;
position: relative;
margin-bottom: 0;
padding: 5px 20px;
text-shadow: none;
font-size: 14px;
border: none;
position: relative;
margin-bottom: 0;
}
.umb-notifications__notification.-extra-padding {
padding-top: 20px;
padding-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

View File

@@ -14,7 +14,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
height: @editorHeaderHeight;
height: calc(~'@{editorHeaderHeight}' - ~'1px'); // need to offset the 1px border-bottom on .umb-editor-header - avoids overflowing top of the container
position: relative;
color: @ui-active-type;