some design cleanup

This commit is contained in:
Colin Frei 2013-07-12 22:17:53 +02:00
parent f8258c7a7e
commit 1839145860

View file

@ -140,13 +140,15 @@ body, .normalFont {
height: 40px;
font-size: 12px;
padding: 3px;
overflow: hidden;
}
.listItemTitle {
line-height: 20px;
vertical-align: top;
font-weight: bold;
display: inline-block;
padding-top: 3px;
width: calc(100% - 50px);
margin-left: 5px;
}
.feedItemTitle {
display: block;
@ -210,6 +212,8 @@ label {
.feedImageThumbnail {
width:40px;
display: block;
float: left;
}
select {