Commit cdf62fe 1 parent 4cb6dab commit cdf62fe Copy full SHA for cdf62fe
File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 261
261
}
262
262
263
263
.help .tooltiptext {
264
+ font-size : .8em ;
264
265
visibility : hidden;
265
266
position : absolute;
266
267
z-index : 1 ;
@@ -276,6 +277,11 @@ dd {
276
277
277
278
text-align : justify;
278
279
}
280
+ .help .tooltiptext .bottom {
281
+ top : 50% ;
282
+ bottom : auto;
283
+ }
284
+
279
285
.help : hover .tooltiptext {
280
286
visibility : visible;
281
287
}
Original file line number Diff line number Diff line change 8
8
9
9
< body >
10
10
< fieldset id ="rule_editor ">
11
- < legend i18n_text ="Link cleaning rules "> </ legend >
11
+ < legend i18n_text ="Link cleaning rules ">
12
+ < span class ="help ">
13
+ < span class ="tooltip "> </ span >
14
+ < span class ="tooltiptext bottom " i18n_html ="
15
+ In this section, you can find and edit all the rules on which CleanLinks relies to whitelist embedded
16
+ URLs and clean other tracking parameters.
17
+ You can read more on <a href="https://github.com/Cimbali/CleanLinks/wiki">the
18
+ CleanLinks wiki</a>.
19
+ ">
20
+ </ span >
21
+ </ span >
22
+ </ legend >
23
+
12
24
13
25
< fieldset class ="example ">
14
26
< input type ="checkbox " id ="show_URL_legend " class ="toggle noautosave " />
You can’t perform that action at this time.
0 commit comments