diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-31 19:26:00 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-31 19:26:00 -0700 |
commit | f3b95f591a7ec49b6fc148913861bae2bb6aa6c7 (patch) | |
tree | 22f9f085950ac16766ed3af1f1d052d233c0660e /view/css | |
parent | 8fe3daab21f9aba00f7def3553247b0cbcf5f94a (diff) | |
parent | 5cc5e0fafdbc1795781b52124a63695ce3e2d49f (diff) | |
download | volse-hubzilla-f3b95f591a7ec49b6fc148913861bae2bb6aa6c7.tar.gz volse-hubzilla-f3b95f591a7ec49b6fc148913861bae2bb6aa6c7.tar.bz2 volse-hubzilla-f3b95f591a7ec49b6fc148913861bae2bb6aa6c7.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_menu.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/view/css/mod_menu.css b/view/css/mod_menu.css index 930bd834d..7f0f40246 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(7), +#menu-list-table td:nth-child(7) { + padding: 7px 3px; + white-space: nowrap; +} + +#menu-list-table th:nth-child(8), +#menu-list-table td:nth-child(8) { + padding: 7px 10px 7px 7px; white-space: nowrap; } |