app/assets/stylesheets/pageflow/editor/storyline_picker.scss in pageflow-15.6.1 vs app/assets/stylesheets/pageflow/editor/storyline_picker.scss in pageflow-15.7.0

- old
+ new

@@ -1,14 +1,18 @@ .storyline_picker { position: relative; + .storyline_picker_storylines { + position: relative; + } + .add_storyline, .edit_storyline { @include icon-only-button; display: none; position: absolute; - top: 11px; + bottom: 0; } .add_storyline { @include plus-circled-icon; right: 0; @@ -27,6 +31,6 @@ .add_storyline, .edit_storyline { display: block; } } -} \ No newline at end of file +}