33 lines
531 B
CSS
33 lines
531 B
CSS
#PlayerControlContainer {
|
|
background-color: #626363;
|
|
}
|
|
|
|
Label {
|
|
color: white;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#MediaInfoContainer {
|
|
width: 150;
|
|
margin-top: 10;
|
|
margin-bottom: 10;
|
|
}
|
|
|
|
#MediaInfoContainer label {
|
|
margin-left: 20;
|
|
}
|
|
#AlbumArtBoxView {
|
|
background-color: black;
|
|
width: 80;
|
|
}
|
|
|
|
ImageButton {
|
|
margin-top: 10;
|
|
margin-left: 20;
|
|
margin-right: 20;
|
|
margin-bottom: 10;
|
|
width: 40;
|
|
}
|