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

Small spacing fix at profile graph

Rafał Pitoń 12 лет назад
Родитель
Сommit
ea153e98b6
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      static/cranefly/css/cranefly.css
  2. 1 1
      static/cranefly/css/cranefly/profiles.less

+ 1 - 1
static/cranefly/css/cranefly.css

@@ -933,7 +933,7 @@ a.btn-link:hover,a.btn-link:active,a.btn-link:focus{color:#333;text-decoration:n
 .user-profile .user-profile-header .header-side{margin-left:94px}.user-profile .user-profile-header .header-side h1{margin-left:6.666666666666667px}
 .user-profile hr{border:none;border-top:1px solid #eee;margin:14px 0}
 .user-profile .stat-header{border-bottom:1px solid #e2e2e2;margin-bottom:14px}.user-profile .stat-header .user-graph{height:40px;overflow:hidden}.user-profile .stat-header .user-graph svg{position:relative;left:1px;height:40px;width:100%}
-.user-profile .stat-header .help-text{float:right;margin-bottom:-20px;position:relative;top:47.9px;color:#999;font-size:11.9px}
+.user-profile .stat-header .help-text{float:right;margin-bottom:-20px;position:relative;top:43.9px;color:#999;font-size:11.9px}
 .user-profile .stat-header h2{margin-top:-54px;position:relative;top:4px;text-shadow:0 0 3px #fbfbfb}
 .user-profile .user-details .label{font-size:14px}
 .user-profile .user-list .user-cell{overflow:auto}.user-profile .user-list .user-cell .user-avatar{float:left}.user-profile .user-list .user-cell .user-avatar img{border-radius:3px;width:36px;height:36px}

+ 1 - 1
static/cranefly/css/cranefly/profiles.less

@@ -74,7 +74,7 @@
       float: right;
       margin-bottom: @baseLineHeight * -1;
       position: relative;
-      top: 40px + @fontSizeSmall - 4px;
+      top: 40px + @fontSizeSmall - 8px;
 
       color: @grayLight;
       font-size: @fontSizeSmall;