Skip to content

Commit 09abeab

Browse files
committed
geerail css fixes
1 parent 328ad25 commit 09abeab

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

active_admin_sidebar.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.version = ActiveAdminSidebar::VERSION
88
s.authors = ["Igor"]
99
s.email = ["[email protected]"]
10-
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

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1+
12
body.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

1521
body.active_admin #active_admin_content.left_sidebar #main_content_wrapper #main_content{
1622
margin:0;
17-
}
23+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdminSidebar
2-
VERSION = "0.0.1"
2+
VERSION = "0.0.2"
33
end

0 commit comments

Comments
 (0)