From: Aleksander Ɓukasz Date: Wed, 17 Apr 2013 10:16:08 +0000 (+0200) Subject: Visual editor - fixing CSS for empty meta table X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/9b7ac89bcf60dac7430e708452257f01db25f01e Visual editor - fixing CSS for empty meta table --- diff --git a/editor.css b/editor.css index 020ef8d..2eab7fc 100644 --- a/editor.css +++ b/editor.css @@ -58,6 +58,7 @@ body { #rng-visualEditor-meta { float:right; + width: 290px; } #rng-visualEditor-meta table [contenteditable] { @@ -75,6 +76,10 @@ body { width:150px; } +#rng-visualEditor-meta table .rng-visualEditor-addMetaRow td:nth-child(3) { + width:15px; +} + #rng-visualEditor-meta .btn{ padding:3px; line-height:10px;