Make WordPress Core

Changeset 30941


Ignore:
Timestamp:
12/16/2014 10:23:56 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twelve: fix widget stacking problem in older IE browsers for Front Page template.

Merges [30868] to the 4.1 branch.

props TomasM, hiwhatsup.
see #28938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/src/wp-content/themes/twentytwelve/css/ie.css

    r27606 r30941  
    159159    font-weight: bold;
    160160}
    161 .menu-toggle {
     161.main-navigation .menu-toggle {
    162162    display: none;
    163163}
     
    184184    width: 47.916666667%;
    185185}
     186/* IE Front Page Template Widget fix */
     187.template-front-page .widget-area {
     188    clear: both;
     189}
     190.template-front-page .widget {
     191    width: 100% !important;
     192    border: none;
     193}
    186194.template-front-page .widget-area .widget,
     195.template-front-page .first.front-widgets,
    187196.template-front-page.two-sidebars .widget-area .front-widgets {
    188197    float: left;
     
    190199    width: 51.875%;
    191200}
     201.template-front-page .second.front-widgets,
    192202.template-front-page .widget-area .widget:nth-child(odd) {
    193203    clear: right;
    194204}
    195 .template-front-page .widget-area .widget:nth-child(even),
     205.template-front-page .first.front-widgets,
     206.template-front-page .second.front-widgets,
    196207.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    197208    float: right;
     
    204215    width: auto;
    205216}
     217/* add input font for <IE9 Password Box to make the bullets show up */
     218input[type="password"] {
     219    font-family: Helvetica, Arial, sans-serif;
     220}
    206221
    207 /* =RTL overrides for IE7 and IE8
     222/* RTL overrides for IE7 and IE8
    208223-------------------------------------------------------------- */
    209224.rtl .site-header h1,
Note: See TracChangeset for help on using the changeset viewer.