Change sidebar to use content.db cache
This commit is contained in:
parent
682fa80a8a
commit
53c087f1ea
4 changed files with 82 additions and 36 deletions
|
@ -111,9 +111,10 @@
|
|||
|
||||
/* GRAPH */
|
||||
|
||||
.graph { padding: 0px; list-style-type: none; width: 351px; background-color: black; height: 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px ; overflow: hidden; position: relative;}
|
||||
.graph { padding: 0px; list-style-type: none; width: 351px; background-color: black; height: 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px ; overflow: hidden; position: relative; font-size: 0 }
|
||||
.graph li { height: 100%; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s ; }
|
||||
.graph-stacked li { position: static; float: left; }
|
||||
.graph-stacked { white-space: nowrap; }
|
||||
.graph-stacked li { position: static; display: inline-block; height: 20px }
|
||||
|
||||
.graph-legend { padding: 0px; list-style-type: none; margin-top: 13px; font-family: Consolas, "Andale Mono", monospace; font-size: 13px; text-transform: capitalize; }
|
||||
.sidebar .graph-legend li { margin: 0px; margin-top: 5px; margin-left: 0px; width: 160px; float: left; position: relative; }
|
||||
|
@ -132,8 +133,8 @@
|
|||
.color-green:before { color: #2ECC71 }
|
||||
.back-blue { background-color: #3BAFDA }
|
||||
.color-blue:before { color: #3BAFDA }
|
||||
.back-darkblue { background-color: #2196F3 }
|
||||
.color-darkblue:before { color: #2196F3 }
|
||||
.back-darkblue { background-color: #156fb7 }
|
||||
.color-darkblue:before { color: #156fb7 }
|
||||
.back-purple { background-color: #B10DC9 }
|
||||
.color-purple:before { color: #B10DC9 }
|
||||
.back-yellow { background-color: #FFDC00 }
|
||||
|
@ -144,8 +145,14 @@
|
|||
.color-gray:before { color: #ECF0F1 }
|
||||
.back-black { background-color: #34495E }
|
||||
.color-black:before { color: #34495E }
|
||||
.back-red { background-color: #5E4934 }
|
||||
.color-red:before { color: #5E4934 }
|
||||
.back-gray { background-color: #9e9e9e }
|
||||
.color-gray:before { color: #9e9e9e }
|
||||
.back-white { background-color: #EEE }
|
||||
.color-white:before { color: #EEE }
|
||||
.back-red { background-color: #E91E63 }
|
||||
.color-red:before { color: #E91E63 }
|
||||
|
||||
|
||||
/* Settings owned */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue