Merge pull request #1001 from umbraco/temp-U4-7564

Fixes: U4-7564 "Save and publish" button menu skewed [7.4.0-beta]
This commit is contained in:
Mads Rasmussen
2016-01-07 21:35:02 +01:00

View File

@@ -32,6 +32,10 @@
max-width: none !important;
}
.btn-group .dropdown-backdrop {
display: none;
}
/* loading animation for iframes and content pages */
iframe, .content-column-body {
background: center center url(../img/loader.gif) no-repeat;