From 188424fd73ee2cd6e4d4ac64a85dda828b527bf7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 21 Jan 2014 11:04:54 +0100 Subject: [PATCH] editor: metadata editor - fixing table layout --- src/editor/modules/metadataEditor/metadataEditor.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less index 42bf5c0..a16d0f9 100644 --- a/src/editor/modules/metadataEditor/metadataEditor.less +++ b/src/editor/modules/metadataEditor/metadataEditor.less @@ -1,8 +1,9 @@ .rng-module-metadataEditor { table { + table-layout:fixed; margin-bottom:10px; - + [contenteditable] { cursor: pointer; } @@ -18,6 +19,11 @@ tr td:nth-child(2) { width:80%; } + + tr td:nth-child(3) { + width: 14px; + vertical-align: middle; + } } .rng-module-metadataEditor-addBtn { -- 2.20.1