Update listing.css
Fix for #3385 to align the size and modified titles above their respective data. Found 2 lines containing the same #listing.list .item.header .name and deleted them both to remove the offset the title had from the initial commit.pull/3494/head
parent
bb5d192095
commit
05536dd459
|
@ -195,6 +195,10 @@ html[dir="rtl"] #listing {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
#listing.list .item p.name {
|
||||
margin-right: -3em;
|
||||
}
|
||||
|
||||
#listing.list .item .name {
|
||||
width: 50%;
|
||||
}
|
||||
|
@ -227,10 +231,6 @@ html[dir="rtl"] #listing {
|
|||
width: 0;
|
||||
}
|
||||
|
||||
#listing.list .item.header .name {
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
#listing.list .header a {
|
||||
color: inherit;
|
||||
}
|
||||
|
@ -246,10 +246,6 @@ html[dir="rtl"] #listing {
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#listing.list .item.header .name {
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
#listing.list .header span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue