Skip to content

Commit

Permalink
fix tiny red,blue,green arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
HTMLGuyLLC committed Oct 4, 2018
1 parent c3debba commit f80e77a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
30 changes: 18 additions & 12 deletions jTippy.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,30 @@
.jt-arrow-top.jt-arrow-hug-left.jt-arrow-super-hug,
.jt-arrow-top.jt-arrow-hug-right.jt-arrow-super-hug
{
top: -27px;
top: -30px;
}
/* Arrow - Get really close to the left because the button is small - need to adjust for border radius */
.jt-arrow-bottom.jt-arrow-hug-left.jt-arrow-super-hug,
.jt-arrow-bottom.jt-arrow-hug-right.jt-arrow-super-hug
{
top: auto;
bottom: -30px;
}

.jt-tiny .jt-arrow-hug-left.jt-arrow-super-hug,
.jt-tiny .jt-arrow-hug-right.jt-arrow-super-hug
{
bottom: -21px;
}

.jt-black-theme .jt-arrow-top.jt-arrow-hug-left.jt-arrow-super-hug,
.jt-black-theme .jt-arrow-top.jt-arrow-hug-right.jt-arrow-super-hug
{
top: -27px;
}
.jt-black-theme .jt-arrow-bottom.jt-arrow-hug-left.jt-arrow-super-hug,
.jt-black-theme .jt-arrow-bottom.jt-arrow-hug-right.jt-arrow-super-hug
{
bottom: -28px;
}

Expand Down Expand Up @@ -174,17 +191,6 @@
border-left-color: #e4e4e4;
}

.jt-white-theme .jt-arrow-top.jt-arrow-hug-left.jt-arrow-super-hug,
.jt-white-theme .jt-arrow-top.jt-arrow-hug-right.jt-arrow-super-hug
{
top: -30px;
}
.jt-white-theme .jt-arrow-bottom.jt-arrow-hug-left.jt-arrow-super-hug,
.jt-white-theme .jt-arrow-bottom.jt-arrow-hug-right.jt-arrow-super-hug
{
bottom: -30px;
}

/* LT Gray theme */
.jt-lt-gray-theme
{
Expand Down
2 changes: 1 addition & 1 deletion jTippy.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jtippy",
"version": "1.3.2",
"version": "1.3.3",
"description": "jQuery tooltip plugin",
"repository": {
"type": "git",
Expand Down

0 comments on commit f80e77a

Please sign in to comment.