re-fixes loader bar styling

This commit is contained in:
Shannon
2014-10-17 11:30:59 +10:00
parent d9195122d5
commit 732d37054b
4 changed files with 7 additions and 25 deletions

View File

@@ -518,6 +518,11 @@ height:1px;
}
.umb-loader-wrapper {
overflow:hidden;
position:relative;
position: absolute;
right: 0;
left: 0;
margin: 10px 0;
overflow: hidden;
}

View File

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

View File

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

View File

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