diff options
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; } |