From 2ef1081c682cce753ef97ec6a493016c6ac30c94 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Tue, 28 Aug 2012 20:19:47 -0600 Subject: [PATCH] make the show more line look nicer --- view/theme/frost-mobile/style.css | 4 ++++ view/theme/frost/style.css | 3 +++ 2 files changed, 7 insertions(+) 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; }