From 1f25453dc1dd2bc2d0282aebf178746b0afc4efa Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Fri, 3 Jul 2015 15:03:29 -0300 Subject: [PATCH] Adjusting some text boxes and check boxes on blog edit page --- style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index e1aae8a..5b7844e 100644 --- a/style.css +++ b/style.css @@ -3099,3 +3099,24 @@ li.folder-item:first-child { height: 10px; padding-right: 0px; } + +#content #content-inner #boxes #fetch-external-feed > input { + margin: 0px; + margin-right: 5px; + vertical-align: middle; + width: 20px; +} + +#boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once input { + width: 20px; + vertical-align: middle; + margin-bottom: 5px; +} + +#boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once label { + margin-right: 250px; +} + +#content #article-formitem #article_slug { + width: 20%; +} \ No newline at end of file -- libgit2 0.21.2