1
0
Fork 0
forked from 0x2620/oxjs

updating dialog

This commit is contained in:
Rolux 2010-02-20 09:28:46 +05:30
commit 96e06b2cb2
3 changed files with 12 additions and 14 deletions

View file

@ -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;