From d0a0ba951db0a45bb7c79248998650aa26a35e43 Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Mon, 6 Jul 2015 16:55:10 -0300 Subject: [PATCH] Fixing checkbox left alignment and previous button visibility on edit help's page --- style.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4c1c6d6..cb388a4 100644 --- a/style.css +++ b/style.css @@ -3100,9 +3100,13 @@ li.folder-item:first-child { padding-right: 0px; } +#content #content-inner #boxes #fetch-external-feed { + padding-left: 20px; +} + #content #content-inner #boxes #fetch-external-feed > input { height: 13px; - margin: 8px; + margin: 8px 8px 8px 0px; vertical-align: middle; width: 13px; } @@ -3123,4 +3127,18 @@ li.folder-item:first-child { .main-content form small { padding-left: 5px; -} \ No newline at end of file +} + +input[type=checkbox] { + margin-left: 0px; +} + +#content #content-inner a.lead-button { + border: 1px solid #CCCCCC; + background-image: url(/assets/designs/icons/tango/Tango/16x16/actions/add.png); + color: #555; +} + +#content #content-inner a.lead-button:hover { + background-color: #fff; +} -- libgit2 0.21.2