help-icon.css in Advanced Help 5
Same filename and directory in other branches
.advanced-help-link {
width: 12px;
height: 12px;
background: transparent url('help.png') no-repeat top left;
background-position: 0px 0px;
display: block;
float: left; /* this is cheesy, I know */
margin-top: 2px;
}
.advanced-help-link span {
display: none;
}
.advanced-help-link:hover {
background-position: 0px -12px;
}File
help-icon.cssView source
-
- .advanced-help-link {
- width: 12px;
- height: 12px;
- background: transparent url('help.png') no-repeat top left;
- background-position: 0px 0px;
- display: block;
- float: left; /* this is cheesy, I know */
- margin-top: 2px;
- }
-
- .advanced-help-link span {
- display: none;
- }
-
- .advanced-help-link:hover {
- background-position: 0px -12px;
- }