Skip to content

Commit 1259be3

Browse files
mattvaguegregbell
authored andcommitted
General style updates
1 parent fe40393 commit 1259be3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/assets/stylesheets/active_admin/structure/_title_bar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
@include section-header;
33
@include clearfix;
44
@include box-sizing(border-box);
5-
@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.37));
5+
@include box-shadow(0 1px 3px rgba(0,0,0,0.12), 0 0 1px #FFF inset);
66
display: table;
7-
border-bottom-color: #EEE;
7+
border-bottom-color: #c4c4c4;
88
width: 100%;
99
position: relative;
1010
margin: 0;

spec/unit/views/components/paginated_collection_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
let(:pagination) { paginated_collection(collection, :param_name => :post_page) }
4040

4141
it "should customize the page number parameter in pagination links" do
42-
pagination.find_by_tag('div')[1].content.should match(/\/admin\/posts\?post_page=2/)
42+
pagination.find_by_class('pagination_information').first.content.should match(/\/admin\/posts\?post_page=2/)
4343
end
4444
end
4545

0 commit comments

Comments
 (0)