app/assets/stylesheets/layout/positioning.css.scss in curate-0.3.2 vs app/assets/stylesheets/layout/positioning.css.scss in curate-0.4.2

- old
+ new

@@ -1,16 +1,27 @@ body { padding:0; } +.form-actions > form.button_to { + // make sure a rails button_to form renders inline when it's in a bootstrap .form-actions line. + display: inline-block; + margin-bottom:0; +} + #site-search{ form { - margin:2em 0; - text-align:right; + margin:1em 0; + text-align:left; } } +#site-actions { + padding-top:1em; + text-align:right; +} + #footer .row { margin-bottom:1em; margin-top:3em; } @@ -40,11 +51,11 @@ } dd { clear:right; margin:0 0 0 30%; - width:70%; + width:40%; word-wrap:break-word; } } .main-header { @@ -52,20 +63,22 @@ margin-bottom: 30px; margin-top: 20px; padding-bottom: 9px; } +.search > .row > .main-header { + border-bottom: none; + margin-bottom: 24px; + padding-bottom: 0; +} + +.main-header > .navbar { + margin-bottom: 0; +} + +.search .sidebar > h3:first-child { + margin-top: -.4em; +} + legend + .control-group { margin-top: 0px; } - -.thumbnail { - border: 2px solid $gray; - background-color: $grayLighter; - .icon{ - text-align: center; - vertical-align: middle; - h3 { - margin: 1px; - } - } -} \ No newline at end of file