]> git.mxchange.org Git - friendica.git/commitdiff
updated wall-spacer and color of preview (#5357)
authorhoergen <hoergen@hoergen.org>
Wed, 11 Jul 2018 18:33:44 +0000 (20:33 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Wed, 11 Jul 2018 18:33:44 +0000 (14:33 -0400)
* 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
view/theme/frio/scheme/plusminus.css

index 0836219aa7260fefe08bf0ac640fbf779596a596..7b55bfd993c391705df148ca81efa3a809826cd7 100644 (file)
@@ -1668,7 +1668,7 @@ section #jotOpen {
 
 /* Space between content and head */
 .wall-spacer {
-       height: 10px;
+    height: 10px;
 }
 
 /* wall items content */
index 4c753dd12f7e73cdf84f53706203ea65f24830c6..4756d4ed50457ebd9aa16c52862c39176f02381d 100644 (file)
@@ -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;
 }