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