File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77 s . version = ActiveAdminSidebar ::VERSION
88 s . authors = [ "Igor" ]
9910- s . homepage = ""
10+ s . homepage = "https://github.com/Fivell/active_admin_sidebar "
1111 s . summary = %q{active_admin_sidebar gem}
1212 s . description = %q{extension for activeadmin gem to manage sidebar}
1313
Original file line number Diff line number Diff line change 1+
12body .active_admin # active_admin_content .left_sidebar # sidebar {
2- float : left;
3- margin-left : 0 ;
3+ margin- left: 0 ;
4+ }
45
6+ body .active_admin # active_admin_content .left_sidebar # index_top {
7+ margin-bottom : 25px ;
58}
6- body .active_admin # active_admin_content .left_sidebar # main_content_wrapper {
7- float : left;
8- width : 70% ;
9- margin-right : 0 ;
10- margin-left : 5px ;
11- margin-left : 5px ;
9+
10+ body .active_admin # active_admin_content .left_sidebar .paginated_collection_contents {
1211 float : left;
12+ clear : none;
13+ }
14+
15+ body .active_admin # active_admin_content .left_sidebar # main_content_wrapper {
16+ float : inherit;
17+ width : auto;
18+ margin-left : 298px ;
1319}
1420
1521body .active_admin # active_admin_content .left_sidebar # main_content_wrapper # main_content {
1622 margin : 0 ;
17- }
23+ }
Original file line number Diff line number Diff line change 11module ActiveAdminSidebar
2- VERSION = "0.0.1 "
2+ VERSION = "0.0.2 "
33end
You can’t perform that action at this time.
0 commit comments