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 {
opacity:0.9;
.flyout {
height: 26px; //centres number within the grey arrow
padding-top:5px;
}
.title {
font-weight:bold; //to match pagetype label
}
@ -1950,6 +1947,7 @@ body.cms-dialog {
.htmleditorfield-linkform {
.step2 {
margin-bottom: $grid-x*2;
line-height: 18px;
}
.ss-uploadfield {
.middleColumn {
@ -2166,7 +2164,7 @@ body.cms-dialog {
}
.flyout {
height: 26px - 2*4px; // minus padding
height: 26px;
font-size: $font-size-root +1;
font-weight: bold;
border-top-left-radius: 3px;
@ -2176,6 +2174,7 @@ body.cms-dialog {
text-align: center;
text-shadow: none;
color: #fff;
line-height: 18px;
}
.arrow {