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; z-index: 999;
} }
#Form_EditForm_Categories .MergeActionReveal, .blog-cms-categorisation .MergeActionReveal {
#Form_EditForm_Tags .MergeActionReveal {
margin-left: 10px; margin-left: 10px;
} }
#Form_EditForm_Categories .MergeActionReveal:after, .blog-cms-categorisation .MergeActionReveal:after {
#Form_EditForm_Tags .MergeActionReveal:after {
content: ''; content: '';
background: url("../images/move-icon.png"); background: url("../images/move-icon.png");
display: inline-block; display: inline-block;

View File

@ -166,11 +166,7 @@ label.right.toggle-description-correct-right {
z-index: 999; z-index: 999;
} }
// categories tags (to be moved to a seperate file) .blog-cms-categorisation {
#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 { .MergeActionReveal {
margin-left: 10px; margin-left: 10px;