forked from 0x2620/oxjs
requests, errors, dialogs
This commit is contained in:
parent
68a09563cb
commit
06852ed89c
3 changed files with 96 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue