Changeset 2909366
- Timestamp:
- 05/08/2023 08:51:31 AM (3 years ago)
- File:
-
- 1 edited
-
iteras/trunk/public/assets/css/public.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iteras/trunk/public/assets/css/public.css
r2879152 r2909366 1 .entry .entry-content .iteras-paywall-box { 1 .entry .entry-content .iteras-paywall-box, 2 .entry-content .iteras-paywall-box, 3 .iteras-paywall-box { 2 4 position: relative; 3 5 margin-top: -120px; … … 5 7 } 6 8 7 .iteras-box-content { 9 .entry .entry-content .iteras-paywall-box .iteras-box-content, 10 .entry-content .iteras-paywall-box .iteras-box-content, 11 .iteras-paywall-box .iteras-box-content { 8 12 background-color: #fff; 9 13 padding-top: 10px; 10 14 } 11 15 12 .iteras-fade-bar { 16 .entry .entry-content .iteras-paywall-box .iteras-fade-bar, 17 .entry-content .iteras-paywall-box .iteras-fade-bar, 18 .iteras-paywall-box .iteras-fade-bar { 13 19 height: 100px; 14 20 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
Note: See TracChangeset
for help on using the changeset viewer.