mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-11-04 19:17:36 +01:00
Sidebar improvements
This commit is contained in:
parent
15cce18901
commit
5b1a0c025e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user