Skip to content

Commit 897847e

Browse files
committed
aligned links
1 parent 135f214 commit 897847e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ form {
357357
}
358358

359359
.vst {
360-
padding: 0 4px 0 4px;
360+
padding: 4px 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: 4px 4px 0 4px;
379379
margin: 0;
380380
text-decoration: none;
381381
color: #174f82;

web/templates/admin/list_stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

0 commit comments

Comments
 (0)