mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
92da069ce4
This moves app config to a "Settings" page and the application monitor to a "Monitor" page. It also reworks the admin navigation bar a bit and adds some instance stats on the dashboard. Ref T694
44 lines
584 B
Text
44 lines
584 B
Text
.edit-page {
|
|
font-size: 1em;
|
|
min-height: 12em;
|
|
}
|
|
header.admin {
|
|
margin: 0;
|
|
|
|
h1 + a {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
nav#admin {
|
|
display: block;
|
|
margin: 0.5em 0;
|
|
a {
|
|
margin-left: 0;
|
|
.rounded(.25em);
|
|
border: 0;
|
|
&.selected {
|
|
background: #dedede;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
.pager {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
a {
|
|
color: #333;
|
|
font-family: @sansFont;
|
|
font-size: 0.86em;
|
|
padding: 0.5em 1em;
|
|
border: 1px solid #ccc;
|
|
&:hover {
|
|
text-decoration: none;
|
|
background: #efefef;
|
|
}
|
|
&.selected {
|
|
cursor: default;
|
|
background: #ccc;
|
|
}
|
|
}
|
|
}
|