From: Samantha Doherty Date: Tue, 26 Jul 2011 19:20:51 +0000 (-0400) Subject: Just a few wee themefixes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f50274249083564d6872010358c8a8974226f48;p=quix0rs-gnu-social.git Just a few wee themefixes. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b31680b4ad..1f4d2f3f15 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -698,7 +698,6 @@ font-style:italic; } #shownotice .notice .entry-title { - margin-left:110px; font-size:2.2em; min-height:123px; font-size: 1.6em; diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index e23f64e557..d8bb5fc693 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -1350,6 +1350,27 @@ li.notice-answer + li.notice { padding-left: 20px; } +/* Blog specific styles */ + +label[for=blog-entry-content] { + display: none !important; +} + +#input_form_blog td { + padding-top: 0px; + padding-bottom: 0px; +} + +#input_form_blog td.mceToolbar { + padding-top: 4px; +} + +/* Poll specific styles */ + +.notice div.poll-content { + opacity: 1; +} + /* SNOD CompanyLogo styling */ #site_nav_local_views a.company_logo {