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

git-svn-id: https://develop.svn.wordpress.org/trunk@20692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-05-02 19:30:38 +00:00
parent c4f902f4c0
commit 3cb1ad3438
1 changed files with 16 additions and 0 deletions

View File

@ -8073,3 +8073,19 @@ a.widget-control-edit {
.locale-ru-ru .press-this #side-sortables {
width: 245px; /* default 200px + 45px */
}
/* lt_LT: QuickPress + QuickEdit */
.locale-lt-lt #dashboard_quick_press .input-text-wrap,
.locale-lt-lt #dashboard_quick_press .textarea-wrap,
.locale-lt-lt #dashboard_quick_press .wp-media-buttons {
margin-left: 7em;
}
.locale-lt-lt #dashboard_quick_press h4 {
width: 7em;
}
.locale-lt-lt .inline-edit-row fieldset label span.title {
width: 8em;
}
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {
margin-left: 8em;
}