Created
March 5, 2012 23:37
-
-
Save clyfe/1982094 to your computer and use it in GitHub Desktop.
AS and TB play nice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* use with AS 3.2 */ | |
.active-scaffold-header div.actions { | |
top: 0; | |
} | |
.active-scaffold { | |
input[type="submit"], input[type="reset"], button { | |
@extend .btn; | |
@extend .btn-primary; | |
margin-top: 0; | |
padding-top: 2px; | |
padding-bottom: 1px; | |
} | |
form.as_form.search { | |
input, select, textarea { | |
margin-bottom: 0; | |
} | |
} | |
a.as_cancel { | |
vertical-align: middle; | |
} | |
.active-scaffold ol { | |
display: table; | |
margin-left: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't get nice look with BT.
Could you tell, where should I place this file in the project? In app/assets/stylesheets it has no effect.
Or I should override all the AS styles?