Skip to content

Instantly share code, notes, and snippets.

@clyfe
Created March 5, 2012 23:37
Show Gist options
  • Save clyfe/1982094 to your computer and use it in GitHub Desktop.
Save clyfe/1982094 to your computer and use it in GitHub Desktop.
AS and TB play nice
/* 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;
}
}
@smartlime
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment