diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-05-25 20:17:25 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-05-25 20:17:25 +0200 |
| commit | 26e85a9e32f900436d250d0f485300ce94c2efc1 (patch) | |
| tree | 700826e368749371641ee1589df2492d7a635a42 /chimere/static | |
| parent | f9c9d2374f253d89eb8b883d40bdd33382f61f31 (diff) | |
| download | Chimère-26e85a9e32f900436d250d0f485300ce94c2efc1.tar.bz2 Chimère-26e85a9e32f900436d250d0f485300ce94c2efc1.zip | |
Improve edit form layout
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/forms.css | 2 | ||||
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 25 |
2 files changed, 24 insertions, 3 deletions
diff --git a/chimere/static/chimere/css/forms.css b/chimere/static/chimere/css/forms.css index 2cf9a56..0a22e74 100644 --- a/chimere/static/chimere/css/forms.css +++ b/chimere/static/chimere/css/forms.css @@ -37,7 +37,7 @@ } div.bottomform{ - clear: left; + clear: both; width: 100%; } diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index d371df8..accac25 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -36,9 +36,13 @@ h2, h3, th, .action li, .action li a, color:#000; } +th{ + color: #449506; +} + /* background-color definition */ -body, h2, h3, th, +body, h2, h3, .ui-widget-header, #layer_selection h4, .action li.selected, #no-js-message, @@ -173,7 +177,7 @@ fieldset{ } .edit label{ - display:inline; + display: block; } a:link[disabled], @@ -748,6 +752,18 @@ a#welcome_button, /* forms */ +button{ + padding: 2px 4px; + font-size: 14px; + line-height: 1.42857; + color: #555; + vertical-align: middle; + background-color: #FFF; + border: 1px solid #CCC; + border-radius: 4px; + box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; +} + table.inline-table{ } @@ -768,6 +784,11 @@ table.inline-table td input[type=file]{ width:260px; } +table.inline-table td input[type=file]{ + border: 0 solid transparent; + box-shadow: none; +} + #live_lonlat p{ display:inline-table; } |
