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
}
@ -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;