Fully support single-user mode

- New editor nav
- New backend nav
- Support for drafts
- Different footers on backend
This commit is contained in:
Matt Baer
2018-11-09 22:10:46 -05:00
parent aecbc3c014
commit 001fc8bb2d
21 changed files with 148 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ body {
-moz-osx-font-smoothing: grayscale;
color: #111;
h1 {
h1, header h2 {
a {
color: @headerTextColor;
.transition-duration(0.2s);
@@ -1161,9 +1161,11 @@ header {
text-transform: uppercase;
margin-left: 0.5em;
margin-right: 0.5em;
&.pro {
color: @proSelectedCol;
}
}
&.title {
font-size: 1.6em;
font-family: @serifFont;
font-weight: bold;
}
}
nav > ul > li:first-child {
@@ -1188,9 +1190,22 @@ header {
}
}
&.tabs {
margin: 0 0 0 1em;
}
&+ nav.tabs {
margin: 0;
}
}
&.singleuser {
margin: 0.5em 0.25em;
nav#user-nav {
nav > ul > li:first-child {
img {
top: -0.75em;
}
}
}
}
.dash-nav {
font-weight: bold;
}

View File

@@ -39,7 +39,7 @@ body {
header {
margin: 1em;
h1 {
h1, h2 {
display: inline;
}
nav {