forked from 0x2620/oxjs
even more lists stuff
This commit is contained in:
parent
8e93352c4c
commit
ef514be445
2 changed files with 30 additions and 24 deletions
|
|
@ -793,7 +793,6 @@ Lists
|
|||
.OxTextList .OxBar .OxHead {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 12px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
@ -1174,18 +1173,22 @@ Panels
|
|||
margin: 1px 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxSelect {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
.OxCollapsePanel > .OxBar > .OxExtras {
|
||||
float: right;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras > .OxButton {
|
||||
//position: absolute;
|
||||
//right: 0px;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras > .OxSelect {
|
||||
//position: absolute;
|
||||
//right: 0px;
|
||||
width: 14px;
|
||||
height: 16px;
|
||||
padding-top: 1px;
|
||||
border-width: 0 0 0 1px;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue