Make sure the value items are flush with the right hand side of the container.
DeLynn Berry
committed Aug 19, 2011
commit ae204e1f75b2c8ef34a1bdf424f984e8bee0fcb5
Showing 1
changed file with
2 additions
and 0 deletions
app/assets/stylesheets/comfortable_mexican_sofa/form.css
+2
-0
| @@ | @@ -19,6 +19,7 @@ |
| } | |
| #cms_body .form_element .value { | |
| margin-left: 150px; | |
| + | margin-right: -140px; |
| overflow: hidden; | |
| } | |
| #cms_body .form_element .value input[type='text'], | |
| @@ | @@ -103,6 +104,7 @@ |
| border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| padding: 5px; | |
| + | margin-right: 0px; |
| } | |
| #cms_body .form_element.submit_element label { | |
| margin: 0px 5px; | |