2014-10-07 16:39:14 +00:00
|
|
|
/* =USERVOICE ICON DEFINE
|
2014-10-01 13:54:56 +00:00
|
|
|
--------------------------------------------------------*/
|
2014-11-28 02:45:04 +00:00
|
|
|
|
|
|
|
.unauthenticated .uv-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-10-07 16:39:14 +00:00
|
|
|
div.uv-icon.uv-bottom-left {
|
|
|
|
background-image:url(feedback_sprite.png);
|
2014-11-29 16:17:11 +00:00
|
|
|
background-repeat: no-repeat;
|
2014-10-01 13:54:56 +00:00
|
|
|
color:#FFFFFF;
|
|
|
|
cursor:pointer;
|
2014-11-29 16:17:11 +00:00
|
|
|
height:110px;
|
2014-10-01 13:54:56 +00:00
|
|
|
left:0;
|
2014-10-07 16:39:14 +00:00
|
|
|
margin-left:0px;
|
2014-10-01 13:54:56 +00:00
|
|
|
text-indent:-100000px;
|
2014-10-27 16:03:55 +00:00
|
|
|
top:65%;
|
2014-10-07 16:39:14 +00:00
|
|
|
width:25px;
|
2014-10-01 13:54:56 +00:00
|
|
|
z-index:100000;
|
2014-10-13 23:27:30 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.uv-icon.uv-bottom-left:hover {
|
|
|
|
background-position: 0 -110px;
|
2014-10-07 19:19:10 +00:00
|
|
|
}
|