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; }