summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-28 10:41:33 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-28 10:42:13 +0100
commit2b41185df80e2351ed3d1c0de38ff9bb42902880 (patch)
tree848d86c944139522108e0b953aab5b3257d94027 /hyperkitty/static
parent7a39419f2b3455ef9859219c68bd17a19bfcd82c (diff)
downloadhyperkitty-2b41185df80e2351ed3d1c0de38ff9bb42902880.tar.gz
hyperkitty-2b41185df80e2351ed3d1c0de38ff9bb42902880.tar.xz
hyperkitty-2b41185df80e2351ed3d1c0de38ff9bb42902880.zip
Add toggles to hide inactive and private lists
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-index.css29
1 files changed, 25 insertions, 4 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-index.css b/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
index 4f5fac4..963d2de 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-index.css
@@ -7,6 +7,8 @@
}
+/* sides */
+
.all-lists .side-menu h2 {
font-size: 100%;
line-height: 100%;
@@ -27,9 +29,25 @@
.all-lists .lists-menu span.active {
font-weight: bold;
}
-.all-lists div.lists {
- padding-right: 4em;
+
+
+/* title */
+
+.all-lists h1.lists {
+ margin-bottom: 0.5em;
+}
+
+.all-lists p.hide-switches label {
+ display: inline;
+ margin-right: 2em;
}
+.all-lists p.hide-switches input {
+ margin: 0;
+}
+
+
+/* initials */
+
.all-lists .initials {
right: 0;
right: -3em; /* there will be an animation to 0 */
@@ -59,8 +77,11 @@
text-decoration: none;
}
-.all-lists h1.lists {
- margin-bottom: 0.5em;
+
+/* main content */
+
+.all-lists div.lists {
+ padding-right: 4em;
}
.all-lists table.lists th {