From 47582cd5eeabd30b38be95a754f201b735f2cbaf Mon Sep 17 00:00:00 2001 From: hoergen Date: Wed, 11 Jul 2018 20:33:44 +0200 Subject: [PATCH] updated wall-spacer and color of preview (#5357) * Update wall_thread.tpl named an unnamed style definition to can address it via css * Update style.css Added div wall-spacer definition * Update wall_thread.tpl removed wall-spacer definition. moved to main css * Update style.css * Update wall_thread.tpl * Update plusminus.css wall-spacer and color of preview changed * Update plusminus.css * spaces spaces * Update style.css * Update style.css removed tabs and spaces --- view/theme/frio/css/style.css | 2 +- view/theme/frio/scheme/plusminus.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 0836219aa7..7b55bfd993 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1668,7 +1668,7 @@ section #jotOpen { /* Space between content and head */ .wall-spacer { - height: 10px; + height: 10px; } /* wall items content */ diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css index 4c753dd12f..4756d4ed50 100644 --- a/view/theme/frio/scheme/plusminus.css +++ b/view/theme/frio/scheme/plusminus.css @@ -96,4 +96,9 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con margin-bottom: 0px; border:0px; padding:0px; + color:black; +} + +.wall-spacer { + height: 0px; }