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;
}
#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

@ -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;