From c4163b6badfb2e744926742a52c92a88c70b25fc Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 26 Jul 2011 15:19:50 -0400 Subject: [PATCH 1/3] Fix install page layout. --- install.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/install.php b/install.php index a468d2a6f0..5cb46e27d2 100644 --- a/install.php +++ b/install.php @@ -335,6 +335,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" Install StatusNet + @@ -351,8 +352,14 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" StatusNet +
+
+
+ +
+
+ From 4f50274249083564d6872010358c8a8974226f48 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 26 Jul 2011 15:20:51 -0400 Subject: [PATCH 2/3] Just a few wee themefixes. --- theme/base/css/display.css | 1 - theme/neo/css/display.css | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) 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 { From baf4102da756330230c57b45d8257e8765cb1e7c Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 26 Jul 2011 15:36:20 -0400 Subject: [PATCH 3/3] Quick fix for hidden threaded-replies issue in Chrome. --- theme/base/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1f4d2f3f15..6b01c07393 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -884,7 +884,7 @@ content: ":"; } .threaded-replies:empty { - display: none; + margin-bottom: 0px; } .user_in .threaded-replies {