mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
commit
8dcc66bab8
0
css/categories-tags.css
Normal file
0
css/categories-tags.css
Normal file
14
css/cms.css
14
css/cms.css
@ -137,3 +137,17 @@ label.right.toggle-description-correct-right {
|
|||||||
.cms-preview-controls {
|
.cms-preview-controls {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Form_EditForm_Categories .MergeActionReveal,
|
||||||
|
#Form_EditForm_Tags .MergeActionReveal {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
#Form_EditForm_Categories .MergeActionReveal:after,
|
||||||
|
#Form_EditForm_Tags .MergeActionReveal:after {
|
||||||
|
content: '';
|
||||||
|
background: url("../images/move-icon.png");
|
||||||
|
display: inline-block;
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
BIN
images/move-icon.png
Normal file
BIN
images/move-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
0
scss/categories-tags.scss
Normal file
0
scss/categories-tags.scss
Normal file
@ -10,6 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
@import "compass/utilities/sprites/base";
|
@import "compass/utilities/sprites/base";
|
||||||
@import "blog-icon/*.png";
|
@import "blog-icon/*.png";
|
||||||
|
// buttons
|
||||||
|
|
||||||
.gridfield-icon {
|
.gridfield-icon {
|
||||||
@include all-blog-icon-sprites;
|
@include all-blog-icon-sprites;
|
||||||
@ -172,3 +173,23 @@ label.right.toggle-description-correct-right {
|
|||||||
.cms-preview-controls {
|
.cms-preview-controls {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// categories tags (to be moved to a seperate file)
|
||||||
|
|
||||||
|
#Form_EditForm_Categories,
|
||||||
|
#Form_EditForm_Tags {
|
||||||
|
// ID to be changed for a .class once a developer adds one one to the parent of both IDs
|
||||||
|
|
||||||
|
.MergeActionReveal {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MergeActionReveal:after {
|
||||||
|
content: '';
|
||||||
|
background: url('../images/move-icon.png');
|
||||||
|
display: inline-block;
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user