mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-08-10 05:04 am

[dw-free] Entry management icons can push quick reply div to the right

[commit: http://hg.dwscoalition.org/dw-free/rev/4438ce37db59]

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

Fix styles to prevent entry management icons from beating up the quickreply
box.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/basicboxes/layout.s2
  • bin/upgrading/s2layers/boxesandborders/layout.s2
  • bin/upgrading/s2layers/colorside/layout.s2
  • bin/upgrading/s2layers/modish/layout.s2
  • bin/upgrading/s2layers/steppingstones/layout.s2
--------------------------------------------------------------------------------
diff -r 3679eb65ffc8 -r 4438ce37db59 bin/upgrading/s2layers/basicboxes/layout.s2
--- a/bin/upgrading/s2layers/basicboxes/layout.s2	Mon Aug 10 05:01:33 2009 +0000
+++ b/bin/upgrading/s2layers/basicboxes/layout.s2	Mon Aug 10 05:04:05 2009 +0000
@@ -126,7 +126,8 @@ ul.entry-management-links { float: left;
     margin-bottom: 0; }
 ul.entry-interaction-links { text-align: right;
     margin-top: 1em;
-    margin-bottom: .25em; }
+    margin-bottom: .25em; 
+    min-height: 17px; } /* prevent entry-management icons from shoving quickreply aside */
 
 /* comments */
 .comment { margin-bottom: 1em; }
diff -r 3679eb65ffc8 -r 4438ce37db59 bin/upgrading/s2layers/boxesandborders/layout.s2
--- a/bin/upgrading/s2layers/boxesandborders/layout.s2	Mon Aug 10 05:01:33 2009 +0000
+++ b/bin/upgrading/s2layers/boxesandborders/layout.s2	Mon Aug 10 05:04:05 2009 +0000
@@ -135,7 +135,8 @@ ul.entry-management-links { float: left;
    margin-top: 1em; }
 ul.entry-interaction-links { text-align: right;
    margin-top: 1em;
-   margin-bottom: .25em; }
+   margin-bottom: .25em;
+   min-height: 17px; } /* prevent entry-management icons from shoving quickreply aside */
 
 /* comments */
 .comment { margin-bottom: 1em; }
diff -r 3679eb65ffc8 -r 4438ce37db59 bin/upgrading/s2layers/colorside/layout.s2
--- a/bin/upgrading/s2layers/colorside/layout.s2	Mon Aug 10 05:01:33 2009 +0000
+++ b/bin/upgrading/s2layers/colorside/layout.s2	Mon Aug 10 05:04:05 2009 +0000
@@ -212,7 +212,8 @@ ul.entry-management-links { float: left;
     margin-left: -1em;
     margin-top: 1em; }
 ul.entry-interaction-links { text-align: right;
-    margin-top: 1em; }
+    margin-top: 1em;
+    min-height: 17px; } /* prevent entry-management icons from shoving quickreply aside */
 
 /* comments */
 .comment { margin: 0 0 20px 0;
diff -r 3679eb65ffc8 -r 4438ce37db59 bin/upgrading/s2layers/modish/layout.s2
--- a/bin/upgrading/s2layers/modish/layout.s2	Mon Aug 10 05:01:33 2009 +0000
+++ b/bin/upgrading/s2layers/modish/layout.s2	Mon Aug 10 05:04:05 2009 +0000
@@ -101,7 +101,8 @@ ul.entry-management-links { float: left;
     margin-top: 1em; }
 ul.entry-interaction-links { text-align: right;
     margin-top: 1em;
-    margin-bottom: .25em; }
+    margin-bottom: .25em;
+    min-height: 17px; } /* prevent entry-management icons from shoving quickreply aside */
 
 /* comments */
 .comment { margin-bottom: 1em; }
diff -r 3679eb65ffc8 -r 4438ce37db59 bin/upgrading/s2layers/steppingstones/layout.s2
--- a/bin/upgrading/s2layers/steppingstones/layout.s2	Mon Aug 10 05:01:33 2009 +0000
+++ b/bin/upgrading/s2layers/steppingstones/layout.s2	Mon Aug 10 05:04:05 2009 +0000
@@ -138,7 +138,8 @@ ul.entry-management-links { float: left;
     margin-top: 1em; }
 ul.entry-interaction-links { text-align: right;
     margin-top: 1em;
-    margin-bottom: .25em; }
+    margin-bottom: .25em;
+    min-height: 17px; } /* prevent entry-management icons from shoving quickreply aside */
 
 /* comments */
 .comment { margin-bottom: 1em;
--------------------------------------------------------------------------------
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-08-10 05:43 am (UTC)(link)
Beat up!!! *hides the bat behind her back*
turlough: snickering white cat, Duchess from Disney's 'Aristocats' ((disney) fun)

[personal profile] turlough 2009-08-10 01:14 pm (UTC)(link)
Fix styles to prevent entry management icons from beating up the quickreply
box.


*giggles*