Skip to content

Commit

Permalink
tweak button heights/alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed May 17, 2014
1 parent 2de1011 commit 76100f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/skins/Default/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=n

/* Buttons */
.button {background:#f6f6f6; font-weight:600; border:1px solid transparent; margin-bottom:1px; white-space:nowrap; height:30px; font-size:90%; padding:0 10px 2px; line-height:30px; -webkit-appearance:none}
.button.big {height:30px; font-size:90%; padding:0 10px 2px; line-height:30px}
.button.big {height:34px; font-size:90%; padding:0 10px 0; line-height:28px}
.button:hover, .button:active {border-color:#ddd}
.button:active {background-color:#ddd}
.button.disabled {opacity:0.25; cursor:default; border-color:transparent !important}

a.button {padding:7px 10px; height:auto; line-height:1em; display:inline-block}
a.button.big {padding:9px 10px 7px; height:auto; line-height:1em}
a.button {padding:8px 10px; height:auto; line-height:1em; display:inline-block}
a.button.big {padding:10px; height:auto; line-height:1em}

.button.submit {color:#fff}
.button.submit:hover {border-color:#000; color:#fff}
Expand Down

0 comments on commit 76100f4

Please sign in to comment.