File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ form {
357357}
358358
359359.vst {
360- padding : 0 4px 0 4px ;
360+ padding : 4 px 4px 0 4px ;
361361 margin : 0 ;
362362 text-decoration : none;
363363 color : # 999 ;
@@ -375,7 +375,7 @@ form {
375375}
376376
377377.vst-selected {
378- padding : 0 4px 0 4px ;
378+ padding : 4 px 4px 0 4px ;
379379 margin : 0 ;
380380 text-decoration : none;
381381 color : # 174f82 ;
Original file line number Diff line number Diff line change 99 </ div >
1010 < div class ="submenu-select-block " style ="padding-left:8px; ">
1111 < form action ="/list/stats/ " method ="get " id ="objects ">
12- < a class ="vst<?php if (empty($_GET['user'])) echo "-selected "; ?> " style="padding: 0 12px 0 0;" href='/list/stats/'> < ?php print __('Overall Statistics');?> </ a >
12+ < a class ="vst<?php if (empty($_GET['user'])) echo "-selected "; ?> " style="padding: 4px 12px 0 0;" href='/list/stats/'> < ?php print __('Overall Statistics');?> </ a >
1313 < select class ="submenu-select-dropdown " name ="user ">
1414 < option value =""> < ?php print __('show per user');?> </ option >
1515 < ?php
You can’t perform that action at this time.
0 commit comments