Skip to content

Commit

Permalink
Merge pull request #208 from A7DC/category-ux
Browse files Browse the repository at this point in the history
changed class to ID
  • Loading branch information
Damian Mooyman committed Apr 28, 2015
2 parents 1427cbd + c1ce71f commit 6c1fee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 2 additions & 4 deletions css/cms.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 1 addition & 5 deletions scss/cms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6c1fee8

Please sign in to comment.