Skip to content

Commit

Permalink
bug fix for new jQuery UI
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertlaposa committed Dec 6, 2016
1 parent 0ebf3a7 commit b8eabcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion share/css/default/screen.css
Expand Up @@ -72,7 +72,7 @@ input.short,
textarea.short,
select.short {width: 5em;}
button {display: inline-block; cursor: pointer; cursor: hand; position: relative; padding: 0 0.5em; overflow: visible; font-family: inherit; font-size: inherit;}
button span {position: relative; display: block; white-space: nowrap;}
button span {position: relative; display: inline-block; white-space: nowrap;}
input.half,
textarea.half,
select.half {width: 50%;}
Expand Down
2 changes: 1 addition & 1 deletion share/css/default/src/normalize.css
Expand Up @@ -59,7 +59,7 @@ input.short,
textarea.short,
select.short {width: 5em;}
button {display: inline-block; cursor: pointer; cursor: hand; position: relative; padding: 0 0.5em; overflow: visible; font-family: inherit; font-size: inherit;}
button span {position: relative; display: block; white-space: nowrap;}
button span {position: relative; display: inline-block; white-space: nowrap;}
input.half,
textarea.half,
select.half {width: 50%;}
Expand Down

0 comments on commit b8eabcc

Please sign in to comment.