ensures loader bar is relative in modals/dialogs
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
position: absolute;;
|
||||
}
|
||||
|
||||
/* re-align loader */
|
||||
.umb-modalcolumn .umb-loader-wrapper, .umb-dialog .umb-loader-wrapper{
|
||||
position:relative;
|
||||
margin: 20px -20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* umb.dialog is used for the dialogs on the conent tree*/
|
||||
.umb-dialog {
|
||||
outline: none;
|
||||
|
||||
@@ -232,6 +232,13 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user