Make WordPress Core

Ticket #25966: 25966.3.patch

File 25966.3.patch, 7.9 KB (added by ocean90, 12 years ago)
  • src/wp-admin/css/wp-admin.css

     
    3232        14.2 - Image Editor
    333315.0 - Comments Screen
    343416.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
    383917.0 - Plugins
    394018.0 - Users
    404119.0 - Tools
     
    434422.0 - About Pages
    444523.0 - Full Overlay w/ Sidebar
    454624.0 - Customize Loader
    46 25.0 - Misc
     4725.0 - Tabbed Admin Screen Interface
     4826.0 - Misc
    4749
    4850------------------------------------------------------------------------*/
    4951
     
    957959        display: inline-block;
    958960        -webkit-font-smoothing: antialiased;
    959961        -moz-osx-font-smoothing: grayscale;
    960         -moz-transition: all .1s ease-in-out;
    961962        -webkit-transition: all .1s ease-in-out;
    962963        -moz-transition:    all .1s ease-in-out;
    963964        transition:         all .1s ease-in-out;
     
    62816282  16.0 - Themes
    62826283------------------------------------------------------------------------------*/
    62836284
     6285/*------------------------------------------------------------------------------
     6286  16.1 - Manage Themes
     6287------------------------------------------------------------------------------*/
     6288
     6289/*------------------------------------------------------------------------------
     6290  16.2 - Install Themes
     6291------------------------------------------------------------------------------*/
     6292
    62846293.theme-install-php .tablenav {
    62856294        height: auto;
    62866295}
     
    62896298        margin-top: 9px;
    62906299}
    62916300
    6292 h3.available-themes {
    6293         margin: 0.3em 0 1em;
    6294         float: left;
    6295 }
    6296 
    62976301.available-theme {
    62986302        display: inline-block;
    62996303        margin-right: 10px;
     
    63346338        border-color: #777;
    63356339}
    63366340
    6337 #current-theme .theme-info li,
    6338 .theme-options li,
    63396341.available-theme .action-links li {
    63406342        float: left;
    63416343        padding-right: 10px;
     
    63536355        margin-right: 7px;
    63546356}
    63556357
    6356 #current-theme .theme-info li:last-child,
    6357 .theme-options li:last-child,
    63586358.available-theme .action-links li:last-child {
    63596359        padding-right: 0;
    63606360        margin-right: 0;
     
    63826382        float: left;
    63836383}
    63846384
    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 
    64646385/* Allow for three-up in small windows when sidebar is collapsed */
    64656386@media only screen and (max-width: 1200px) {
    64666387        .folded .available-theme,
     
    64716392        .folded .available-theme .screenshot {
    64726393                height: 225px;
    64736394        }
    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         }
    64866395}
    64876396
    64886397/* Adjust three-up display in smaller windows when sidebar is collapsed */
     
    64956404        .folded .available-theme .screenshot {
    64966405                height: 203px;
    64976406        }
    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         }
    65106407}
    65116408
    65126409/* Allow for three-up on 1024px wide screens, e.g. tablets */
    65136410@media only screen and (max-width: 1200px) {
    65146411        .available-theme,
    6515         .available-theme .screenshot,
    6516         #current-theme img {
     6412        .available-theme .screenshot {
    65176413                width: 240px;
    65186414        }
    65196415
     
    65246420        .available-theme img {
    65256421                width: 100%;
    65266422        }
    6527 
    6528         #current-theme.has-screenshot {
    6529                 padding-left: 270px;
    6530         }
    6531 
    6532         #current-theme img {
    6533                 margin-left: -270px;
    6534         }
    65356423}
    65366424
    65376425#post-body ul.add-menu-item-tabs li.tabs a,
     
    65636451
    65646452
    65656453/*------------------------------------------------------------------------------
    6566   16.1 - Custom Header Screen
     6454  16.3 - Custom Header Screen
    65676455------------------------------------------------------------------------------*/
    65686456
    65696457.appearance_page_custom-header #headimg {
     
    65986486
    65996487
    66006488/*------------------------------------------------------------------------------
    6601   16.2 - Custom Background Screen
     6489  16.4 - Custom Background Screen
    66026490------------------------------------------------------------------------------*/
    66036491
    66046492div#custom-background-image {
     
    66136501
    66146502
    66156503/*------------------------------------------------------------------------------
    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 /*------------------------------------------------------------------------------
    66586504  17.0 - Plugins
    66596505------------------------------------------------------------------------------*/
    66606506
     
    77777623        background-size: 20px 20px;
    77787624}
    77797625
     7626
    77807627/*------------------------------------------------------------------------------
    7781   25.0 - Misc
     7628  25.0 - Tabbed Admin Screen Interface (Experimental)
    77827629------------------------------------------------------------------------------*/
    77837630
     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
     7652h2.nav-tab-wrapper,
     7653h3.nav-tab-wrapper {
     7654        border-bottom-width: 1px;
     7655        border-bottom-style: solid;
     7656        padding-bottom: 0;
     7657        padding-left: 10px;
     7658}
     7659
     7660h2 .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
    77847673#excerpt,
    77857674.attachmentlinks {
    77867675        margin: 0;
     
    100159904        line-height: 180%;
    100169905}
    100179906
    10018 #filter-box {
    10019         clear: both;
    10020 }
    10021 
    100229907.feature-filter {
    100239908        padding: 8px 12px 0;
    100249909}
     
    1184911734        .menu-settings dd {
    1185011735                float: none;
    1185111736                width: 100%;
    11852                 margin-bottom: 15px; 
     11737                margin-bottom: 15px;
    1185311738        }
    1185411739
    1185511740        .menu-settings dt {
    1185611741                float: none;
    1185711742                width: auto;
    1185811743                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;
    1187111744                margin-bottom: 15px;
    1187211745        }
    1187311746
    11874         #current-theme.has-screenshot img.hide-if-no-customize {
    11875                 display: block;
    11876         }
    11877 
    1187811747        .available-theme .action-links .delete-theme {
    1187911748                float: none;
    1188011749                margin: 0;