re-fixes loader bar styling
This commit is contained in:
@@ -518,6 +518,11 @@ height:1px;
|
||||
}
|
||||
|
||||
.umb-loader-wrapper {
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin: 10px 0;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
@@ -55,14 +55,6 @@
|
||||
position: absolute;;
|
||||
}
|
||||
|
||||
/* re-align loader */
|
||||
.umb-modalcolumn .umb-loader-wrapper{
|
||||
position:relative;
|
||||
margin: 20px -20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* umb.dialog is used for the dialogs on the conent tree*/
|
||||
.umb-dialog {
|
||||
outline: none;
|
||||
|
||||
@@ -232,13 +232,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* re-align loader */
|
||||
.umb-panel .umb-loader-wrapper{
|
||||
position:relative;
|
||||
margin: 20px -20px;
|
||||
}
|
||||
|
||||
|
||||
// Utility classes
|
||||
|
||||
//SD: Had to add these because if we want to use the bootstrap text colors
|
||||
|
||||
@@ -404,14 +404,6 @@ div.is-container:before{
|
||||
// Loading Animation
|
||||
// ------------------------
|
||||
|
||||
.umb-tree .umb-loader-wrapper {
|
||||
overflow:hidden;
|
||||
position:absolute;
|
||||
left:0;
|
||||
right:0;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.umb-tree li div.l{
|
||||
width:100%;
|
||||
height:1px;
|
||||
|
||||
Reference in New Issue
Block a user