Merge pull request #5257 from steve-silverstripe/update-close-icon-on-cms-notices

Changed CMS close from an 'x' to a silverstripe font icon
This commit is contained in:
Damian Mooyman 2016-04-01 14:36:39 +13:00
commit 4585e67e15
2 changed files with 18 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -252,7 +252,7 @@ body.cms {
padding-top: 0;
overflow-x: hidden;
}
.cms-panel-toggle.south {
box-shadow: inset 0 1px 0 0 $color-light-separator;
}
@ -772,7 +772,7 @@ body.cms {
height: 52px;
max-height: 52px;
background-color: $tab-panel-texture-color;
&.south .Actions {
height: 52px;
padding: $grid-y*1.5 $grid-x*2;
@ -875,24 +875,21 @@ body.cms {
}
.notice-item-close {
font-weight: normal;
width: 12px;
height: 16px;
color: #555;
font-size: 16px;
overflow: hidden;
top: 4px;
right: 4px;
padding: 2px;
font-size: 0; // hide the textNode "x" that jquery.notice.js inserts
opacity: .8;
&::before {
content: 'x';
}
&:hover {
opacity: 1;
}
// apply relevant styles from .font-icon-cancel
&::before {
content: "\44";
font-size: 15px;
font-family: silverstripe, sans-serif;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
}
@ -1622,7 +1619,7 @@ form.member-profile-form {
padding: 12px 16px;
}
}
.cms-content-view {
padding: 0 $grid-x*2 $grid-y*1.5;
}
@ -1677,7 +1674,7 @@ form.member-profile-form {
border:none;
background: transparent url(../images/textures/cms_content_header.png) repeat;
box-shadow: $color-shadow-dark 0 0 ($grid-x / 2) inset;
.ui-dialog-title {
position:absolute;
}
@ -2197,7 +2194,7 @@ form.import-form {
.toggle-details-icon {
@extend .icon-sprites-32x32;
@include sprite($sprites-32x32-menu-arrow-down);
.ss-uploadfield-item-edit-all & {
@extend .icon-sprites-32x32;
@include sprite($sprites-32x32-menu-arrow-deselected-down);
@ -2215,7 +2212,7 @@ form.import-form {
.ss-uploadfield-item-edit-all &{
@extend .icon-sprites-32x32;
@include sprite($sprites-32x32-menu-arrow-deselected-up);
display:inline-block;
}
}