diff options
| author | Neylor Ohmaly | 2014-02-10 00:25:53 -0200 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-10 00:25:53 -0200 |
| commit | f62db567d999f50a09947a0d6478a205f60ba03c (patch) | |
| tree | 5a2039d3bca58c403e9c61a4b52196b280b13ba9 /example/index.css | |
| parent | 20c5741f5f3b2e4ad3f579082e78725f4ea26c85 (diff) | |
| download | nsPopover-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.css | 24 |
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 |
