Skip to content

Instantly share code, notes, and snippets.

@andflett
Created October 4, 2012 12:36
Show Gist options
  • Save andflett/3833299 to your computer and use it in GitHub Desktop.
Save andflett/3833299 to your computer and use it in GitHub Desktop.
Make Sir Trevor more presentable in ActiveAdmin
body {
margin: 0;
line-height: 150%;
font-size: 72%;
}
form .sir-trevor {
width: 860px;
margin: 30px auto;
background: #ffffff;
}
form .sir-trevor .buttons {
margin-top: 0;
}
form .sir-trevor .buttons a.button {
background-color: transparent !important;
box-shadow: 0;
border: 0;
-moz-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
text-shadow: 0 0 0;
-webkit-text-shadow: 0 0 0;
-moz-text-shadow: 0 0 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment