Browse Source

aligned links

Serghey Rodin 12 years ago
parent
commit
897847ed89
2 changed files with 3 additions and 3 deletions
  1. 2 2
      web/css/main.css
  2. 1 1
      web/templates/admin/list_stats.html

+ 2 - 2
web/css/main.css

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

+ 1 - 1
web/templates/admin/list_stats.html

@@ -9,7 +9,7 @@
                         </div>
                         <div class="submenu-select-block" style="padding-left:8px;">
                             <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">
                                 <option value=""><?php print __('show per user');?></option>
                             <?php