Ticket #26606: 26606.diff
File 26606.diff, 1.1 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
1283 1283 margin: 0 4px 0 0; 1284 1284 } 1285 1285 1286 #search-plugins input[name="s"] { 1287 margin-bottom: 8px; 1288 } 1289 1286 1290 input[type="text"].ui-autocomplete-loading { 1287 1291 background: transparent url('../images/loading.gif') no-repeat right center; 1288 1292 visibility: visible; … … 7628 7632 } 7629 7633 7630 7634 .plugin-install-php h4 { 7631 margin: 2 .5em 0 8px;7635 margin: 2em 0 8px; 7632 7636 } 7633 7637 7634 7638 … … 12390 12394 .form-table td select, 12391 12395 .form-table td textarea, 12392 12396 .form-table span.description, 12393 #profile-page .form-table textarea { 12397 #profile-page .form-table textarea, 12398 #search-plugins input[name="s"] { 12394 12399 width: 100%; 12395 12400 font-size: 16px; 12396 12401 line-height: 1.5; … … 12401 12406 -mox-box-sizing: border-box; 12402 12407 } 12403 12408 12409 #search-plugins input[name="s"] { 12410 height: auto; 12411 width: auto; 12412 padding-top: 5px; 12413 padding-bottom: 5px; 12414 } 12415 12404 12416 input[type=text].small-text, 12405 12417 input[type=search].small-text, 12406 12418 input[type=password].small-text,