fixed issues CC-2139 and CC-2031
This commit is contained in:
parent
a6927442ec
commit
94333db733
|
@ -1085,7 +1085,7 @@ button.ui-button-icons-only {
|
|||
padding-right: 2.1em;
|
||||
}
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button {
|
||||
input.ui-button, button.ui-button {
|
||||
padding: .4em 1em;
|
||||
}
|
||||
/*button icon element(s) */
|
||||
|
@ -1117,10 +1117,11 @@ input.ui-button {
|
|||
}
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner {
|
||||
/*button.ui-button::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
} /* reset extra padding in Firefox */
|
||||
}*/
|
||||
/* reset extra padding in Firefox */
|
||||
/*
|
||||
* jQuery UI Dialog 1.8.6
|
||||
*
|
||||
|
|
|
@ -1268,6 +1268,9 @@ div.success{
|
|||
height: 28px;
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
#schedule-add-show .button-bar.bottom {
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
|
||||
.schedule {
|
||||
text-align:left;
|
||||
|
|
Loading…
Reference in New Issue