Make WordPress Core

Ticket #24316: 24316.2.diff

File 24316.2.diff, 1.4 KB (added by celloexpressions, 13 years ago)

Only apply width property to ie7, fix opacity for ie7 and ie8

  • wp-admin/css/ie.css

     
    188188        margin-top: 10px;
    189189}
    190190
     191.post-format-options a {
     192        width: 62px;
     193        filter: alpha(opacity=60);
     194}
     195
     196.post-format-options:hover a,
     197.post-format-options a.active {
     198        filter: alpha(opacity=100);
     199}
     200
    191201/* Inline Editor */
    192202#wpbody-content .quick-edit-row-post .inline-edit-col-left {
    193203        width: 39%;
  • wp-admin/css/wp-admin.css

     
    42204220        border-style: solid;
    42214221        -webkit-border-radius: 3px;
    42224222        border-radius: 3px;
    4223         border-color: #CCC;
     4223        border-color: #ccc;
    42244224        margin: 13px 0 10px;
    42254225        padding: 5px;
    42264226        overflow: hidden;
     
    42394239        opacity: 0.6;
    42404240}
    42414241
     4242.ie8 .post-format-options a {
     4243        filter: alpha(opacity=60);
     4244}
     4245
    42424246.post-format-options:hover a {
    42434247        opacity: 1.0;
    42444248}
     4249
    42454250.post-format-options a:hover,
    42464251.post-format-options a.active {
    42474252        opacity: 1.0;
     
    42494254        border-color: #ccc;
    42504255}
    42514256
     4257.ie8 .post-format-options:hover a,
     4258.ie8 .post-format-options a:hover,
     4259.ie8 .post-format-options a.active {
     4260        filter: alpha(opacity=100);
     4261}
     4262
    42524263.post-format-options a div {
    42534264        height: 34px;
    42544265        width: 34px;