From 4edc65769eeba128943f4e0d694af314bb511538 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 17 Apr 2013 14:52:05 +0200 Subject: [PATCH] Visual editor: styling meta data editor --- editor.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/editor.css b/editor.css index c5c3ee7..4bab487 100644 --- a/editor.css +++ b/editor.css @@ -75,12 +75,12 @@ body { border-bottom: none !important; } -#rng-visualEditor-meta table tr td:nth-child(1) [contenteditable] { - width:90px; +#rng-visualEditor-meta table tr td:nth-child(1){ + width: 20%; } -#rng-visualEditor-meta table tr td:nth-child(2) [contenteditable] { - width:150px; +#rng-visualEditor-meta table tr td:nth-child(2) { + width:80%; } #rng-visualEditor-meta .rng-visualEditor-metaAddBtn { -- 2.20.1