Committer: ybuhvalova
LJSUP-3985: Flexible Squares bug
U trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2
Modified: trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 2012-02-14 09:21:21 UTC (rev 11473) +++ trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 2012-02-15 06:53:27 UTC (rev 11474) @@ -1142,6 +1142,7 @@ width: 100%; } + .ljcmt_full,.commentboxpartial { min-width: 250px; } /* maincontent -- year/achive pages */ @@ -1226,6 +1227,7 @@ border-color: $*border_color; background-color: $*content_bgcolor; } + """; print_custom_control_strip_css(); @@ -2243,6 +2245,7 @@ var int indent = ($c.depth - 1) * 30; var string partialcomment = $c.full ? " ljcmt_full" : "partial"; var string margin = ""; + if ($*userpic_position == "left") { $margin = "right";