mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
aligned links
This commit is contained in:
parent
135f2144c2
commit
897847ed89
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue