ensures loader bar is relative in modals/dialogs

This commit is contained in:
Shannon
2014-10-17 11:35:32 +10:00
parent 732d37054b
commit b01ed76350
2 changed files with 15 additions and 0 deletions

View File

@@ -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;

View File

@@ -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