correct notifications positioning on smaller screens - was hidden behind the left nav
This commit is contained in:
@@ -248,13 +248,13 @@ body.umb-drawer-is-visible #mainwrapper{
|
||||
#applications-tray {
|
||||
left: 60px;
|
||||
}
|
||||
#navigation {
|
||||
#navigation, #umb-notifications-wrapper {
|
||||
left: 60px;
|
||||
}
|
||||
#contentwrapper, #contentcolumn, #umb-notifications-wrapper {
|
||||
#contentwrapper, #contentcolumn {
|
||||
left: 30px;
|
||||
}
|
||||
#umbracoMainPageBody .umb-modal-left.fade.in {
|
||||
#umbracoMainPageBody .umb-modal-left.fade.in {
|
||||
margin-left: 61px;
|
||||
}
|
||||
}
|
||||
@@ -277,12 +277,13 @@ body.umb-drawer-is-visible #mainwrapper{
|
||||
#applications-tray {
|
||||
left: 40px;
|
||||
}
|
||||
#navigation {
|
||||
#navigation, #umb-notifications-wrapper {
|
||||
left: 40px;
|
||||
}
|
||||
#contentwrapper, #contentcolumn, #umb-notifications-wrapper {
|
||||
#contentwrapper, #contentcolumn {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
#umbracoMainPageBody .umb-modal-left.fade.in {
|
||||
margin-left: 41px;
|
||||
width: 85%!important;
|
||||
|
||||
Reference in New Issue
Block a user