Update styles.css
Fixed arrow-icon position. In the master branch, the icon arrow looks open when it'd be closed and viceversa.
This commit is contained in:
parent
d6093f7356
commit
32cfff1815
|
@ -2063,7 +2063,7 @@ span.errors.sp-errors{
|
||||||
}
|
}
|
||||||
.collapsible-header .arrow-icon, .collapsible-header-disabled .arrow-icon {
|
.collapsible-header .arrow-icon, .collapsible-header-disabled .arrow-icon {
|
||||||
display:block;
|
display:block;
|
||||||
background:url(images/arrows_collapse.png) no-repeat 0 0;
|
background:url(images/arrows_collapse.png) no-repeat 0 -11px;
|
||||||
height:11px;
|
height:11px;
|
||||||
width:11px;
|
width:11px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -2072,7 +2072,7 @@ span.errors.sp-errors{
|
||||||
|
|
||||||
}
|
}
|
||||||
.collapsible-header.closed .arrow-icon, .collapsible-header-disabled.close .arrow-icon {
|
.collapsible-header.closed .arrow-icon, .collapsible-header-disabled.close .arrow-icon {
|
||||||
background-position: 0 -11px !important;
|
background-position: 0 0 !important;
|
||||||
}
|
}
|
||||||
#schedule-add-show .button-bar {
|
#schedule-add-show .button-bar {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
|
Loading…
Reference in New Issue