summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-21 15:40:40 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-21 15:40:40 +0100
commitee7d739074afb080efb8eb11a47dbdef10620720 (patch)
treebb06bb6abeb0bc3c12de05dce4b01098758c9301 /hyperkitty/static
parent62ff128fc888518288096a0d868c61f37cf9962b (diff)
downloadhyperkitty-ee7d739074afb080efb8eb11a47dbdef10620720.tar.gz
hyperkitty-ee7d739074afb080efb8eb11a47dbdef10620720.tar.xz
hyperkitty-ee7d739074afb080efb8eb11a47dbdef10620720.zip
Add a quick access menu to the front page
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-index.css40
1 files changed, 37 insertions, 3 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-index.css b/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
index 344d550..4f5fac4 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
@@ -7,7 +7,7 @@
}
-.all-lists .lists-menu h2 {
+.all-lists .side-menu h2 {
font-size: 100%;
line-height: 100%;
font-weight: bold;
@@ -17,16 +17,47 @@
margin-bottom: 1em;
padding: 0;
}
-.all-lists .lists-menu ul {
+.all-lists .side-menu ul {
list-style-type: none;
margin-left: 1em;
}
-.all-lists .lists-menu li {
+.all-lists .side-menu li {
margin: 0.5em 0;
}
.all-lists .lists-menu span.active {
font-weight: bold;
}
+.all-lists div.lists {
+ padding-right: 4em;
+}
+.all-lists .initials {
+ right: 0;
+ right: -3em; /* there will be an animation to 0 */
+ position: absolute;
+ text-align: center;
+ margin-top: 3em;
+ border: 1px solid #bbb;
+ border-right: 0;
+ background-color: #f8f8f8;
+}
+.all-lists .initials h2 {
+ font-size: 18pt;
+ margin-bottom: 0.2em;
+}
+.all-lists .initials ul {
+ margin: 0;
+}
+.all-lists .initials ul li {
+ margin: 0;
+}
+.all-lists .initials ul a {
+ display: block;
+ padding: 0.5em 1em;
+}
+.all-lists .initials ul a:hover {
+ background-color: #ddd;
+ text-decoration: none;
+}
.all-lists h1.lists {
margin-bottom: 0.5em;
@@ -80,6 +111,9 @@
.all-lists table.lists td.activity {
width: 260px;
}
+.all-lists table.lists .chart {
+ height: 35px;
+}
.all-lists table.lists ul.list-stats {
margin: 0;
text-align: center;