aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.css
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-10 00:25:53 -0200
committerNeylor Ohmaly2014-02-10 00:25:53 -0200
commitf62db567d999f50a09947a0d6478a205f60ba03c (patch)
tree5a2039d3bca58c403e9c61a4b52196b280b13ba9 /example/index.css
parent20c5741f5f3b2e4ad3f579082e78725f4ea26c85 (diff)
downloadnsPopover-f62db567d999f50a09947a0d6478a205f60ba03c.tar.bz2
Fix error on the right|bottom and left|bottom alignment0.5.5
Diffstat (limited to 'example/index.css')
-rw-r--r--example/index.css24
1 files changed, 7 insertions, 17 deletions
diff --git a/example/index.css b/example/index.css
index c1fed2c..49bae04 100644
--- a/example/index.css
+++ b/example/index.css
@@ -45,23 +45,13 @@ h1 {
padding-bottom: .5em;
}
-
-.tooltip {
- padding: 0.75em 1.5em;
- max-width: 15em;
- font-size: 0.875em;
-}
-
-.right-triangle
-.left-triangle {
- content: "";
- display: block;
- width: 0;
- height: 0;
- border: inset 1em;
+a {
+ cursor: pointer;
+ padding: 6px 12px;
+ text-decoration: underline;
+ color: #0096d6;
}
-.right-triangle {
- border-color: transparent #fff transparent transparent;
- border-right-style: solid;
+.ns-popover-tooltip a {
+ text-decoration: none;
} \ No newline at end of file