From 8fd9cabe85d43eb3f7fb453b12cb3d9a11764406 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 2 Oct 2014 19:59:52 -0400 Subject: [PATCH] Tighten responsive breakpoints for docs, tighten step padding a lil --- server/files/stylesheets/semantic.css | 9 ++++++--- src/themes/packages/default/elements/step.variables | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index e32788bdc..d6f6c3422 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -1385,21 +1385,24 @@ body.progress.animated .ui.progress .bar { vertical-align: top; } #example .container { - right: 100px; + right: 110px; } } @media only screen and (min-width : 998px) and (max-width: 1200px) { #example .container { - width: 650px; + width: 680px; + right: 75px; margin: 0em auto; } #example .container .right.rail { width: 200px; + padding-left: 0em; } } @media only screen and (min-width : 1200px) and (max-width: 1355px) { #example .container { - width: 700px; + width: 765px; + right: 128px; margin: 0em auto; } } diff --git a/src/themes/packages/default/elements/step.variables b/src/themes/packages/default/elements/step.variables index 766ce6ee9..8e2744c6f 100755 --- a/src/themes/packages/default/elements/step.variables +++ b/src/themes/packages/default/elements/step.variables @@ -10,7 +10,7 @@ @horizontalMargin: 0em; @verticalPadding: 0.8em; -@horizontalPadding: 1.75em; +@horizontalPadding: 1.5em; @leftPadding: @horizontalPadding + (@arrowSize /2); @transition: