summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-14 23:05:07 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-14 23:05:07 +0200
commit43459025bcac72318e4ef8a32c2d4455321bc191 (patch)
treedf364532e6b3526319ff916af7a687e28d89773b /static/css
parent8a1c2eab6d70bb6b8c3f49cbe49247f6934066ed (diff)
downloadkosten-43459025bcac72318e4ef8a32c2d4455321bc191.tar.gz
kosten-43459025bcac72318e4ef8a32c2d4455321bc191.tar.bz2
kosten-43459025bcac72318e4ef8a32c2d4455321bc191.zip
Draw pies using highcharts JS-lib
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 64c612d..a79308e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -112,6 +112,19 @@ ul.arrow {
color: #E15418;
}
+div.pie {
+ display: inline-block;
+ width: 370px;
+ height: 250px;
+}
+
+div.month_exp {
+ display: inline-block;
+ width: 270px;
+ vertical-align: top;
+ margin-bottom: 10px;
+}
+
/* Header */
#header {
@@ -277,14 +290,6 @@ ul.arrow {
overflow: auto;
}
-/* Table of contents */
-
-ul#toc {
-}
-
-.tocLink {
-}
-
/* Footer */
#footer-wrap {
}