diff --git a/examples/simple_example/webapp/stylesheets/stylesheet.css b/examples/simple_example/webapp/stylesheets/stylesheet.css index 5ba719a5..ed97d28a 100644 --- a/examples/simple_example/webapp/stylesheets/stylesheet.css +++ b/examples/simple_example/webapp/stylesheets/stylesheet.css @@ -86,6 +86,8 @@ body { background-color: #09be01; } #picky .ok .feedback { background-color: #bcf0b3; } + #picky input.search_button { + margin: 5px 15px; } #picky input.query { float: left; width: 380px; diff --git a/examples/simple_example/webapp/stylesheets/stylesheet.sass b/examples/simple_example/webapp/stylesheets/stylesheet.sass index f1c967fe..71dee344 100644 --- a/examples/simple_example/webapp/stylesheets/stylesheet.sass +++ b/examples/simple_example/webapp/stylesheets/stylesheet.sass @@ -111,7 +111,10 @@ body :background-color #09be01 .feedback :background-color #bcf0b3 - + + input.search_button + :margin 5px 15px + input.query :float left :width 380px