diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index d539ec3..ab25783 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -24,11 +24,14 @@ a { color: #00458f; } &:hover { color: #fff; - background-color: #ccc; } } + background-color: #ccc; + padding: 5px 5px;} } div { &.field, &.actions { margin-bottom: 30px; + font-size: 1.1rem; + } } #notice { @@ -77,7 +80,7 @@ ul li { background-color: #aaa; color: #fff; border-radius: 10px; - margin: 30px 0; + font-size: 0.9rem; } a.button, a.button:visited { @@ -85,15 +88,24 @@ a.button, a.button:visited { text-decoration: none; } +a.button:hover { + color: #fff; + background-color: #ccc; + padding: 5px 10px; +} + a.logo { float: right; +margin: 0; +padding: 0; +background-color: white; } #new_feed { background-color: beige; padding: 5px 10px; - margin: 10px 0; border-radius: 20px; + margin: 0 0 20px 0; } .feed_title { @@ -127,7 +139,7 @@ h1 { font-size: 3.2em; font-weight: normal; line-height: 1.2em; - margin: 20px 0 40px 0; + margin: 20px 0 80px 0; text-align: left; } @@ -159,3 +171,17 @@ h2 { table { border-collapse: collapse; } + +#feed_feed_url { + font-size: 1.2rem; + width: 600px +} + +#submit { + padding: 5px 10px; + color: #fff; + border-radius: 10px; + border: none; + font-size: 0.9rem; + +} diff --git a/app/views/feeds/_form.html.haml b/app/views/feeds/_form.html.haml index 014322b..70a4b73 100644 --- a/app/views/feeds/_form.html.haml +++ b/app/views/feeds/_form.html.haml @@ -15,7 +15,7 @@ .field = f.label "URL" = f.text_field :feed_url, :size => 120 - = f.submit 'Save' + = f.submit 'Save', :id => 'submit' -# .field = f.label :last_fetched