forked from 0x2620/oxjs
updating dialog
This commit is contained in:
parent
0aec06616b
commit
6c2304022d
4 changed files with 71 additions and 29 deletions
|
|
@ -90,17 +90,18 @@ Dialog
|
|||
.OxDialog > .OxContent {
|
||||
top: 24px;
|
||||
height: 100%;
|
||||
padding: 16px;
|
||||
padding: 16px 16px 0 16px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxButtonsBar {
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
height: 32px;
|
||||
padding: 0 4px 0 4px;
|
||||
left: 0;
|
||||
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;
|
||||
|
|
@ -109,7 +110,7 @@ Dialog
|
|||
}
|
||||
|
||||
.OxDialog > .OxButtonsBar > .OxButton {
|
||||
margin: 8px 4px 0 4px;
|
||||
margin: 0 4px 0 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue