preparation for file editing
[phorkie.git] / www / phorkie.css
index fe41780e3720aedc535dccf2252aa851e41cf742..67c92978f1f80210216ac9e26272d8f9f37e1034 100644 (file)
@@ -41,4 +41,24 @@ a.anchorlink {
 }
 .file .code {
     margin-left: 2em;
+}
+ul.pager {
+    margin-top: 2ex;
+}
+
+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