aligned links

This commit is contained in:
Serghey Rodin 2013-10-24 00:42:55 +03:00
commit 897847ed89
2 changed files with 3 additions and 3 deletions

View file

@ -357,7 +357,7 @@ form {
} }
.vst { .vst {
padding: 0 4px 0 4px; padding: 4px 4px 0 4px;
margin: 0; margin: 0;
text-decoration: none; text-decoration: none;
color: #999; color: #999;
@ -375,7 +375,7 @@ form {
} }
.vst-selected { .vst-selected {
padding: 0 4px 0 4px; padding: 4px 4px 0 4px;
margin: 0; margin: 0;
text-decoration: none; text-decoration: none;
color: #174f82; color: #174f82;

View file

@ -9,7 +9,7 @@
</div> </div>
<div class="submenu-select-block" style="padding-left:8px;"> <div class="submenu-select-block" style="padding-left:8px;">
<form action="/list/stats/" method="get" id="objects"> <form action="/list/stats/" method="get" id="objects">
<a class="vst<?php if (empty($_GET['user'])) echo "-selected"; ?>" style="padding: 0 12px 0 0;" href='/list/stats/'><?php print __('Overall Statistics');?></a> <a class="vst<?php if (empty($_GET['user'])) echo "-selected"; ?>" style="padding: 4px 12px 0 0;" href='/list/stats/'><?php print __('Overall Statistics');?></a>
<select class="submenu-select-dropdown" name="user"> <select class="submenu-select-dropdown" name="user">
<option value=""><?php print __('show per user');?></option> <option value=""><?php print __('show per user');?></option>
<?php <?php