CC-3846: changed CSS for info icon, it should fix the positioning issue

This commit is contained in:
Vladimir 2012-05-22 17:53:51 +02:00
parent 8720aabc27
commit 6d88b21a8f
1 changed files with 2 additions and 3 deletions

View File

@ -108,11 +108,10 @@ select {
.info-tooltip {
cursor: help;
position: relative;
display:inline-block; zoom:1; display:inline;
display:inline-block; zoom:1;
width:14px; height:14px;
background:url(/css/images/icon_info.png) 0 0 no-repeat;
float:right; position:relative; top:4px; right:7px; left: 3px;
top:2px; right:7px; left: 3px;
line-height:16px !important;
}
.info-tooltip span {