Merge pull request #208 from A7DC/category-ux

changed class to ID
This commit is contained in:
Damian Mooyman 2015-04-28 14:25:28 +12:00
commit 6c1fee8eb1
2 changed files with 3 additions and 9 deletions

View File

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

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