app/assets/stylesheets/alchemy/toolbar.scss in alchemy_cms-3.4.2 vs app/assets/stylesheets/alchemy/toolbar.scss in alchemy_cms-3.5.0.rc1

- old
+ new

@@ -1,19 +1,18 @@ #toolbar { z-index: 10; @extend %gradiated-toolbar; margin-right: 0px; - border: $default-border; - border-top-style: none; - border-right-style: none; + border-bottom: $default-border; position: relative; .button_with_label { form { margin: 0; - @include inline-block; + display: inline-block; + vertical-align: middle; line-height: 5px; } } div p { @@ -37,29 +36,10 @@ &:active { text-decoration: none; background-position: 0 -21px; } } - - .js_filter_field { - @include border-radius(15px); - } - - .js_filter_field_box { - margin-right: 2*$default-margin; - - label { - margin: 0; - } - } - - .search_form { - position: absolute; - top: 8px; - right: 8px; - text-align: center; - } } .toolbar_buttons { margin-right: 8px; white-space: nowrap; @@ -83,11 +63,12 @@ } } } .toolbar_spacer { - @include inline-block; + display: inline-block; + vertical-align: middle; width: 0px; height: 29px; border-right-style: solid; border-right-width: 1px; border-right-color: $default-border-color; @@ -114,25 +95,15 @@ &:active { text-decoration: none; background-position: 0 -21px; } } - - .remote-search-form { - float: right; - margin-right: 8px; - - .button { - position: absolute; - top: 4px; - right: 8px; - } - } } .button_group { position: relative; - @include inline-block(top); + display: inline-block; + vertical-align: top; margin: 0 2*$default-margin; &:hover label { display: block; }