Skip to content

Commit

Permalink
better sandboxing of submit button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
taitems committed May 19, 2011
1 parent a11ed24 commit 822bf6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/Aristo/jquery-ui-1.8.7.custom.css
Expand Up @@ -513,15 +513,15 @@ button.ui-button-icons-only { width: 3.7em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input[type="submit"] { font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 0 1em !important; height: 33px; }
input.ui-button[type="submit"] { font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 0 1em !important; height: 33px; }
/*remove submit button internal padding in Firefox*/
input::-moz-focus-inner {
input.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
/* fix webkits handling of the box model */
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="submit"] {
input.ui-button[type="submit"] {
height: 31px;
}
}
Expand Down

0 comments on commit 822bf6a

Please sign in to comment.