[dw-free] Sidebar overlaps content slightly in Skittlish Dreams tags and icons pages
[commit: http://hg.dwscoalition.org/dw-free/rev/37aa8a1ac7c8]
http://bugs.dwscoalition.org/show_bug.cgi?id=4296
Tweak for alignment, and make the tags and icons content area match more
closely to the entries
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4296
Tweak for alignment, and make the tags and icons content area match more
closely to the entries
Patch by
Files modified:
- bin/upgrading/s2layers/skittlishdreams/layout.s2
--------------------------------------------------------------------------------
diff -r 5bab31c9f015 -r 37aa8a1ac7c8 bin/upgrading/s2layers/skittlishdreams/layout.s2
--- a/bin/upgrading/s2layers/skittlishdreams/layout.s2 Fri Jan 27 17:59:59 2012 +0800
+++ b/bin/upgrading/s2layers/skittlishdreams/layout.s2 Fri Jan 27 19:04:17 2012 +0800
@@ -641,8 +641,7 @@
.icons-container {
background-color: $*color_entry_background;
color: $*color_entry_text;
- margin-top: 10px;
- padding: 10px;
+ padding: 10px 10px 10px 30px;
}
.tags-container a,
@@ -665,16 +664,6 @@
color: $*color_entry_link_active;
}
-.two-columns-right.page-tags #wrap,
-.two-columns-right.page-icons #wrap {
- margin-left: 20px;
- }
-
-.two-columns-left.page-tags #wrap,
-.two-columns-left.page-icons #wrap {
- margin-right: 20px;
- }
-
.module-section-one .inner {border-bottom:2px solid $header_bottom_color;}
.two-columns-right .module-section-one .inner {text-align: right;}
.two-columns-left .module-section-one .inner {text-align: left;}
@@ -734,6 +723,11 @@
.two-columns-left.page-archive .year,
.two-columns-left #archive-month {padding-left:22px; margin:-20px -20px -20px 5px; padding-right:5px; border-right: solid 1px $*color_page_border; $entry_background_redux }
+.two-columns-right .tags-container,
+.two-columns-right .icons-container { margin: 20px 5px -20px -20px; border-left: solid 1px $*color_page_border; $entry_background }
+.two-columns-left .tags-container,
+.two-columns-left .icons-container { margin: 20px -20px -20px 5px; border-right: solid 1px $*color_page_border; $entry_background_redux }
+
.page-entry .entry-wrapper {margin-top:0;}
.two-columns-right.page-reply #content, .two-columns-right.page-reply #postform { $navigation_background }
@@ -873,17 +867,16 @@
.page-tags .navigation,
.page-icons .navigation {
height: 61px;
- margin-bottom: -10px;
}
.two-columns-right.page-tags .navigation,
.two-columns-right.page-icons .navigation {
- $navigation_background
+ margin: -20px 5px -20px -20px; border-left: solid 1px $*color_page_border; $navigation_background
}
.two-columns-left.page-tags .navigation,
.two-columns-left.page-icons .navigation {
- $navigation_background_redux
+ margin: -20px -20px -20px 5px; border-right: solid 1px $*color_page_border; $navigation_background_redux
}
.two-columns-right .bottomcomment, .two-columns-right .comments-message { $navigation_background }
--------------------------------------------------------------------------------
