adding illustrations to a few key tooltips in walkthrough.

This commit is contained in:
Saman Bemel-Benrud
2013-03-27 16:49:48 -04:00
parent f3638d5974
commit b920d92d10
4 changed files with 624 additions and 384 deletions

View File

@@ -2109,9 +2109,12 @@ div.typeahead a:first-child {
border-width: 0 5px 5px;
}
/* Exceptions for tooltips that are up against the edge of the screen */
.add-point .tooltip {
left: -20px !important; }
.curtain-tooltip.intro-points-add .tooltip-arrow,
.add-point .tooltip .tooltip-arrow {
left: 60px;
}
@@ -2332,3 +2335,23 @@ div.typeahead a:first-child {
padding: 0;
margin: 0;
}
/* Tooltip illustrations */
.intro-points-add .tooltip-inner::before,
.intro-areas-add .tooltip-inner::before,
.intro-lines-add .tooltip-inner::before {
display: block;
content: "";
height: 80px;
width: 200px;
background:transparent url(../img/sprite.png) no-repeat 0px -320px;
}
.intro-areas-add .tooltip-inner::before {
background-position: 0px -400px;
}
.intro-lines-add .tooltip-inner::before {
background-position: 0px -480px;
}

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 78 KiB