Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created April 29, 2010 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasonmelgoza/384069 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/384069 to your computer and use it in GitHub Desktop.
button style
button {
display: block;
min-width: 99px;
background: #fff url(/images/btn-shader.png) 0 100% repeat-x;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #b4b4b4;
border-top-color: #d4d4d4;
border-left-color: #d4d4d4;
color: #555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
font-size: 11px;
font-style: normal;
padding: 3px 12px;
text-align: center;
line-height: 100%;
text-shadow: 0 1px rgba(255, 255, 255, .75);
cursor: pointer;
float:right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment