mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 08:17:12 +02:00
Apply additional fix for processwire/processwire-issues#539
This commit is contained in:
@@ -270,6 +270,7 @@ abstract class AdminThemeFramework extends AdminTheme {
|
||||
if($this->isModal === 'inline') $classes[] = 'modal-inline';
|
||||
if($this->wire('input')->urlSegment1) $classes[] = 'hasUrlSegments';
|
||||
if($process) $classes[] = $process->className();
|
||||
if(!$this->isLoggedIn) $classes[] = 'pw-guest';
|
||||
|
||||
return implode(' ', $classes);
|
||||
}
|
||||
|
@@ -13896,6 +13896,7 @@ a.tooltip:hover {
|
||||
}
|
||||
.ui-menu .ui-menu-item a i.fa {
|
||||
margin-left: -2px;
|
||||
padding-left: 5px;
|
||||
color: #97aab4;
|
||||
}
|
||||
.ui-menu .ui-menu-item a.uk-active,
|
||||
@@ -15191,9 +15192,12 @@ body {
|
||||
em {
|
||||
color: inherit;
|
||||
}
|
||||
/*
|
||||
// removed because it causes horiz scrollbar at small mobile widths
|
||||
#pw-mastheads {
|
||||
/*position: relative;*/
|
||||
position: relative;
|
||||
}
|
||||
*/
|
||||
#pw-masthead,
|
||||
#pw-masthead-mobile {
|
||||
height: 73px;
|
||||
@@ -15363,22 +15367,28 @@ body.pw-layout-sidenav-side #pw-sidenav-bar {
|
||||
.pw-layout-sidenav-tree .ProDraftsNotice {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.ProcessLogin #pw-masthead {
|
||||
body.pw-guest #pw-masthead {
|
||||
display: none;
|
||||
}
|
||||
.ProcessLogin #pw-masthead-mobile {
|
||||
body.pw-guest #pw-masthead-mobile {
|
||||
display: block !important;
|
||||
}
|
||||
.ProcessLogin #pw-content-head {
|
||||
body.pw-guest #pw-content-head {
|
||||
display: none;
|
||||
}
|
||||
.ProcessLogin #pw-content-body {
|
||||
body.pw-guest #pw-content-body {
|
||||
text-align: center;
|
||||
}
|
||||
.ProcessLogin .pw-notices > li > .uk-container {
|
||||
body.pw-guest .pw-notices > li > .uk-container {
|
||||
text-align: center;
|
||||
}
|
||||
.ProcessLogin .pw-notices .notice-remove {
|
||||
body.pw-guest .pw-notices .notice-remove {
|
||||
display: none;
|
||||
}
|
||||
body.pw-guest hr {
|
||||
display: none;
|
||||
}
|
||||
body.pw-guest footer {
|
||||
display: none;
|
||||
}
|
||||
.ProcessLogin #ProcessLoginForm {
|
||||
@@ -15412,12 +15422,6 @@ body.pw-layout-sidenav-side #pw-sidenav-bar {
|
||||
.ProcessLogin #ProcessLoginForm #wrap_Inputfield_login_submit .ui-button {
|
||||
margin: 0;
|
||||
}
|
||||
.ProcessLogin hr {
|
||||
display: none;
|
||||
}
|
||||
.ProcessLogin footer {
|
||||
display: none;
|
||||
}
|
||||
body.pw-init .pw-dropdown-menu,
|
||||
body.pw-init .pw-button-dropdown {
|
||||
display: none;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user