]> git.mxchange.org Git - friendica.git/commitdiff
Fix layout issue introduced with PR #4873.
authorAndreas Neustifter <andreas.neustifter@gmail.com>
Mon, 30 Apr 2018 21:22:59 +0000 (21:22 +0000)
committerAndreas Neustifter <andreas.neustifter@gmail.com>
Mon, 30 Apr 2018 21:22:59 +0000 (21:22 +0000)
The find button in the find-people widget was badly layouted on Firefox under Debian.
Remove the width constraint and float: left so the button gracely drops to the next
line when necessary.

view/theme/vier/style.css

index 288ede31d95a6768fdcdcb8067a0be7db352a90c..475fda035e805f07d45452c6931719bde46f6f1d 100644 (file)
@@ -1168,8 +1168,7 @@ aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_as
 }
 
 aside #side-peoplefind-submit, right_aside #side-peoplefind-submit {
-  width: 25%;
-  float: right;
+  float: left;
 }
 
 #side-match-link {