From 3cb1ad3438f2597b63db1e3ea77a38694cdfc4d5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 2 May 2012 19:30:38 +0000 Subject: [PATCH] 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 --- wp-admin/css/wp-admin.dev.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 684e7a471e..f0f6d12caf 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -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; +}