From: Silke Meyer Date: Sat, 14 Jun 2014 16:25:34 +0000 (+0200) Subject: added border-radius for #profile-jot-form X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f533332ad58c31a9fdad1c3822d6f55b1e28205b;p=friendica.git added border-radius for #profile-jot-form --- diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 9fe2af4f33..bdd1dc4b95 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1423,6 +1423,7 @@ h2 { #profile-jot-form { box-shadow: 1px 2px 0px 0px #D8D8D8; + border-radius: 10px; background-color: #fafafa; padding: 10px; }