From: Zach Prezkuta Date: Wed, 29 Aug 2012 02:19:47 +0000 (-0600) Subject: make the show more line look nicer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ef1081c682cce753ef97ec6a493016c6ac30c94;p=friendica.git make the show more line look nicer --- diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css index 86c50552f5..7e3d47d341 100644 --- a/view/theme/frost-mobile/style.css +++ b/view/theme/frost-mobile/style.css @@ -1350,6 +1350,9 @@ input#dfrn-url { .divgrow-showmore { display: block; clear: both; + text-align: center; + outline: 0; + border-top: 1px dotted #888; } @@ -1413,6 +1416,7 @@ input#dfrn-url { border-bottom-right-radius: 10px; } + .comment-edit-wrapper { margin-top: 15px; background: #f3f3f3; diff --git a/view/theme/frost/style.css b/view/theme/frost/style.css index e8d83fd42a..fa06ef7eda 100644 --- a/view/theme/frost/style.css +++ b/view/theme/frost/style.css @@ -1307,6 +1307,9 @@ input#dfrn-url { .divgrow-showmore { display: block; clear: both; + text-align: center; + outline: 0; + border-top: 1px dotted #888; }