add stylesheet for active admin integration

This commit is contained in:
John Bintz 2012-10-17 11:21:19 -04:00
parent 78b54a1002
commit 3f89fff364
2 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ spec/dummy/tmp/
.idea
coverage/
Gemfile.lock
.sass-cache/

View File

@ -0,0 +1,22 @@
li.cocoon {
& > label {
display: block;
width: 100%;
float: none;
}
ol {
padding: 0;
width: auto;
float: none;
}
fieldset {
padding: 1em;
}
.links a {
@extend .button;
}
}