Skip to content

Commit

Permalink
ensures loader bar is relative in modals/dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Oct 17, 2014
1 parent 732d370 commit b01ed76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Umbraco.Web.UI.Client/src/less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 7 additions & 0 deletions src/Umbraco.Web.UI.Client/src/less/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b01ed76

Please sign in to comment.