2016-10-20 01:39:57 +08:00
|
|
|
.unauthenticated .feedback-icon {
|
2014-11-27 21:45:04 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-20 01:39:57 +08:00
|
|
|
.feedback-icon {
|
|
|
|
position: fixed;
|
2018-03-03 15:57:02 -05:00
|
|
|
background-image: url('/images/feedback_sprite.png');
|
2014-11-29 11:17:11 -05:00
|
|
|
background-repeat: no-repeat;
|
2014-10-01 09:54:56 -04:00
|
|
|
color:#FFFFFF;
|
|
|
|
cursor:pointer;
|
2014-11-29 11:17:11 -05:00
|
|
|
height:110px;
|
2014-10-01 09:54:56 -04:00
|
|
|
left:0;
|
2014-10-07 12:39:14 -04:00
|
|
|
margin-left:0px;
|
2014-10-01 09:54:56 -04:00
|
|
|
text-indent:-100000px;
|
2014-10-27 12:03:55 -04:00
|
|
|
top:65%;
|
2014-10-07 12:39:14 -04:00
|
|
|
width:25px;
|
2014-10-01 09:54:56 -04:00
|
|
|
z-index:100000;
|
2014-10-13 19:27:30 -04:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2016-10-20 01:39:57 +08:00
|
|
|
.feedback-icon:hover {
|
2014-10-13 19:27:30 -04:00
|
|
|
background-position: 0 -110px;
|
2015-10-23 23:56:29 +08:00
|
|
|
}
|
2016-10-20 01:39:57 +08:00
|
|
|
|
|
|
|
|