Add inline image editing.
[Sone.git] / src / main / resources / static / css / sone.css
index 053923b..81c9f83 100644 (file)
@@ -667,6 +667,14 @@ textarea {
        background-color: #fff;
 }
 
+#sone .image .edit-image input {
+       width: 95%;
+}
+
+#sone .image .edit-image textarea {
+       width: 95%;
+}
+
 #sone .backlinks .separator {
        display: inline;
 }