mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Tweak header/footer control layout
This commit is contained in:
@@ -118,6 +118,7 @@ body {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -100px;
|
margin-left: -100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
line-height: 33px;
|
||||||
.transition(margin-left 0.2s);
|
.transition(margin-left 0.2s);
|
||||||
|
|
||||||
.drawer-open .global-page & {
|
.drawer-open .global-page & {
|
||||||
@@ -296,7 +297,7 @@ body {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.header-title {
|
.header-title {
|
||||||
display: inline-block;
|
float: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@@ -356,7 +357,7 @@ body {
|
|||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
// Footer
|
// Footer
|
||||||
|
|
||||||
.footer-primary, .footer-secondary {
|
.footer-controls {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Reference in New Issue
Block a user