client/css/renkan.css
changeset 470 47308aa6ce94
parent 468 364c367df7fc
child 483 9bb08a2c2449
--- a/client/css/renkan.css	Fri Jun 12 15:13:29 2015 +0200
+++ b/client/css/renkan.css	Fri Jun 12 22:32:41 2015 +0200
@@ -428,13 +428,15 @@
 }
 
 div.Rk-Edit-Description {
+    -moz-appearance: textfield-multiline;
+    -webkit-appearance: textarea;
     background-color: #FFF;
     border: 1px solid #F0F0F0;
     width: 250px;
     height: 120px;
     resize: vertical;
     overflow: auto;
-    padding: 1px;
+    padding: 2px;
 }
 
 .Rk-UserColor {