fixed errors in css
This commit is contained in:
parent
5a1192c412
commit
3b54116147
|
@ -404,28 +404,25 @@ button.ui-button::-moz-focus-inner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
/*padding: .2em;*/
|
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-titlebar {
|
.ui-dialog .ui-dialog-titlebar {
|
||||||
display: list-item;
|
display: inherit;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: .4em 1em;
|
padding: .4em 1em;
|
||||||
padding-top: 8px;
|
|
||||||
padding-bottom: 14px;
|
|
||||||
height: 30px;
|
height: 30px;
|
||||||
/*margin: 3px;*/
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-title {
|
.ui-dialog .ui-dialog-title {
|
||||||
font-family: Nunito;
|
font-family: Nunito;
|
||||||
font-size: 13pt;
|
|
||||||
margin: .1em 0;
|
margin: .1em 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-titlebar-close {
|
.ui-dialog .ui-dialog-titlebar-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue