mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Move the left behind widget images to cms
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39592 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9de10f467c
commit
93894fd11b
@ -37,7 +37,7 @@ span.widgetDelete {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
float: right;
|
float: right;
|
||||||
background: url(../images/delete2.png) no-repeat left center;
|
background: url(../images/delete.gif) no-repeat left center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
div.usedWidgets div.Widget h3,
|
div.usedWidgets div.Widget h3,
|
||||||
@ -47,6 +47,6 @@ div.availableWidgets div.Widget h3 {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
text-indent: 5px;
|
text-indent: 5px;
|
||||||
background: #7ab7ec url(../images/blogTitleBg.gif);
|
background: #7ab7ec url(../images/widget-title-bg.gif);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
BIN
images/widget-title-bg.gif
Normal file
BIN
images/widget-title-bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 B |
Loading…
Reference in New Issue
Block a user