Ticket #38651: 38651.2.diff
File 38651.2.diff, 1.1 KB (added by , 8 years ago) |
---|
-
src/wp-includes/css/customize-preview.css
38 38 .widget .customize-partial-edit-shortcut button, 39 39 .customize-partial-edit-shortcut button { 40 40 position: absolute; 41 left: -36px; 41 left: -30px; 42 top: 2px; 42 43 color: #fff; 43 44 width: 30px; 44 45 height: 30px; … … 98 99 } 99 100 100 101 .customize-partial-edit-shortcut-left-margin.customize-partial-edit-shortcut button { 101 left: 0; 102 left: 2px; 103 top: 2px; 102 104 } 103 105 104 106 @keyframes customize-partial-edit-shortcut-bounce-appear { … … 156 158 } 157 159 158 160 @media screen and (max-width:800px) { 161 .widget .customize-partial-edit-shortcut button, 159 162 .customize-partial-edit-shortcut button { 160 163 left: -18px; /* Assume there will be less of a margin available on smaller screens */ 161 164 } 162 165 } 166 167 168 @media screen and (max-width:320px) { 169 .widget .customize-partial-edit-shortcut button, 170 .customize-partial-edit-shortcut button { 171 left: -5px; /* Assume there will be less of a margin available on smaller screens */ 172 } 173 }