From 5e9672c18ccae4af167ec4110cc43059d2003460 Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Fri, 3 Jul 2015 14:04:45 -0300 Subject: [PATCH] Fixing edit manual's and help's page --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d3a60d7..e1aae8a 100644 --- a/style.css +++ b/style.css @@ -3082,9 +3082,20 @@ li.folder-item:first-child { margin-bottom: 13px; } -#content .formfield input { +#content .formfield input, +#content #edit-article-options .token-input-list li { border: 1px solid #ccc; border-radius: 4px; height: 19px; padding: 6px; } + +#content #edit-article-options .token-input-list { + border: none; + margin-top: 10px; +} + +#content #edit-article-options .token-input-list li input:first-child { + height: 10px; + padding-right: 0px; +} -- libgit2 0.21.2