Skip to content

Commit 83aeb12

Browse files
committed
restyling
1 parent ec16a94 commit 83aeb12

File tree

2 files changed

+44
-29
lines changed

2 files changed

+44
-29
lines changed

app/assets/stylesheets/active_admin_sidebar/index.css

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
body.active_admin #active_admin_content.left_sidebar {
2+
#sidebar{
3+
margin-left:0;
4+
}
5+
6+
.paginated_collection_contents{
7+
clear: none;
8+
float: left;
9+
width: 100%;
10+
}
11+
12+
.blank_slate_container{
13+
clear:none;
14+
}
15+
16+
.columns {
17+
clear: none;
18+
}
19+
20+
#main_content_wrapper{
21+
float:inherit;
22+
width:auto;
23+
margin-left: 298px;
24+
#main_content{
25+
margin:0;
26+
float: inherit;
27+
.tabs .comments {
28+
.active_admin_comment {
29+
clear: none;
30+
}
31+
}
32+
}
33+
34+
}
35+
36+
37+
38+
39+
.table_tools:after {
40+
clear: none;
41+
padding-bottom: 16px;
42+
}
43+
}
44+

0 commit comments

Comments
 (0)