Ticket #28883: 28883.7.diff
| File 28883.7.diff, 844 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/css/common.css
2176 2176 font-size: 30px; 2177 2177 line-height: 50px; 2178 2178 font-weight: bold; 2179 max-width: 760px;2179 max-width: 680px; 2180 2180 padding: 0 15px; 2181 2181 margin: 174px 0 0 10px; 2182 2182 color: #fff; … … 2186 2186 box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 ); 2187 2187 -webkit-border-radius: 8px; 2188 2188 border-radius: 8px; 2189 overflow: hidden; 2190 text-overflow: ellipsis; 2191 white-space: nowrap; 2189 2192 } 2190 2193 2191 2194 #plugin-information-title div.vignette { … … 2443 2446 } 2444 2447 2445 2448 @media screen and ( max-width: 771px ) { 2449 #plugin-information-title.with-banner h2 { 2450 max-width: 85%; 2451 } 2452 2446 2453 #plugin-information-tabs { 2447 2454 overflow: hidden; /* clearfix */ 2448 2455 padding: 0;