diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-14 00:56:14 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-14 00:56:14 +0200 |
commit | d549928c12e79bae8069fe5fe4e067ad0c608101 (patch) | |
tree | bedc08c6b9ae4087e7be11d61c144234a963ab20 /public | |
parent | 15800d991e50d15b085d2953c2e1af68166131f5 (diff) | |
download | collection-json-explorer-d549928c12e79bae8069fe5fe4e067ad0c608101.tar.gz collection-json-explorer-d549928c12e79bae8069fe5fe4e067ad0c608101.tar.bz2 collection-json-explorer-d549928c12e79bae8069fe5fe4e067ad0c608101.tar.xz collection-json-explorer-d549928c12e79bae8069fe5fe4e067ad0c608101.zip |
o Only showing headings if the item is in the colleciton.
o Adding full support for writes.
o Better looking query and template forms.
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
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%; +} |