forked from 0x2620/oxjs
maps
This commit is contained in:
parent
dccf07a655
commit
20ea5e9658
10 changed files with 737 additions and 70 deletions
|
|
@ -136,10 +136,11 @@ Dialog
|
|||
|
||||
.OxDialog > .OxContent {
|
||||
top: 24px;
|
||||
bottom: 24px;
|
||||
height: 100%;
|
||||
padding: 16px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
//padding: 16px;
|
||||
//font-size: 12px;
|
||||
//line-height: 16px;
|
||||
}
|
||||
|
||||
.OxDialog > .OxButtonsBar {
|
||||
|
|
@ -359,7 +360,7 @@ OxButtonGroup
|
|||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxFormItem
|
||||
OxForm
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxFormItem {
|
||||
|
|
@ -368,6 +369,13 @@ OxFormItem
|
|||
.OxFormItem:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.OxFormMessage {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
margin-top: 2px;
|
||||
text-align: right;
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxInput
|
||||
|
|
@ -960,4 +968,17 @@ Scrollbars
|
|||
-webkit-border-radius: 6px;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Miscellaneous
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxTooltip {
|
||||
position: absolute;
|
||||
padding: 2px;
|
||||
opacity: 0;
|
||||
z-index: 10;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue