diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-24 15:01:59 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-24 15:01:59 -0700 |
commit | e01873b4cf3c217f7ee0baafbee1ba9dd42e0408 (patch) | |
tree | 21aacbacaf2b3d41a0fb06ce725444b49cdd8fad /view/css | |
parent | 268307b5346674159ef8f6d3fbfadaf41a7443f0 (diff) | |
parent | fcaa980a3f8c0c8a98ba6912826b694371cdd26a (diff) | |
download | volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.tar.gz volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.tar.bz2 volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_blocks.css | 10 | ||||
-rw-r--r-- | view/css/mod_layouts.css | 29 | ||||
-rw-r--r-- | view/css/mod_webpages.css | 4 |
3 files changed, 40 insertions, 3 deletions
diff --git a/view/css/mod_blocks.css b/view/css/mod_blocks.css index c930f5dc8..36a12e1d1 100644 --- a/view/css/mod_blocks.css +++ b/view/css/mod_blocks.css @@ -15,14 +15,18 @@ padding: 7px 3px 7px 10px; } -#block-list-table th:nth-child(5), -#block-list-table td:nth-child(5){ - padding: 7px 3px; +#block-list-table th:nth-child(2){ white-space: nowrap; } #block-list-table th:nth-child(6), #block-list-table td:nth-child(6){ + padding: 7px 3px; + white-space: nowrap; +} + +#block-list-table th:nth-child(7), +#block-list-table td:nth-child(7){ padding: 7px 10px 7px 7px; white-space: nowrap; } diff --git a/view/css/mod_layouts.css b/view/css/mod_layouts.css index 7f65713e7..5a3c86733 100644 --- a/view/css/mod_layouts.css +++ b/view/css/mod_layouts.css @@ -1,3 +1,32 @@ #layout-editor { display: none; } + +#layout-list-table { + width: 100%; +} + +#layout-list-table th:nth-child(1){ + padding: 7px 3px 7px 10px; + white-space: nowrap; +} + +#layout-list-table td:nth-child(1){ + padding: 7px 3px 7px 10px; +} + +#layout-list-table th:nth-child(5), +#layout-list-table td:nth-child(5){ + padding: 7px 3px; + white-space: nowrap; +} + +#layout-list-table th:nth-child(6), +#layout-list-table td:nth-child(6){ + padding: 7px 10px 7px 7px; + white-space: nowrap; +} + +.webpage-list-tool { + padding: 7px 10px; +} diff --git a/view/css/mod_webpages.css b/view/css/mod_webpages.css index d88657c69..1c6ec4aea 100644 --- a/view/css/mod_webpages.css +++ b/view/css/mod_webpages.css @@ -15,6 +15,10 @@ padding: 7px 3px 7px 10px; } +#webpage-list-table th:nth-child(2){ + white-space: nowrap; +} + #webpage-list-table th:nth-child(7), #webpage-list-table td:nth-child(7){ padding: 7px 3px; |