Skip to content

Commit 28650ba

Browse files
author
Mattia Roccoberton
committed
Style fix
1 parent 2ef4085 commit 28650ba

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

app/assets/stylesheets/activeadmin_blaze_theme/theme.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,11 +616,12 @@ body.active_admin {
616616

617617
// footer
618618
#footer {
619-
bottom: 0;
620-
position: absolute;
619+
// bottom: 0;
620+
// position: absolute;
621621
text-align: center;
622622
width: 100%;
623623
> p {
624+
margin: 0;
624625
padding: 0;
625626
}
626627
}
@@ -696,4 +697,8 @@ body.active_admin {
696697
overflow: scroll;
697698
}
698699
}
700+
701+
#active_admin_content.without_sidebar #main_content_wrapper #main_content {
702+
padding: 20px 15px;
703+
}
699704
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdminBlazeTheme
2-
VERSION = '0.2.6'
2+
VERSION = '0.2.8'
33
end

0 commit comments

Comments
 (0)