update Ox.UI css
This commit is contained in:
parent
1063cb6076
commit
f70501ae1b
1 changed files with 48 additions and 4 deletions
|
@ -709,22 +709,31 @@ input.OxCheckbox {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.OxCheckboxGroup > div.OxCheckbox {
|
.OxCheckboxGroup.OxGroup > div.OxCheckbox {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.OxCheckboxGroup > div.OxCheckbox {
|
.OxCheckboxGroup.OxGroup > div.OxCheckbox {
|
||||||
//padding-right: 16px;
|
//padding-right: 16px;
|
||||||
margin-right: -16px;
|
margin-right: -16px;
|
||||||
}
|
}
|
||||||
.OxCheckboxGroup > div.OxCheckbox:last-child {
|
.OxCheckboxGroup.OxGroup > div.OxCheckbox:last-child {
|
||||||
//padding-right: 0;
|
//padding-right: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
.OxCheckboxGroup.OxList > div.OxCheckbox {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.OxCheckboxGroup.OxList > div.OxCheckbox:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
OxForm
|
OxForm
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
.OxFormDescription {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
.OxFormItem {
|
.OxFormItem {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
@ -816,6 +825,23 @@ OxLabel
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.OxLabel.OxSquare {
|
||||||
|
padding: 0 2px 0 2px;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
OxObjectInput
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
.OxObjectInput > div {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.OxObjectInput > div:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
OxPicker
|
OxPicker
|
||||||
|
@ -909,9 +935,12 @@ OxSelect
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.OxSelect.OxSelected {
|
.OxSelect.OxRounded.OxSelected {
|
||||||
border-radius: 8px 8px 0 0;
|
border-radius: 8px 8px 0 0;
|
||||||
}
|
}
|
||||||
|
.OxSelect.OxSquare {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
.OxSelect > .OxTitle {
|
.OxSelect > .OxTitle {
|
||||||
float: left;
|
float: left;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
@ -992,6 +1021,21 @@ OxSelect
|
||||||
margin-right: -18px;
|
margin-right: -18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
OxSpreadsheet
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
|
||||||
|
.OxSpreadsheet {
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: rgb(192, 192, 192);
|
||||||
|
}
|
||||||
|
.OxSpreadsheet > * {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
================================================================================
|
================================================================================
|
||||||
Images
|
Images
|
||||||
|
|
Loading…
Reference in a new issue