diff options
author | friendica <info@friendica.com> | 2011-12-01 22:44:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-01 22:44:27 -0800 |
commit | 7faa6c3e938b78dc2c7931f1bbe8d858db488720 (patch) | |
tree | 20687149e2a1ba1dfcf4ebe93e8842a17842922a /view/theme | |
parent | d703f4bc52ecc4be95aba966db18b74dfe1d35f2 (diff) | |
download | volse-hubzilla-7faa6c3e938b78dc2c7931f1bbe8d858db488720.tar.gz volse-hubzilla-7faa6c3e938b78dc2c7931f1bbe8d858db488720.tar.bz2 volse-hubzilla-7faa6c3e938b78dc2c7931f1bbe8d858db488720.zip |
more theme works
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 28fb0f19a..0150eb176 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; |