Skip to content
Prev Previous commit
Next Next commit
whitespace
  • Loading branch information
jm3 committed Jan 26, 2015
commit 9c4b592cf2c1a54d15ddce13648ea2d663ee6f76
41 changes: 21 additions & 20 deletions api/public/css/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* overrides */
img {
display: inline;
max-width: inherit;
display: inline;
max-width: inherit;
}

/* main */
Expand All @@ -23,9 +23,9 @@ th.artist_column {
}

.now-playing .container {
position: relative;
height: 128px;
margin: 20px 0;
height: 128px;
margin: 20px 0;
position: relative;
}


Expand All @@ -37,10 +37,10 @@ th.artist_column {
}

.now-playing .rightside {
width: 600px;
position: absolute;
top: 0;
left: 360px;
left: 360px;
position: absolute;
top: 0;
width: 600px;

}
.now-playing .container h2 {
Expand All @@ -59,10 +59,10 @@ th.artist_column {
}

.container .meta-name {
position: absolute;
top: 0;
width: 360px;
left: 140px;
left: 140px;
position: absolute;
top: 0;
width: 360px;
}

h2 {
Expand Down Expand Up @@ -99,8 +99,8 @@ span.glyphicon-step-forward, span.glyphicon-step-backward {
}

.cover {
width: 64px;
height: 64px;
width: 64px;
height: 64px;
background-size: cover;
}

Expand All @@ -126,20 +126,21 @@ span.glyphicon-step-forward, span.glyphicon-step-backward {
cursor: pointer;
}
.queue tbody .artwork img {
height: 32px;
width: 32px;
height: 32px;
width: 32px;
}
.queue tbody td.artwork {
padding-top: 4px;
}

.avatar {
height: 32px;
width: 32px;
height: 32px;
width: 32px;
border: 2px solid #888;
border-radius: 32px;
border: 2px solid #888;
}

.volume , .playback-controls {
display: none;
}