Skip to content

Commit

Permalink
Fixed button styles so that input[button] will look the same as ancho…
Browse files Browse the repository at this point in the history
…rs and <button> elements
  • Loading branch information
Jonathan Smiley committed Oct 31, 2011
1 parent 61b874b commit c781c27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stylesheets/ui.css
Expand Up @@ -30,6 +30,7 @@
text-decoration: none;
font-weight: bold;
line-height: 1;
font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
position: relative;
cursor: pointer;
border: none;
Expand Down Expand Up @@ -74,9 +75,9 @@
.button:active {}

/* Sizes ---------- */
.small.button { font-size: 11px; padding: 8px 20px 10px; }
.medium.button { font-size: 13px; }
.large.button { font-size: 18px; padding: 11px 48px 13px; }
.small.button { font-size: 11px; padding: 8px 20px 10px; width: auto; }
.medium.button { font-size: 13px; width: auto; }
.large.button { font-size: 18px; padding: 11px 48px 13px; width: auto; }

/* Nice Sizes ---------- */
.nice.small.button { background-position: 0 -36px; }
Expand Down

0 comments on commit c781c27

Please sign in to comment.