Merge remote-tracking branch 'origin/temp8' into temp8-remove-legacy-controls

This commit is contained in:
Warren Buckley
2019-01-24 14:45:57 +00:00
9 changed files with 197 additions and 93 deletions

View File

@@ -41,9 +41,9 @@ body {
#mainwrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
@@ -56,10 +56,10 @@ body.umb-drawer-is-visible #mainwrapper{
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
right: 0px;
left: 0px;
z-index: 10;
margin: 0
margin: 0;
}
#umb-notifications-wrapper {
@@ -151,17 +151,23 @@ body.umb-drawer-is-visible #mainwrapper{
}
.ui-resizable-e {
cursor: e-resize;
width: 4px;
cursor: col-resize;
width: 10px;
right: -5px;
top: 0;
bottom: 0;
background-color: @gray-10;
border: solid 1px @purple-l3;
border-top: none;
border-bottom: none;
position:absolute;
z-index:9999 !important;
&:hover::after {
content: '';
position: absolute;
background-color: @gray-8;
top: 0;
bottom: 0;
width: 1px;
right: 5px;
}
}
@media (min-width: 1101px) {