Steps styles fix

This commit is contained in:
Paul Clarke 2016-05-06 15:07:42 +12:00 committed by Ingo Schommer
parent 83d70c4414
commit f1ea820ab1

View File

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