diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-25 22:35:24 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-25 22:35:24 +0200 |
commit | 31b5b06e42415ffaf98ca09ca8641ae64e67280f (patch) | |
tree | 1b7e0ea2df7bc55c8e23458f38a3f2ec64afe726 /view/css | |
parent | e01873b4cf3c217f7ee0baafbee1ba9dd42e0408 (diff) | |
download | volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.tar.gz volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.tar.bz2 volse-hubzilla-31b5b06e42415ffaf98ca09ca8641ae64e67280f.zip |
Provide webpage layout description
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_layouts.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/css/mod_layouts.css b/view/css/mod_layouts.css index 5a3c86733..8e0a945bf 100644 --- a/view/css/mod_layouts.css +++ b/view/css/mod_layouts.css @@ -15,14 +15,18 @@ padding: 7px 3px 7px 10px; } -#layout-list-table th:nth-child(5), -#layout-list-table td:nth-child(5){ - padding: 7px 3px; +#layout-list-table th:nth-child(2){ white-space: nowrap; } #layout-list-table th:nth-child(6), #layout-list-table td:nth-child(6){ + padding: 7px 3px; + white-space: nowrap; +} + +#layout-list-table th:nth-child(7), +#layout-list-table td:nth-child(7){ padding: 7px 10px 7px 7px; white-space: nowrap; } |