From d801c361d6cd907ca841b58933a289dc4c5ccebe Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 29 Dec 2014 21:53:00 +0100 Subject: [PATCH] css fixes and remove sloppy photos setting since it is not supported anymore in redbasic --- view/css/mod_cloud.css | 6 ++---- view/theme/redbasic/tpl/theme_settings.tpl | 2 +- 2 files changed, 3 insertions(+), 5 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; diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 70b42b6cd..adf2e632d 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -34,7 +34,7 @@ {{include file="field_input.tpl" field=$nav_min_opacity}} {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} -{{include file="field_checkbox.tpl" field=$sloppy_photos}} +{{*include file="field_checkbox.tpl" field=$sloppy_photos*}}