45 lines
		
	
	
		
			633 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			633 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;
 | |
| }
 | |
| 
 | |
| .PlayButton {
 | |
|     width: 40;
 | |
| }
 | |
| 
 | |
| .DirectionButton {
 | |
|     width: 30;
 | |
| }
 | |
| 
 | |
| .LibraryButton {
 | |
|     width: 25;
 | |
| }
 | |
| 
 | |
| ImageButton {
 | |
|     margin-top: 10;
 | |
|     margin-left: 15;
 | |
|     margin-right: 15;
 | |
|     margin-bottom: 10;
 | |
| }
 |