diff --git a/admin/client/src/styles/legacy/_style.scss b/admin/client/src/styles/legacy/_style.scss index ace5b3fbd..f23c3afe9 100644 --- a/admin/client/src/styles/legacy/_style.scss +++ b/admin/client/src/styles/legacy/_style.scss @@ -949,10 +949,7 @@ body.cms { } .step-label { opacity:0.9; - .flyout { - height: 26px; //centres number within the grey arrow - padding-top:5px; - } + .title { font-weight:bold; //to match pagetype label } @@ -1948,9 +1945,10 @@ body.cms-dialog { } .htmleditorfield-linkform { - .step2 { - margin-bottom: $grid-x*2; - } + .step2 { + margin-bottom: $grid-x*2; + line-height: 18px; + } .ss-uploadfield { .middleColumn { width: auto; @@ -2165,18 +2163,19 @@ body.cms-dialog { vertical-align: top; } - .flyout { - height: 26px - 2*4px; // minus padding - font-size: $font-size-root +1; - font-weight: bold; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - background-color: #667980; // hardcoding colour since its tied to the sprite - padding: 4px 3px 4px 6px; - text-align: center; - text-shadow: none; - color: #fff; - } + .flyout { + height: 26px; + font-size: $font-size-root +1; + font-weight: bold; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + background-color: #667980; // hardcoding colour since its tied to the sprite + padding: 4px 3px 4px 6px; + text-align: center; + text-shadow: none; + color: #fff; + line-height: 18px; + } .arrow { height: 26px;