From 7faa6c3e938b78dc2c7931f1bbe8d858db488720 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Dec 2011 22:44:27 -0800 Subject: [PATCH] more theme works --- view/theme/duepuntozero/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 28fb0f19..0150eb17 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;