From: friendica Date: Fri, 2 Dec 2011 06:44:27 +0000 (-0800) Subject: more theme works X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7faa6c3e938b78dc2c7931f1bbe8d858db488720;p=friendica.git more theme works --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 28fb0f19ae..0150eb1760 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1086,6 +1086,10 @@ input#dfrn-url { .comment-edit-text-empty, .comment-edit-text-full { float: left; margin-top: 10px; + -moz-border-radius: 3px; + border-radius: 3px; + border: 1px solid #cccccc; + padding: 3px 1px 1px 3px; } .comment-edit-text-end { clear: both;