Make WordPress Core

Changeset 20692


Ignore:
Timestamp:
05/02/2012 07:30:38 PM (13 years ago)
Author:
nacin
Message:

Widen fields for QuickPress and Quick Edit for the lt_LT locale. props settle. see #19603.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r20689 r20692  
    80748074    width: 245px; /* default 200px + 45px */
    80758075}
     8076
     8077/* lt_LT: QuickPress + QuickEdit */
     8078.locale-lt-lt #dashboard_quick_press .input-text-wrap,
     8079.locale-lt-lt #dashboard_quick_press .textarea-wrap,
     8080.locale-lt-lt #dashboard_quick_press .wp-media-buttons  {
     8081    margin-left: 7em;
     8082}
     8083.locale-lt-lt #dashboard_quick_press h4 {
     8084    width: 7em;
     8085}
     8086.locale-lt-lt .inline-edit-row fieldset label span.title {
     8087    width: 8em;
     8088}
     8089.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {
     8090    margin-left: 8em;
     8091}
Note: See TracChangeset for help on using the changeset viewer.