forked from 0x2620/oxjs
improving listmap
This commit is contained in:
parent
c86c7d598d
commit
5915acd72c
12 changed files with 152 additions and 39 deletions
|
|
@ -266,8 +266,8 @@ Document
|
|||
-webkit-user-select: text;
|
||||
}
|
||||
.OxDocument div {
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
border-style: solid;
|
||||
//font-size: 12px;
|
||||
line-height: 15px;
|
||||
-moz-user-select: text;
|
||||
|
|
@ -421,6 +421,8 @@ OxButton
|
|||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxButton {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
text-align: center;
|
||||
}
|
||||
.OxButton.OxSymbol,
|
||||
|
|
@ -534,6 +536,8 @@ div.OxCheckbox {
|
|||
-webkit-border-radius: 8px;
|
||||
}
|
||||
input.OxCheckbox {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
|
|
@ -553,6 +557,7 @@ input.OxCheckbox {
|
|||
OxInput
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
div.OxInput {
|
||||
height: 16px;
|
||||
}
|
||||
|
|
@ -573,6 +578,8 @@ div.OxInput > .OxInputLabel {
|
|||
cursor: default;
|
||||
}
|
||||
input.OxInput {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
float: left;
|
||||
}
|
||||
/*
|
||||
|
|
@ -593,7 +600,8 @@ OxLabel
|
|||
*/
|
||||
.OxLabel {
|
||||
height: 14px;
|
||||
border: 1px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 0 6px 0 6px;
|
||||
text-overflow: ellipsis;
|
||||
cursor: default;
|
||||
|
|
@ -648,6 +656,8 @@ OxRange
|
|||
}
|
||||
.OxRange > .OxTrack {
|
||||
float: right;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
height: 14px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
|
|
@ -693,8 +703,10 @@ OxRange
|
|||
OxSelect
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxSelect.OxMedium {
|
||||
.OxSelect {
|
||||
height: 14px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
|
|
@ -706,6 +718,7 @@ OxSelect
|
|||
float: left;
|
||||
height: 14px;
|
||||
padding-left: 6px;
|
||||
border-width: 1px;
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
cursor: default;
|
||||
|
|
@ -997,6 +1010,7 @@ Lists
|
|||
width: 11px;
|
||||
height: 16px;
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
|
|
@ -1092,15 +1106,19 @@ Maps
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
.OxMapButton {
|
||||
input[type=image].OxMapButton {
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: 2px solid rgb(255, 255, 255);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
padding: 1px;
|
||||
border-width: 2px;
|
||||
}
|
||||
.OxMapLabel {
|
||||
position: absolute;
|
||||
height: 12px;
|
||||
padding: 0 5px 0 5px;
|
||||
font-size: 10px;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue