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