update css
This commit is contained in:
parent
626201894b
commit
b527c2a3f4
1 changed files with 35 additions and 0 deletions
|
@ -83,6 +83,33 @@ td {
|
|||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Audio
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxAudioPlayer {
|
||||
position: absolute;
|
||||
height: 31px;
|
||||
}
|
||||
.OxAudioPlayer > * {
|
||||
position: absolute;
|
||||
}
|
||||
.OxAudioPlayer > .OxTrackLabel {
|
||||
left: 15px;
|
||||
top: 0;
|
||||
height: 13px;
|
||||
padding-top: 1px;
|
||||
//border-bottom-left-radius: 0;
|
||||
//border-bottom-right-radius: 0;
|
||||
font-size: 10px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.OxAudioPlayer > .OxButtonGroup > .OxButton:first-child {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Core
|
||||
|
@ -1092,6 +1119,14 @@ OxSelect
|
|||
padding-left: 3px;
|
||||
padding-right: 17px;
|
||||
}
|
||||
.OxButtonGroup.OxOverlapLeft {
|
||||
padding-left: 16px;
|
||||
margin-left: -16px;
|
||||
}
|
||||
.OxButtonGroup.OxOverlapRight {
|
||||
padding-right: 16px;
|
||||
margin-right: -16px;
|
||||
}
|
||||
.OxCheckbox.OxOverlapLeft > .OxInput {
|
||||
padding-left: 20px;
|
||||
margin-left: -16px;
|
||||
|
|
Loading…
Reference in a new issue