From d549928c12e79bae8069fe5fe4e067ad0c608101 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 14 Jul 2012 00:56:14 +0200 Subject: o Only showing headings if the item is in the colleciton. o Adding full support for writes. o Better looking query and template forms. --- public/stylesheets/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'public') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index ccb2639..9096f12 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -23,3 +23,17 @@ } } +table.cj-form th { + text-align: right; + min-width: 300px; + padding-right: 20px; +} + +table.cj-form th div { + margin-bottom: 10px; +} + +table.cj-form tbody td, +table.cj-form tbody input { + width: 100%; +} -- cgit v1.2.3