Skip to content

Instantly share code, notes, and snippets.

@andrewliebchen
Created December 16, 2012 18:39
Show Gist options
  • Save andrewliebchen/4310996 to your computer and use it in GitHub Desktop.
Save andrewliebchen/4310996 to your computer and use it in GitHub Desktop.
.buttons,
.flexcontainer {
@include linear-gradient(#F7F7F7, #E0E0E0);
@include box-shadow(inset 0 1px 0 #FFF);
border-radius: 0 0 5px 5px;
border-top: 1px solid darken($base-border-color, 10%);
margin: 0;
padding: 10px;
min-height: 30px;
}
.buttons {
a,
input {
display: inline-block;
padding: 7px 10px !important; // fix this
width: auto !important; // fix this
}
input {
float: right;
}
.hide {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment