From 74aa2409b168c9f388c482743c1e871447d6ef5e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 14 Aug 2013 05:28:12 +0200 Subject: [PATCH] Reorganize form structure --- public_html/static/css/openng.css | 23 +++++++++++- public_html/templates/nodes/create.tpl | 51 +++++++++++++++++--------- 2 files changed, 56 insertions(+), 18 deletions(-) diff --git a/public_html/static/css/openng.css b/public_html/static/css/openng.css index 6582c9b..5aead33 100644 --- a/public_html/static/css/openng.css +++ b/public_html/static/css/openng.css @@ -105,5 +105,26 @@ h1.form { font-size: 16px; margin-top: 7px; - margin-bottom: 4px; + margin-bottom: 6px; +} + +.pure-form label +{ + font-size: 95%; + margin-left: 1px; +} + +div.label +{ + padding-top: 4px; +} + +div.formfield, div.property +{ + margin-bottom: 1px; +} + +textarea +{ + height: 90px; } diff --git a/public_html/templates/nodes/create.tpl b/public_html/templates/nodes/create.tpl index 52e3bb3..3fba6bc 100644 --- a/public_html/templates/nodes/create.tpl +++ b/public_html/templates/nodes/create.tpl @@ -1,24 +1,41 @@
-

Node

- -
- - -
- -
- - -
- -
+
-

Properties

+

Node

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
-
- - +
+
+

Properties

+
+ +
+ + +
+ +
+ + +