mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
commit
6c1fee8eb1
@ -138,12 +138,10 @@ label.right.toggle-description-correct-right {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#Form_EditForm_Categories .MergeActionReveal,
|
||||
#Form_EditForm_Tags .MergeActionReveal {
|
||||
.blog-cms-categorisation .MergeActionReveal {
|
||||
margin-left: 10px;
|
||||
}
|
||||
#Form_EditForm_Categories .MergeActionReveal:after,
|
||||
#Form_EditForm_Tags .MergeActionReveal:after {
|
||||
.blog-cms-categorisation .MergeActionReveal:after {
|
||||
content: '';
|
||||
background: url("../images/move-icon.png");
|
||||
display: inline-block;
|
||||
|
@ -174,11 +174,7 @@ label.right.toggle-description-correct-right {
|
||||
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
|
||||
.blog-cms-categorisation {
|
||||
|
||||
.MergeActionReveal {
|
||||
margin-left: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user