diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-19 21:06:25 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-04-19 21:11:13 +0200 |
| commit | cb4c402417f7ae6a69c0ab92673a0863318a6dce (patch) | |
| tree | 9e33c15a987ea8b3928fa746acc008f65f35f87f /chimere/static | |
| parent | 3a19d84d3e197a12239a597a7d771383111ce211 (diff) | |
| download | Chimère-cb4c402417f7ae6a69c0ab92673a0863318a6dce.tar.bz2 Chimère-cb4c402417f7ae6a69c0ab92673a0863318a6dce.zip | |
Evolution on public form submission (closes #336)
* Add a 3 actions pop-up after submission: edit the submited item,
add a new item, return to the map.
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index a4ae9b8..c59702d 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -172,6 +172,10 @@ fieldset{ margin-top:8px; } +.ui-dialog-buttonset{ + text-align:center; +} + .edit label{ display:block; } @@ -514,7 +518,6 @@ a#welcome_button{ /* forms */ table.inline-table{ - width:100%; } table.inline-table td{ @@ -529,6 +532,11 @@ table.inline-table td input[type=checkbox]{ margin-right:auto; } +table.inline-table td input[type=text], +table.inline-table td input[type=file]{ + width:260px; +} + #live_lonlat p{ display:inline-table; } |
