Просмотр исходного кода

Compacted team online list on index.

Rafał Pitoń 10 лет назад
Родитель
Сommit
600a196dab
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      misago/static/misago/css/misago/index.less

+ 6 - 6
misago/static/misago/css/misago/index.less

@@ -28,27 +28,27 @@
           display: block;
           padding: @padding-small-vertical @padding-small-horizontal;
 
-          font-size: @font-size-large * 1.2;
+          font-size: @font-size-large;
 
           img {
             border-radius: @border-radius-small;
-            height: 32px;
-            margin-top: -2px;
+            height: 25px;
+            margin-top: -3px;
             margin-right: @padding-small-vertical * 0.7;
           }
 
           span {
             position: relative;
-            top: 1px;
+            bottom: 1px;
           }
 
           small {
             background-color: @panel-bg;
             border-radius: @border-radius-small;
             float: right;
-            position: relative;
             padding: @padding-xs-vertical @padding-xs-horizontal;
-            top: 5px;
+            position: relative;
+            top: 2px;
 
             color: @panel-bg;
             font-size: @font-size-base;