4,554
edits
No edit summary |
No edit summary |
||
Line 1,050: | Line 1,050: | ||
/*previous #list*/ | /*previous #list*/ | ||
#list div.filtered-view.filtered-list { | #list div.filtered-view.filtered-list, | ||
#list-block-1 div.filtered-view.filtered-list, | |||
#list-block-2 div.filtered-view.filtered-list, | |||
#list-block-3 div.filtered-view.filtered-list { | |||
width: -moz-available; | width: -moz-available; | ||
width: 100%; | width: 100%; | ||
Line 1,063: | Line 1,066: | ||
} | } | ||
#list div.filtered-list-item, | |||
#list div.filtered-list-item { | #list-block-1 div.filtered-list-item, | ||
#list-block-2 div.filtered-list-item, | |||
#list-block-3 div.filtered-list-item { | |||
position: relative; /* Ensure z-index works */ | position: relative; /* Ensure z-index works */ | ||
width: calc(20% - 0px); | width: calc(20% - 0px); | ||
Line 1,078: | Line 1,083: | ||
} | } | ||
#list div.filtered-list-item:not(:first-child) { | #list div.filtered-list-item:not(:first-child), | ||
#list-block-1 div.filtered-list-item:not(:first-child), | |||
#list-block-2 div.filtered-list-item:not(:first-child), | |||
#list-block-3 div.filtered-list-item:not(:first-child) { | |||
margin-left: -1px; | margin-left: -1px; | ||
} | } | ||
#list div.filtered-list-item:nth-child(5n + 1) { | #list div.filtered-list-item:nth-child(5n + 1), | ||
#list-block-1 div.filtered-list-item:nth-child(5n + 1), | |||
#list-block-2 div.filtered-list-item:nth-child(5n + 1), | |||
#list-block-3 div.filtered-list-item:nth-child(5n + 1) { | |||
transform: none; | transform: none; | ||
} | } | ||
#list div.filtered-list-item:last-child { | #list div.filtered-list-item:last-child, | ||
#list-block-1 div.filtered-list-item:last-child, | |||
#list-block-2 div.filtered-list-item:last-child, | |||
#list-block-3 div.filtered-list-item:last-child { | |||
margin-right: 0; | margin-right: 0; | ||
border-right: 1px solid black; | border-right: 1px solid black; |