aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-05-29 11:07:57 +0200
committerMario Vavti <mario@mariovavti.com>2015-05-29 11:07:57 +0200
commit5f1ae2930b5ae69e142aed84f70afe5cde8cc38f (patch)
tree094117d4d7970b2cdbe20e8889e4c02badfcc508 /view/css
parent3a9139f76ee64b49c7902269cb3d98f6a6e20230 (diff)
downloadvolse-hubzilla-5f1ae2930b5ae69e142aed84f70afe5cde8cc38f.tar.gz
volse-hubzilla-5f1ae2930b5ae69e142aed84f70afe5cde8cc38f.tar.bz2
volse-hubzilla-5f1ae2930b5ae69e142aed84f70afe5cde8cc38f.zip
show created/edited dates for menus
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_menu.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/view/css/mod_menu.css b/view/css/mod_menu.css
index 930bd834d..c3edec9fe 100644
--- a/view/css/mod_menu.css
+++ b/view/css/mod_menu.css
@@ -2,7 +2,20 @@
width: 100%;
}
-#menu-list-table th:nth-child(2){
+#menu-list-table th:nth-child(2),
+#menu-list-table th:nth-child(3) {
+ white-space: nowrap;
+}
+
+#menu-list-table th:nth-child(6),
+#menu-list-table td:nth-child(6) {
+ padding: 7px 3px;
+ white-space: nowrap;
+}
+
+#menu-list-table th:nth-child(7),
+#menu-list-table td:nth-child(7) {
+ padding: 7px 10px 7px 7px;
white-space: nowrap;
}