diff options
Diffstat (limited to 'public/stylesheets')
-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%; +} |