Merge pull request #207 from A7DC/category-ux

Category ux
This commit is contained in:
Christopher Pitt 2015-04-28 14:17:43 +12:00
commit 8dcc66bab8
5 changed files with 35 additions and 0 deletions

0
css/categories-tags.css Normal file
View File

View File

@ -137,3 +137,17 @@ label.right.toggle-description-correct-right {
.cms-preview-controls {
z-index: 999;
}
#Form_EditForm_Categories .MergeActionReveal,
#Form_EditForm_Tags .MergeActionReveal {
margin-left: 10px;
}
#Form_EditForm_Categories .MergeActionReveal:after,
#Form_EditForm_Tags .MergeActionReveal:after {
content: '';
background: url("../images/move-icon.png");
display: inline-block;
height: 16px;
width: 16px;
margin-left: 4px;
}

BIN
images/move-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

View File

@ -10,6 +10,7 @@
*/
@import "compass/utilities/sprites/base";
@import "blog-icon/*.png";
// buttons
.gridfield-icon {
@include all-blog-icon-sprites;
@ -172,3 +173,23 @@ label.right.toggle-description-correct-right {
.cms-preview-controls {
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
.MergeActionReveal {
margin-left: 10px;
}
.MergeActionReveal:after {
content: '';
background: url('../images/move-icon.png');
display: inline-block;
height: 16px;
width: 16px;
margin-left: 4px;
}
}