fixes
This commit is contained in:
parent
fba84cd77a
commit
745e1d2b75
@ -8,18 +8,19 @@ textarea {
|
||||
display: block;
|
||||
}
|
||||
.head-logo {
|
||||
margin: 0 $side-padding - 14px;
|
||||
}
|
||||
.head-inner {
|
||||
padding-bottom: 8px;
|
||||
margin: 0;
|
||||
}
|
||||
.head-logo-wrap {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.head-logo {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.head-items {
|
||||
text-align: left;
|
||||
padding: 0 $side-padding 0 $side-padding - 2px;
|
||||
text-align: center;
|
||||
padding: 0 0 8px;
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
@ -35,8 +35,8 @@ return <<<HTML
|
||||
{$ctx->renderStatic($static, $theme)}
|
||||
</head>
|
||||
<body{$ctx->if_true($body_class, ' class="'.implode(' ', $body_class).'"')}>
|
||||
{$ctx->renderHeader($theme)}
|
||||
<div class="page-content base-width">
|
||||
{$ctx->renderHeader($theme)}
|
||||
<div class="page-content-inner">{$unsafe_body}</div>
|
||||
</div>
|
||||
{$ctx->renderScript($js, $unsafe_lang)}
|
||||
@ -198,7 +198,7 @@ $items[] = ['url' => 'javascript:void(0)', 'label' => $ctx->renderMoonIcons(), '
|
||||
// here, items are rendered using for_each, so that there are no gaps (whitespaces) between tags
|
||||
|
||||
return <<<HTML
|
||||
<div class="head base-width">
|
||||
<div class="head">
|
||||
<div class="head-inner">
|
||||
<div class="head-logo-wrap">
|
||||
<div class="head-logo">
|
||||
|
Loading…
x
Reference in New Issue
Block a user