From 3524d1bd8e88a9e981c1ff042a7a49e60ec21636 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Oct 2012 12:42:06 +0200 Subject: Improve the 'add tag' form --- hyperkitty/static/css/thread.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/thread.css b/hyperkitty/static/css/thread.css index cc3e8a4..cdd14e7 100644 --- a/hyperkitty/static/css/thread.css +++ b/hyperkitty/static/css/thread.css @@ -111,7 +111,7 @@ header .thread-newer { #tags { color: rgb(167, 169, 172); - margin-top: 20px; + margin-top: 2em; } #tag_title { @@ -120,16 +120,16 @@ header .thread-newer { } #tags ul { - padding: 10px 0px 10px 0px; + padding: 10px 0; margin: 0; } -#add_tag_field { - width:70%; +#add_tag { + margin-top: 0.3em; } #participants { - margin-top: 20px; + margin-top: 2em; color: rgb(167, 169, 172); } @@ -139,7 +139,7 @@ header .thread-newer { } #participants ul { - padding: 10px 0px 10px 0px; + padding: 0; margin: 0; } -- cgit