Ticket #25966: 25966.3.patch
| File 25966.3.patch, 7.9 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/wp-admin.css
32 32 14.2 - Image Editor 33 33 15.0 - Comments Screen 34 34 16.0 - Themes 35 16.1 - Custom Header 36 16.2 - Custom Background 37 16.3 - Tabbed Admin Screen Interface 35 16.1 - Manage Themes 36 16.2 - Install Themes 37 16.3 - Custom Header 38 16.4 - Custom Background 38 39 17.0 - Plugins 39 40 18.0 - Users 40 41 19.0 - Tools … … 43 44 22.0 - About Pages 44 45 23.0 - Full Overlay w/ Sidebar 45 46 24.0 - Customize Loader 46 25.0 - Misc 47 25.0 - Tabbed Admin Screen Interface 48 26.0 - Misc 47 49 48 50 ------------------------------------------------------------------------*/ 49 51 … … 957 959 display: inline-block; 958 960 -webkit-font-smoothing: antialiased; 959 961 -moz-osx-font-smoothing: grayscale; 960 -moz-transition: all .1s ease-in-out;961 962 -webkit-transition: all .1s ease-in-out; 962 963 -moz-transition: all .1s ease-in-out; 963 964 transition: all .1s ease-in-out; … … 6281 6282 16.0 - Themes 6282 6283 ------------------------------------------------------------------------------*/ 6283 6284 6285 /*------------------------------------------------------------------------------ 6286 16.1 - Manage Themes 6287 ------------------------------------------------------------------------------*/ 6288 6289 /*------------------------------------------------------------------------------ 6290 16.2 - Install Themes 6291 ------------------------------------------------------------------------------*/ 6292 6284 6293 .theme-install-php .tablenav { 6285 6294 height: auto; 6286 6295 } … … 6289 6298 margin-top: 9px; 6290 6299 } 6291 6300 6292 h3.available-themes {6293 margin: 0.3em 0 1em;6294 float: left;6295 }6296 6297 6301 .available-theme { 6298 6302 display: inline-block; 6299 6303 margin-right: 10px; … … 6334 6338 border-color: #777; 6335 6339 } 6336 6340 6337 #current-theme .theme-info li,6338 .theme-options li,6339 6341 .available-theme .action-links li { 6340 6342 float: left; 6341 6343 padding-right: 10px; … … 6353 6355 margin-right: 7px; 6354 6356 } 6355 6357 6356 #current-theme .theme-info li:last-child,6357 .theme-options li:last-child,6358 6358 .available-theme .action-links li:last-child { 6359 6359 padding-right: 0; 6360 6360 margin-right: 0; … … 6382 6382 float: left; 6383 6383 } 6384 6384 6385 #current-theme {6386 margin: 20px 0 10px;6387 padding: 0 0 20px;6388 border-bottom-width: 1px;6389 border-bottom-style: solid;6390 overflow: hidden;6391 }6392 6393 #current-theme.has-screenshot {6394 padding-left: 330px;6395 }6396 6397 #current-theme h3 {6398 margin: 0;6399 font-size: 12px;6400 font-weight: normal;6401 color: #999;6402 }6403 6404 #current-theme h4 {6405 margin: 3px 0 16px;6406 font-size: 20px;6407 }6408 6409 #current-theme h4 span {6410 margin-left: 20px;6411 font-size: 12px;6412 font-weight: normal;6413 }6414 6415 #current-theme a {6416 border-bottom: none;6417 }6418 6419 #current-theme .theme-info {6420 margin: 1em 0;6421 overflow: hidden;6422 }6423 6424 #current-theme .theme-description {6425 margin-top: 5px;6426 max-width: 600px;6427 line-height: 1.6em;6428 }6429 6430 #current-theme img {6431 float: left;6432 width: 300px;6433 margin-left: -330px;6434 6435 border-width: 1px;6436 border-style: solid;6437 }6438 6439 .theme-options {6440 overflow: hidden;6441 font-size: 14px;6442 padding-bottom: 10px;6443 }6444 6445 .theme-options .load-customize {6446 margin-right: 30px;6447 float: left;6448 }6449 6450 .theme-options span {6451 float: left;6452 margin-right: 10px;6453 text-transform: uppercase;6454 font-size: 11px;6455 line-height: 22px;6456 color: #999;6457 }6458 6459 .theme-options ul {6460 float: left;6461 margin: 0;6462 }6463 6464 6385 /* Allow for three-up in small windows when sidebar is collapsed */ 6465 6386 @media only screen and (max-width: 1200px) { 6466 6387 .folded .available-theme, … … 6471 6392 .folded .available-theme .screenshot { 6472 6393 height: 225px; 6473 6394 } 6474 6475 .folded #current-theme img {6476 width: 300px;6477 }6478 6479 .folded #current-theme.has-screenshot {6480 padding-left: 330px;6481 }6482 6483 .folded #current-theme img {6484 margin-left: -330px;6485 }6486 6395 } 6487 6396 6488 6397 /* Adjust three-up display in smaller windows when sidebar is collapsed */ … … 6495 6404 .folded .available-theme .screenshot { 6496 6405 height: 203px; 6497 6406 } 6498 6499 .folded #current-theme img {6500 width: 270px;6501 }6502 6503 .folded #current-theme.has-screenshot {6504 padding-left: 300px;6505 }6506 6507 .folded #current-theme img {6508 margin-left: -300px;6509 }6510 6407 } 6511 6408 6512 6409 /* Allow for three-up on 1024px wide screens, e.g. tablets */ 6513 6410 @media only screen and (max-width: 1200px) { 6514 6411 .available-theme, 6515 .available-theme .screenshot, 6516 #current-theme img { 6412 .available-theme .screenshot { 6517 6413 width: 240px; 6518 6414 } 6519 6415 … … 6524 6420 .available-theme img { 6525 6421 width: 100%; 6526 6422 } 6527 6528 #current-theme.has-screenshot {6529 padding-left: 270px;6530 }6531 6532 #current-theme img {6533 margin-left: -270px;6534 }6535 6423 } 6536 6424 6537 6425 #post-body ul.add-menu-item-tabs li.tabs a, … … 6563 6451 6564 6452 6565 6453 /*------------------------------------------------------------------------------ 6566 16. 1- Custom Header Screen6454 16.3 - Custom Header Screen 6567 6455 ------------------------------------------------------------------------------*/ 6568 6456 6569 6457 .appearance_page_custom-header #headimg { … … 6598 6486 6599 6487 6600 6488 /*------------------------------------------------------------------------------ 6601 16. 2- Custom Background Screen6489 16.4 - Custom Background Screen 6602 6490 ------------------------------------------------------------------------------*/ 6603 6491 6604 6492 div#custom-background-image { … … 6613 6501 6614 6502 6615 6503 /*------------------------------------------------------------------------------ 6616 16.3 - Tabbed Admin Screen Interface (Experimental)6617 ------------------------------------------------------------------------------*/6618 6619 .nav-tab {6620 border-style: solid;6621 border-width: 1px 1px 0;6622 font-size: 12px;6623 line-height: 16px;6624 display: inline-block;6625 padding: 4px 14px 6px;6626 text-decoration: none;6627 margin: -4px 4px -1px 0;6628 }6629 6630 .nav-tab-active {6631 border-width: 1px;6632 }6633 6634 .nav-tab-active,6635 .nav-tab-active:hover {6636 border-bottom-width: 1px;6637 border-bottom-style: solid;6638 }6639 6640 h2.nav-tab-wrapper,6641 h3.nav-tab-wrapper {6642 border-bottom-width: 1px;6643 border-bottom-style: solid;6644 padding-bottom: 0;6645 padding-left: 10px;6646 }6647 6648 h2 .nav-tab {6649 padding: 6px 10px;6650 font-weight: bold;6651 font-size: 15px;6652 line-height: 24px;6653 6654 }6655 6656 6657 /*------------------------------------------------------------------------------6658 6504 17.0 - Plugins 6659 6505 ------------------------------------------------------------------------------*/ 6660 6506 … … 7777 7623 background-size: 20px 20px; 7778 7624 } 7779 7625 7626 7780 7627 /*------------------------------------------------------------------------------ 7781 25.0 - Misc7628 25.0 - Tabbed Admin Screen Interface (Experimental) 7782 7629 ------------------------------------------------------------------------------*/ 7783 7630 7631 .nav-tab { 7632 border-style: solid; 7633 border-width: 1px 1px 0; 7634 font-size: 12px; 7635 line-height: 16px; 7636 display: inline-block; 7637 padding: 4px 14px 6px; 7638 text-decoration: none; 7639 margin: -4px 4px -1px 0; 7640 } 7641 7642 .nav-tab-active { 7643 border-width: 1px; 7644 } 7645 7646 .nav-tab-active, 7647 .nav-tab-active:hover { 7648 border-bottom-width: 1px; 7649 border-bottom-style: solid; 7650 } 7651 7652 h2.nav-tab-wrapper, 7653 h3.nav-tab-wrapper { 7654 border-bottom-width: 1px; 7655 border-bottom-style: solid; 7656 padding-bottom: 0; 7657 padding-left: 10px; 7658 } 7659 7660 h2 .nav-tab { 7661 padding: 6px 10px; 7662 font-weight: bold; 7663 font-size: 15px; 7664 line-height: 24px; 7665 7666 } 7667 7668 7669 /*------------------------------------------------------------------------------ 7670 26.0 - Misc 7671 ------------------------------------------------------------------------------*/ 7672 7784 7673 #excerpt, 7785 7674 .attachmentlinks { 7786 7675 margin: 0; … … 10015 9904 line-height: 180%; 10016 9905 } 10017 9906 10018 #filter-box {10019 clear: both;10020 }10021 10022 9907 .feature-filter { 10023 9908 padding: 8px 12px 0; 10024 9909 } … … 11849 11734 .menu-settings dd { 11850 11735 float: none; 11851 11736 width: 100%; 11852 margin-bottom: 15px; 11737 margin-bottom: 15px; 11853 11738 } 11854 11739 11855 11740 .menu-settings dt { 11856 11741 float: none; 11857 11742 width: auto; 11858 11743 margin-left: 0; 11859 margin-bottom: 15px;11860 }11861 11862 /* Theme Management Page */11863 #current-theme.has-screenshot {11864 padding: 0;11865 clear: both;11866 }11867 11868 #current-theme img {11869 float: none;11870 margin-left: 0;11871 11744 margin-bottom: 15px; 11872 11745 } 11873 11746 11874 #current-theme.has-screenshot img.hide-if-no-customize {11875 display: block;11876 }11877 11878 11747 .available-theme .action-links .delete-theme { 11879 11748 float: none; 11880 11749 margin: 0;