45 lines
633 B
CSS
Raw Normal View History

#PlayerControlContainer {
2019-12-23 20:07:07 -05:00
background-color: #303030;
}
Label {
color: white;
2019-12-01 20:20:55 -08:00
text-align: left;
vertical-align: middle;
word-wrap: break-word;
}
#MediaInfoContainer {
width: 150;
margin-top: 10;
margin-bottom: 10;
}
#MediaInfoContainer label {
margin-left: 20;
}
2019-12-07 13:47:45 -05:00
#AlbumArtBoxView {
background-color: black;
width: 80;
2019-12-01 20:20:55 -08:00
}
2019-12-07 13:47:45 -05:00
.PlayButton {
width: 40;
}
.DirectionButton {
width: 30;
}
.LibraryButton {
width: 25;
}
ImageButton {
margin-top: 10;
2019-12-07 13:47:45 -05:00
margin-left: 15;
margin-right: 15;
margin-bottom: 10;
}