editing works basically
[phorkie.git] / www / phorkie.css
index abe12626339e1e646ea1d4dcd27d0fe060937260..67c92978f1f80210216ac9e26272d8f9f37e1034 100644 (file)
@@ -49,4 +49,16 @@ ul.pager {
 form textarea.content {
     width: 100%;
     box-sizing: border-box;
+}
+form .allwidth {
+    box-sizing: border-box;
+}
+form .allwidth label {
+    width: 20%;
+    float: left;
+}
+form input#description {
+    box-sizing: border-box;
+    height: 2em;
+    width: 100%;
 }
\ No newline at end of file