Rearranged admin panel site navigation

This commit is contained in:
frederikpyt
2020-07-01 09:27:18 +02:00
parent ec2479f0b4
commit f0a203fbb2
12 changed files with 87 additions and 87 deletions
+19 -7
View File
@@ -6588,16 +6588,18 @@ main {
min-width: 194px;
}
.segment {
margin-bottom: 1.25rem;
}
.segment > h3 {
margin-left: -1rem;
margin-top: 0;
width: calc(100% + 2rem);
background-color: rgba(0, 0, 0, 0.2);
width: calc(100% + 1rem);
text-align: center;
margin-bottom: 0;
font-size: 1.15em;
}
.segment > h3 > a {
padding: 1rem 2rem;
display: block;
}
.segment > div {
@@ -6607,7 +6609,7 @@ main {
margin-bottom: 0.5rem;
}
.segment > div:hover {
.segment > h3:hover {
background-color: rgba(0, 0, 0, 0.2);
}
@@ -6616,6 +6618,16 @@ main {
padding-right: 8px;
}
.btn-inline {
display: inline-flex;
align-items: center;
}
.btn-inline > img {
height: 1em;
margin-right: 4px;
}
.directorypath {
border-radius: 2px;
background-color: #333333;