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

git-svn-id: http://core.svn.wordpress.org/trunk@20692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-05-02 19:30:38 +00:00
parent 725e0cc1df
commit 3818ab7abf
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;
}