Changeset 4344
- Timestamp:
- 11/09/2016 11:05:01 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/reviews/style.scss
r4223 r4344 64 64 font-size: ms( -2 ); 65 65 margin-top: 0.5rem; 66 text-decoration: none; 66 67 67 68 &:after { … … 69 70 font-family: dashicons; 70 71 vertical-align: text-top; 72 padding-left: 5px; 73 float: right; 74 position: relative; 75 top: 1px; 71 76 } 72 77 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/style.scss
r4336 r4344 22 22 &:nth-child(2) { 23 23 margin-top: 0; 24 } 24 } 25 25 } 26 26 … … 73 73 padding-left: 5px; 74 74 vertical-align: text-top; 75 position: relative; 76 float: right; 77 top: 1px; 75 78 76 79 .toggled + & { 77 80 content: "\f343"; 78 81 } 82 } 83 84 &:hover { 85 text-decoration: underline; 79 86 } 80 87 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/widget-area/widgets/ratings/style.scss
r4324 r4344 6 6 position: absolute; 7 7 right: 0; 8 top: 0 .3rem;8 top: 0; 9 9 10 10 &:after { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4336 r4344 2290 2290 margin-top: 8px; 2291 2291 margin-top: 0.5rem; 2292 text-decoration: none; 2292 2293 } 2293 2294 … … 2296 2297 font-family: dashicons; 2297 2298 vertical-align: text-top; 2299 padding-left: 5px; 2300 float: right; 2301 position: relative; 2302 top: 1px; 2298 2303 } 2299 2304 … … 2577 2582 padding-left: 5px; 2578 2583 vertical-align: text-top; 2584 position: relative; 2585 float: right; 2586 top: 1px; 2579 2587 } 2580 2588 2581 2589 .toggled + .section-toggle:after { 2582 2590 content: "\f343"; 2591 } 2592 2593 .section-toggle:hover { 2594 text-decoration: underline; 2583 2595 } 2584 2596 … … 3106 3118 position: absolute; 3107 3119 right: 0; 3108 top: 4.8px; 3109 top: 0.3rem; 3120 top: 0; 3110 3121 } 3111 3122
Note: See TracChangeset
for help on using the changeset viewer.