Ticket #28883: 28883.7-widthonly.diff
| File 28883.7-widthonly.diff, 1.2 KB (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 { … … 2423 2426 font-size: 13px; 2424 2427 } 2425 2428 2426 @media screen and ( max- height: 500px ) {2429 @media screen and ( max-width: 771px ) { 2427 2430 #plugin-information-title.with-banner { 2428 2431 height: 100px; 2429 2432 bottom: 100px; … … 2433 2436 margin-top: 30px; 2434 2437 font-size: 20px; 2435 2438 line-height: 40px; 2439 max-width: 85%; 2436 2440 } 2437 2441 2438 2442 #plugin-information-title.with-banner div.vignette { … … 2440 2444 bottom: 100px; 2441 2445 width: 800%; 2442 2446 } 2443 }2444 2447 2445 @media screen and ( max-width: 771px ) {2446 2448 #plugin-information-tabs { 2447 2449 overflow: hidden; /* clearfix */ 2448 2450 padding: 0;