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 +
+
+
+ +
+
+ diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b31680b4ad..6b01c07393 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; @@ -885,7 +884,7 @@ content: ":"; } .threaded-replies:empty { - display: none; + margin-bottom: 0px; } .user_in .threaded-replies { 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 {