CC-3846: changed CSS for info icon, it should fix the positioning issue
This commit is contained in:
parent
8720aabc27
commit
6d88b21a8f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue