We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec16a94 commit 83aeb12Copy full SHA for 83aeb12
2 files changed
app/assets/stylesheets/active_admin_sidebar/index.css
app/assets/stylesheets/active_admin_sidebar/index.css.scss
@@ -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
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
30
31
32
33
34
35
36
37
38
39
+ .table_tools:after {
40
41
+ padding-bottom: 16px;
42
43
+}
44
0 commit comments