refactor audio example
This commit is contained in:
parent
10d389a9fc
commit
c59061c456
7 changed files with 1063 additions and 745 deletions
|
@ -1,3 +1,91 @@
|
|||
#artworkText {
|
||||
padding-top: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
#findInput {
|
||||
right: 4px;
|
||||
top: 19px;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
#findInput > input {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
#findInput > .OxButton {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
#findLabel {
|
||||
right: 20px;
|
||||
top: 4px;
|
||||
padding-top: 1px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
font-size: 9px;
|
||||
}
|
||||
#findSelect {
|
||||
right: 4px;
|
||||
top: 4px;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
#statusText {
|
||||
padding-top: 3px;
|
||||
font-size: 9px;
|
||||
text-align: center;
|
||||
}
|
||||
#toolbar > * {
|
||||
position: absolute;
|
||||
}
|
||||
#viewButtons > .OxButton:first-child {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
#viewButtons > .OxButton:last-child {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
#viewLabel {
|
||||
right: 136px;
|
||||
top: 4px;
|
||||
padding: 1px 4px 0 4px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.item {
|
||||
height: 32px;
|
||||
}
|
||||
.item > * {
|
||||
position: relative;
|
||||
}
|
||||
.itemIcon {
|
||||
left: 2px;
|
||||
top: 2px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
.itemTitle {
|
||||
left: 34px;
|
||||
top: -28px;
|
||||
height: 14px;
|
||||
font-size: 13px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
}
|
||||
.itemInfo {
|
||||
left: 34px;
|
||||
top: -28px;
|
||||
height: 10px;
|
||||
font-size: 9px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.OxDialog > .OxContent {
|
||||
padding: 24px;
|
||||
}
|
||||
.OxTableList .OxItem .OxCell > img.image {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
|
File diff suppressed because it is too large
Load diff
BIN
examples/ui/audio_player/mp3/Danger Mouse/artwork.png
Normal file
BIN
examples/ui/audio_player/mp3/Danger Mouse/artwork.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
examples/ui/audio_player/mp3/Death Grips/artwork.png
Normal file
BIN
examples/ui/audio_player/mp3/Death Grips/artwork.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in a new issue