Ticket #28161: 28161.patch
File 28161.patch, 1.6 KB (added by , 11 years ago) |
---|
-
wp-admin/css/common-rtl.css
395 395 font-size: 13px; 396 396 } 397 397 398 @media screen and ( max-width: 346px ) { 399 code { 400 display: inline-block; 401 max-width: 100%; 402 overflow: scroll; 403 } 404 } 405 398 406 .subsubsub { 399 407 list-style: none; 400 408 margin: 8px 0 0; -
wp-admin/css/common.css
395 395 font-size: 13px; 396 396 } 397 397 398 @media screen and ( max-width: 346px ) { 399 code { 400 display: inline-block; 401 max-width: 100%; 402 overflow: scroll; 403 } 404 } 405 398 406 .subsubsub { 399 407 list-style: none; 400 408 margin: 8px 0 0; -
wp-admin/css/media-rtl.css
120 120 width: 100%; 121 121 } 122 122 123 #media-items { 124 width: 623px; 123 @media screen and ( max-width: 645px ) { 124 #media-items { 125 width: 623px; 126 } 125 127 } 126 128 127 129 .media-new-php #media-items { -
wp-admin/css/media.css
120 120 width: 100%; 121 121 } 122 122 123 #media-items { 124 width: 623px; 123 @media screen and ( max-width: 645px ) { 124 #media-items { 125 width: 623px; 126 } 125 127 } 126 128 127 129 .media-new-php #media-items {