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

[dw-free] Drifting: dates overlapping icons when they're on the left in Safari

[commit: http://hg.dwscoalition.org/dw-free/rev/5a9c11b6d9d9]

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

Fix overlap when icons are on the left: only tweak the date positioning when
the icon is on the right (and out of the way).

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/drifting/layout.s2
--------------------------------------------------------------------------------
diff -r c0d254a358ac -r 5a9c11b6d9d9 bin/upgrading/s2layers/drifting/layout.s2
--- a/bin/upgrading/s2layers/drifting/layout.s2	Wed Nov 03 14:05:40 2010 +0800
+++ b/bin/upgrading/s2layers/drifting/layout.s2	Wed Nov 03 14:27:12 2010 +0800
@@ -303,6 +303,9 @@ function Page::print_default_stylesheet(
             }
         .comment-userpic {
             margin-right: 0px;
+            }
+        .datetime-container {
+            margin-top: -10px;
             }
         """;
     }
@@ -660,7 +663,6 @@ function Page::print_default_stylesheet(
     }
 
     .datetime-container {
-        margin-top: -10px;
         margin-bottom: 10px;
     }
 
--------------------------------------------------------------------------------