forked from 0x2620/oxjs
updating dialog
This commit is contained in:
parent
6c2304022d
commit
96e06b2cb2
3 changed files with 12 additions and 14 deletions
|
|
@ -69,8 +69,8 @@ Dialog
|
|||
//left: 0px;
|
||||
//right: 0px;
|
||||
//height: 16px;
|
||||
padding: 3px 8px 5px 8px;
|
||||
padding: 3px 0 5px 0;
|
||||
//padding: 3px 8px 5px 8px;
|
||||
//padding: 3px 0 5px 0;
|
||||
cursor: move;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
@ -81,7 +81,7 @@ Dialog
|
|||
}
|
||||
|
||||
.OxDialog > .OxTitleBar > .OxTitle {
|
||||
margin: 0 8px 0 8px;
|
||||
margin: 3px 8px 0 8px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue