diff options
author | marijus <mario@mariovavti.com> | 2014-12-29 21:53:00 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-29 21:53:00 +0100 |
commit | d801c361d6cd907ca841b58933a289dc4c5ccebe (patch) | |
tree | 9fe6d0189e4db83fbe08fec619c357e5d8e784f9 /view/css | |
parent | a70e42edac9580eab7013f1fcdc5eae252a10dd1 (diff) | |
download | volse-hubzilla-d801c361d6cd907ca841b58933a289dc4c5ccebe.tar.gz volse-hubzilla-d801c361d6cd907ca841b58933a289dc4c5ccebe.tar.bz2 volse-hubzilla-d801c361d6cd907ca841b58933a289dc4c5ccebe.zip |
css fixes and remove sloppy photos setting since it is not supported anymore in redbasic
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_cloud.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 56f4c415b..822047c9d 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -14,19 +14,17 @@ width: 100%; } -#cloud-index th { - padding-top: 7px; -} - #cloud-index td:nth-child(1){ padding: 7px 3px 7px 10px; } +#cloud-index th:nth-child(8), #cloud-index td:nth-child(8){ padding: 7px 3px; white-space: nowrap; } +#cloud-index th:nth-child(9), #cloud-index td:nth-child(9){ padding: 7px 10px 7px 7px; white-space: nowrap; |