add stuff

This commit is contained in:
Colin Frei 2013-05-25 13:45:48 +02:00
parent f522e01f24
commit 55e74e2a94
328 changed files with 6240 additions and 22 deletions

View file

@ -157,13 +157,14 @@ body, .normalFont {
min-height: 40px;
}
.playButton {
width: 40px;
width: 50px;
height: 100%;
font-size: 20px;
color: #c0c0c0;
vertical-align: middle;
text-align: center;
line-height: 40px;
float: right;
}
#queueList, #scroller {
@ -189,4 +190,16 @@ form.importForm {
}
label {
display: inline-block;
}
}
.feedData_tmp {
display: inline-block;
width: 50%;
}
.feedImageThumbnail {
width:40px;
}