1
0
Fork 0
forked from 0x2620/oxjs

requests, errors, dialogs

This commit is contained in:
Rolux 2010-01-31 15:02:41 +05:30
commit 06852ed89c
3 changed files with 96 additions and 69 deletions

View file

@ -95,16 +95,16 @@ Dialog
.OxDialog > .OxContent {
top: 24px;
//bottom: 32px;
height: 100%;
padding: 16px;
}
.OxDialog > .OxButtonsBar {
left: 0px;
right: 0px;
bottom: 0px;
height: 24px;
padding: 8px;
height: 32px;
padding: 0 4px 0 4px;
text-align: right;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
@ -112,6 +112,10 @@ Dialog
-webkit-border-bottom-right-radius: 8px;
}
.OxDialog > .OxButtonsBar > .OxButton {
margin: 8px 4px 0 4px;
}
/*
================================================================================
Forms