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;
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue