mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 16:54:44 +02:00
Small adjustments
This commit is contained in:
@@ -62,8 +62,8 @@ $logoOptions = array('height' => '40px');
|
||||
</header>
|
||||
|
||||
<?php
|
||||
if($adminTheme->themeName === 'default') echo '</div><!--#pw-mastheads-->';
|
||||
if($adminTheme->themeName === 'default') echo '</div><!--pw-mastheads-->';
|
||||
if(strpos($adminTheme->layout, 'sidenav') === false) {
|
||||
echo $adminTheme->renderNotices($notices) . $adminTheme->renderExtraMarkup('masthead');
|
||||
}
|
||||
if($adminTheme->themeName != 'default') echo '</div><!--#pw-mastheads-->';
|
||||
if($adminTheme->themeName != 'default') echo '</div><!--pw-mastheads-->';
|
||||
|
@@ -3114,6 +3114,11 @@ ins {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.pw small > .uk-button {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
h1, .uk-h1 {
|
||||
font-size: 2.425rem;
|
||||
|
Reference in New Issue
Block a user