changed class to ID

This commit is contained in:
Daniel Caine 2015-04-28 14:23:22 +12:00
parent 30acb4f383
commit c1ce71f7aa
2 changed files with 3 additions and 9 deletions

View File

@ -134,12 +134,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;

View File

@ -166,11 +166,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;