From f533332ad58c31a9fdad1c3822d6f55b1e28205b Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 14 Jun 2014 18:25:34 +0200 Subject: [PATCH] added border-radius for #profile-jot-form --- view/theme/vier/style.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5