File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
web/themes/default/css/screen Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ public function onShow()
272272 foreach ($ limits as $ key => $ val ){
273273 $ options .= '<option value=" ' .$ key .'" ' .(isset ($ _SESSION ['search ' ]['limit ' ]) && $ _SESSION ['search ' ]['limit ' ] == $ key ? 'selected="selected" ' :'' ).(!isset ($ _SESSION ['search ' ]['limit ' ]) && $ key == '15 ' ? 'selected="selected" ' :'' ).'> ' .$ val .'</option> ' ;
274274 }
275- $ app ->tpl ->setVar ('search_limit ' ,'<select name="search_limit" style="width:50px "> ' .$ options .'</select> ' );
275+ $ app ->tpl ->setVar ('search_limit ' ,'<select name="search_limit" class="search_limit "> ' .$ options .'</select> ' );
276276
277277 $ app ->tpl ->setVar ('toolsarea_head_txt ' ,$ app ->lng ('toolsarea_head_txt ' ));
278278 $ app ->tpl ->setVar ($ app ->listform ->wordbook );
Original file line number Diff line number Diff line change 10561056 float : left;
10571057 margin : 0 0 0 2px ;
10581058 }
1059+ select .search_limit {
1060+ width : 50px ;
1061+ }
10591062}
You can’t perform that action at this time.
0 commit comments