]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Just a few wee themefixes.
authorSamantha Doherty <sammy@status.net>
Tue, 26 Jul 2011 19:20:51 +0000 (15:20 -0400)
committerSamantha Doherty <sammy@status.net>
Tue, 26 Jul 2011 19:20:51 +0000 (15:20 -0400)
theme/base/css/display.css
theme/neo/css/display.css

index b31680b4ad3fbbd9bb671eefd7c781aa52b60159..1f4d2f3f15da298e748fdebce08ef800c558ac2b 100644 (file)
@@ -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;
index e23f64e557fb0356808d092d01417690657de0d8..d8bb5fc6930ddaf5a085bb552a9860d81e86ecad 100644 (file)
@@ -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 {