Skip to content

Instantly share code, notes, and snippets.

@mopx
Forked from jasonmelgoza/button.css
Created July 7, 2010 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mopx/466433 to your computer and use it in GitHub Desktop.
Save mopx/466433 to your computer and use it in GitHub Desktop.
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