diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-20 03:51:39 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-20 03:51:39 +0100 |
| commit | cee23430ae5aca14d5dcd7cf2c52b62b392afcdf (patch) | |
| tree | 908dd90cdaf4edbd3251f17ff4539968a4dc0152 /chimere/static/styles.css | |
| parent | 9fa2bf0f7516fb06fe6f05e5558f3ada6886d038 (diff) | |
| parent | 18f345f7759c25950cdf34b7bd677bf6e983d37f (diff) | |
| download | Chimère-cee23430ae5aca14d5dcd7cf2c52b62b392afcdf.tar.bz2 Chimère-cee23430ae5aca14d5dcd7cf2c52b62b392afcdf.zip | |
Merge branch 'master' into carte-ouverte
Conflicts:
chimere/static/styles.css
Diffstat (limited to 'chimere/static/styles.css')
| -rw-r--r-- | chimere/static/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index 21fbb2e..0784c8f 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -11,6 +11,10 @@ background-color:#FFF; border-radius: 10px; } +fieldset p{ +margin:4px 8px; +} + legend{ font-weight:bold; color:#607e25; @@ -98,7 +102,7 @@ color:black; } #action li ul{ -margin:10px; +margin:14px 12px; position:absolute; width:600px; } |
