CC-3819 : Add View on Soundcloud context menu option on calendar page

This commit is contained in:
Naomi Aro 2012-05-14 15:48:09 +02:00
parent f8900d4b05
commit 803c44611a
4 changed files with 36 additions and 13 deletions

View file

@ -35,17 +35,22 @@
font-size: 11px;
}
.context-menu-item.icon {
padding: 2px 2px 2px 28px;
.context-menu-item {
padding: 2px 5px;
background-color: #f0f0f0;
position: relative;
min-height: 18px;
-moz-user-select: -moz-none;
}
.context-menu-item.icon {
padding: 2px 2px 2px 28px;
}
.context-menu-separator {
padding-bottom:0;
border-bottom: 1px solid #DDD;
min-height: 2px;
}
.context-menu-item > label {