Skip to content

Commit

Permalink
css anpassungen für per_page_links
Browse files Browse the repository at this point in the history
	modified:   app/assets/stylesheets/active_admin/_base.css.scss
	modified:   app/assets/stylesheets/active_admin/components/_pagination.scss
	new file:   app/assets/stylesheets/active_admin/structure/_top.scss
  • Loading branch information
5minpause committed Jul 20, 2012
1 parent 9994638 commit 9491d9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/active_admin/_base.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ body.active_admin {
@import "active_admin/components/table_tools";
@import "active_admin/pages/dashboard";
@import "active_admin/pages/logged_out";
@import "active_admin/structure/top";
@import "active_admin/structure/footer";
@import "active_admin/structure/main_structure";
@import "active_admin/structure/title_bar";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@
float: left;
}

.per_page_links {
float: right;
}
2 changes: 2 additions & 0 deletions app/assets/stylesheets/active_admin/structure/_top.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// -------------------------------------- Index Top (Over Table)
#index_top { padding-top: 5px; text-align: right; font-size: 0.85em; }

0 comments on commit 9491d9c

Please sign in to comment.