File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 26
26
fieldset div {
27
27
margin-bottom : 2em ;
28
28
}
29
- .ui-tooltip { width : 200 px ; }
29
+ .ui-tooltip { width : 210 px ; }
30
30
</ style >
31
31
</ head >
32
32
< body >
61
61
62
62
< p > Hover the questionmark-buttons or use the button below to display the help texts all at once. Click again to hide them.</ p >
63
63
64
+ < p > A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.</ p >
65
+
64
66
</ div > <!-- End demo-description -->
65
67
66
68
Original file line number Diff line number Diff line change 10
10
< h4 > Examples</ h4 >
11
11
< ul >
12
12
< li class ="demo-config-on "> < a href ="default.html "> Default functionality</ a > </ li >
13
- <!--
14
- <li><a href="foo.html">Foo</a></li>
15
- <li><a href="bar.html">Bar</a></li>
16
- -->
13
+ < li > < a href ="forms.html "> Forms with tooltips</ a > </ li >
14
+ < li > < a href ="tracking.html "> Track the mouse</ a > </ li >
17
15
</ ul >
18
16
</ div >
19
17
Original file line number Diff line number Diff line change 2
2
----------------------------------*/
3
3
.ui-tooltip {
4
4
padding : 8px ;
5
- width : 125px ;
6
5
position : absolute;
7
6
z-index : 9999 ;
8
7
-o-box-shadow : 0 0 5px # aaa ;
You can’t perform that action at this time.
0 commit comments