1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-11-04 19:17:36 +01:00

Sidebar improvements

This commit is contained in:
MW install maintain even with core development
2018-03-28 17:43:26 -04:00
parent 15cce18901
commit 5b1a0c025e
4 changed files with 39 additions and 4 deletions

View File

@@ -740,7 +740,14 @@ margin: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
ul.portal,
ul.portal-content {
margin: 0;
list-style: none;
}
ul.portal-content {
margin: .75em 0;
}
ul.side-nav .button {
margin: 0;
}
@@ -785,6 +792,24 @@ ul.side-nav label {
color: #fff;
padding: .25em .5em;
}
#sidebar label.sidebar.active:after {
font: normal normal normal 14px/1 FontAwesome;
line-height:2em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: '\f068'; /* Unicode character for "plus" sign (+) */
color: #fff;
float: right;
}
#sidebar label.sidebar:after {
font: normal normal normal 14px/1 FontAwesome;
line-height:2em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: '\f067'; /* Unicode character for "plus" sign (+) */
color: #fff;
float: right;
}
body {
background-color: #DCEAEA;
}