1
0
Fork 0
forked from 0x2620/oxjs

updating dialog

This commit is contained in:
Rolux 2010-02-20 09:56:53 +05:30
commit af4a5e931e
5 changed files with 30 additions and 16 deletions

View file

@ -90,7 +90,7 @@ Dialog
.OxDialog > .OxContent {
top: 24px;
height: 100%;
padding: 16px 16px 0 16px;
padding: 16px;
font-size: 12px;
line-height: 16px;
}
@ -100,8 +100,6 @@ Dialog
right: 0;
bottom: 0;
height: 24px;
padding: 5px 4px 0 4px;
border-top-width: 1px;
text-align: right;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
@ -110,7 +108,10 @@ Dialog
}
.OxDialog > .OxButtonsBar > .OxButton {
margin: 0 4px 0 4px;
margin: 4px 2px 0 2px;
}
.OxDialog > .OxButtonsBar > .OxButton:last-child {
margin-right: 4px;
}
/*