Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Merge 23e0549 into f94ab15
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Sep 22, 2015
2 parents f94ab15 + 23e0549 commit 48f1cad
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
Binary file modified app/images/side-tab-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/scripts/services/panes.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ angular.module('authoringEnvironmentApp').factory('panes', [
{
name: 'Articles Lists',
id: 'articles-lists',
icon: 'relatedarticles',
icon: 'featuredarticles',
template: 'views/pane-articles-lists.html',
position: 'right',
size: 'small',
Expand Down
15 changes: 12 additions & 3 deletions app/styles/aes-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
.active .big-icon-info, .active a:hover .big-icon-info{
background-position: -70px -156px;
}
.big-icon-relatedarticles {
.big-icon-featuredarticles {
background-position: 0 -182px;
}
a:hover .big-icon-relatedarticles {
a:hover .big-icon-featuredarticles {
background-position: -35px -182px;
}
.active .big-icon-relatedarticles, .active a:hover .big-icon-relatedarticles {
.active .big-icon-featuredarticles, .active a:hover .big-icon-featuredarticles {
background-position: -70px -182px;
}
.big-icon-slideshows {
Expand All @@ -103,6 +103,15 @@
.active .big-icon-editorial_comments, .active a:hover .big-icon-editorial_comments {
background-position: -70px -236px;
}
.big-icon-relatedarticles {
background-position: 0 -260px;
}
a:hover .big-icon-relatedarticles {
background-position: -35px -260px;
}
.active .big-icon-relatedarticles, .active a:hover .big-icon-relatedarticles {
background-position: -70px -260px;
}

/* Font awesome */
.fa {
Expand Down
5 changes: 5 additions & 0 deletions app/styles/article-edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -3773,6 +3773,11 @@ a:hover {
color:gray;
}
}
div {
&:hover {
cursor: pointer;
}
}
}
}
tags-input {
Expand Down

0 comments on commit 48f1cad

Please sign in to comment.