some design cleanup
This commit is contained in:
parent
f8258c7a7e
commit
1839145860
1 changed files with 5 additions and 1 deletions
|
@ -140,13 +140,15 @@ body, .normalFont {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.listItemTitle {
|
.listItemTitle {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-top: 3px;
|
width: calc(100% - 50px);
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.feedItemTitle {
|
.feedItemTitle {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -210,6 +212,8 @@ label {
|
||||||
|
|
||||||
.feedImageThumbnail {
|
.feedImageThumbnail {
|
||||||
width:40px;
|
width:40px;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue