Index: trunk/phase3/resources/jquery.tipsy/jquery.tipsy.css |
— | — | @@ -11,7 +11,6 @@ |
12 | 12 | border: solid 1px #a7d7f9; |
13 | 13 | color: black; |
14 | 14 | max-width: 15em; |
15 | | - text-align: left; |
16 | 15 | border-radius: 4px; |
17 | 16 | -moz-border-radius: 4px; |
18 | 17 | -webkit-border-radius: 4px; |
— | — | @@ -30,36 +29,36 @@ |
31 | 30 | width: 11px; |
32 | 31 | height: 6px; |
33 | 32 | } |
34 | | -.tipsy-n .tipsy-arrow { |
| 33 | +/* @noflip */ .tipsy-n .tipsy-arrow { |
35 | 34 | top: 0px; |
36 | 35 | left: 50%; |
37 | 36 | margin-left: -5px; |
38 | 37 | } |
39 | | -.tipsy-nw .tipsy-arrow { |
| 38 | +/* @noflip */ .tipsy-nw .tipsy-arrow { |
40 | 39 | top: 1px; |
41 | 40 | left: 10px; |
42 | 41 | } |
43 | | -.tipsy-ne .tipsy-arrow { |
| 42 | +/* @noflip */ .tipsy-ne .tipsy-arrow { |
44 | 43 | top: 1px; |
45 | 44 | right: 10px; |
46 | 45 | } |
47 | | -.tipsy-s .tipsy-arrow { |
| 46 | +/* @noflip */ .tipsy-s .tipsy-arrow { |
48 | 47 | bottom: 0px; |
49 | 48 | left: 50%; |
50 | 49 | margin-left: -5px; |
51 | 50 | background-position: bottom left; |
52 | 51 | } |
53 | | -.tipsy-sw .tipsy-arrow { |
| 52 | +/* @noflip */ .tipsy-sw .tipsy-arrow { |
54 | 53 | bottom: 0px; |
55 | 54 | left: 10px; |
56 | 55 | background-position: bottom left; |
57 | 56 | } |
58 | | -.tipsy-se .tipsy-arrow { |
| 57 | +/* @noflip */ .tipsy-se .tipsy-arrow { |
59 | 58 | bottom: 0px; |
60 | 59 | right: 10px; |
61 | 60 | background-position: bottom left; |
62 | 61 | } |
63 | | -.tipsy-e .tipsy-arrow { |
| 62 | +/* @noflip */ .tipsy-e .tipsy-arrow { |
64 | 63 | top: 50%; |
65 | 64 | margin-top: -5px; |
66 | 65 | right: 1px; |
— | — | @@ -67,7 +66,7 @@ |
68 | 67 | height: 11px; |
69 | 68 | background-position: top right; |
70 | 69 | } |
71 | | -.tipsy-w .tipsy-arrow { |
| 70 | +/* @noflip */ .tipsy-w .tipsy-arrow { |
72 | 71 | top: 50%; |
73 | 72 | margin-top: -5px; |
74 | 73 | left: 0px; |