File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ <h3 style="text-align: center; margin-top: 60px;">
8585 Do you wish to enable the recursive search for the selected subfolders?
8686 </ h3 >
8787
88- < div style ="width: 100%; height: 50px; position: relative; margin-top: 70px; display: block ; ">
89- < a onclick ="recursivech(true) " id ="choice-rec " class ="choice-rec "> < span > Yes</ span > </ a > < br > < br > < br >
88+ < div style ="width: 100%; height: 50px; position: relative; margin-top: 70px; display: block; ">
89+ < a onclick ="recursivech(true) " id ="choice-rec " class ="choice-rec "> < span > Yes</ span > </ a > < br > < br >
9090 < a onclick ="recursivech(false) " id ="choice-rec " class ="choice-rec "> < span > No</ span > </ a >
9191 </ div >
9292 </ div >
@@ -117,6 +117,10 @@ <h3 style="text-align: center; margin-top: 60px;">
117117
118118< style >
119119
120+ .choice-rec span {
121+ text-align : center;
122+ }
123+
120124.invert { filter : invert (100% ); }
121125.blur {filter : blur (10px );}
122126
You can’t perform that action at this time.
0 commit comments