@@ -311,10 +311,10 @@
right: 0px;
cursor: pointer;
display: none;
- background: url('../images/msg1.png') center center no-repeat;
+ background: url('../images/tmp1.png') center center no-repeat;
}
.infoMsg:hover {
- background: url('../images/msg2.png') center center no-repeat;
+ background: url('../images/tmp2.png') center center no-repeat;
.infoMsgParent {
position: relative;
@@ -439,8 +439,9 @@
.medicine {
.infoMsg {
- right: -20px;
- top: 0;
+ right: 50%;
+ top: -18px;
+ margin-right: -10px;
.medicine:hover {