File tree Expand file tree Collapse file tree 1 file changed +29
-4
lines changed
Expand file tree Collapse file tree 1 file changed +29
-4
lines changed Original file line number Diff line number Diff line change 77}
88
99/* List Items */
10- .list-items .list-item {
10+ .list-items .list-item ,
11+ .list-layout .list-item {
1112 position : relative;
1213}
14+ .list-items .list-item : before ,
15+ .layout3 .list-layout .list-item : after {
16+ content : '' ;
17+ border-top : 1px solid # ddd !important ;
18+ opacity : 0.25 ;
19+ top : 0 ;
20+ left : 0 ;
21+ width : 100% ;
22+ position : absolute;
23+ }
24+ .layout3 .list-layout .list-item : after {
25+ border-top : none !important ;
26+ top : inherit;
27+ bottom : 0 ;
28+ border-bottom : 1px solid # ddd !important ;
29+ }
1330.list-items .list-item + .list-item {
14- border-top : 1px solid # ddd ;
1531 padding-top : 10px ;
1632 margin-top : 10px ;
1733}
100116 margin : -4px 0 -4px ;
101117}
102118.layout3 .list-layout {
103- border-top : 1px solid # ddd ;
119+ position : relative;
120+ }
121+ .layout3 .list-layout : before {
122+ content : '' ;
123+ border-top : 1px solid # ddd !important ;
124+ opacity : 0.25 ;
125+ top : 0 ;
126+ left : 0 ;
127+ position : absolute;
128+ width : 100% ;
104129}
105130.layout3 .list-layout .list-item-media {
106131 background : none;
@@ -138,8 +163,8 @@ html[browser="Firefox"] .layout3 .list-layout .list-item-media .list-media-holde
138163}
139164.layout3 .list-layout .list-item {
140165 padding : 0 ;
141- border-bottom : 1px solid # ddd ;
142166 min-height : 71px ;
167+ position : relative;
143168}
144169.layout3 .list-layout .list-item-copy {
145170 padding : 6px 10px 5px ;
You can’t perform that action at this time.
0 commit comments