motion-prime/styles/base.rb in motion-prime-0.8.8 vs motion-prime/styles/base.rb in motion-prime-0.8.9

- old
+ new

@@ -17,14 +17,14 @@ background_color: :clear # basic form styles # ---------- style :form, - width: 280, - left: 20, + width: 320, + left: 0, top: 0, - right: 30, + right: 0, bottom: 0, background_color: :clear, separator_color: :clear, scroll_enabled: true @@ -33,11 +33,11 @@ # @background_color: COLOR # @background_image: PATH_TO_FILE style :submit_button, :form_submit_field_button, background_color: :gray, title_color: :white, - left: 0, - right: 0, + left: 20, + right: 20, top: 10, height: 44 style :segmented_control, height: 40, width: 320, top: 0