diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-24 11:36:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-24 11:36:49 +0200 |
commit | c6a75f407db0ab68a562442483b0f6402e34c0da (patch) | |
tree | 9b968547f16200aaf2696af9633dc875d54892d4 /view/css | |
parent | 41343b32c5f9bb640ec92b6e19e95ebe4955cd98 (diff) | |
download | volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.tar.gz volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.tar.bz2 volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.zip |
webpages layout fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_layouts.css | 29 |
1 files changed, 29 insertions, 0 deletions
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; +} |