fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-07-29 06:21 am

[dw-nonfree] Timestamp collapsed comments on journal styled pages

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/83bce1b622e4]

http://bugs.dwscoalition.org/show_bug.cgi?id=2888

Fix display of collapsed comments in Transmogrified and Sunday Morning

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/sundaymorning/layout.s2
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r bbc020960b5c -r 83bce1b622e4 bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2	Thu Jul 22 09:57:53 2010 -0700
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2	Wed Jul 28 23:21:30 2010 -0700
@@ -708,7 +708,7 @@ q { font-style: italic;
 .entry .metadata-label {
     font-weight: bold;
 }
-.comment-poster {
+.full .comment-poster {
     display: inline-block;
     min-width: 40%;
 }
diff -r bbc020960b5c -r 83bce1b622e4 bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Thu Jul 22 09:57:53 2010 -0700
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Wed Jul 28 23:21:30 2010 -0700
@@ -719,7 +719,17 @@ function Page::print_default_stylesheet 
 
     .partial .comment-title {
         display: inline;
-    }
+        margin-right: .3em;
+        line-height: 1.4em;
+        }
+
+    .partial .comment-title h4 {
+        display: inline;
+        }
+
+    .partial .comment-poster:before {
+        content: "- ";
+        }
 
     .tag {
         font-weight: bold;
@@ -813,7 +823,7 @@ function Page::print_default_stylesheet 
     .entry .metadata-label {
         font-weight: bold;
     }
-    .comment-poster {
+    .full .comment-poster {
         display: inline-block;
         min-width: 40%;
     }
--------------------------------------------------------------------------------