mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Steps styles fix
This commit is contained in:
parent
83d70c4414
commit
f1ea820ab1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user