From 9214adc591e2944bf42d76c5f12a99961cbe6b43 Mon Sep 17 00:00:00 2001 From: zmagod Date: Thu, 20 Oct 2016 15:35:09 +0200 Subject: [PATCH] fixed team name position --- app/assets/stylesheets/themes/scinote.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 1e6b87735..3d2d1432b 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1371,7 +1371,6 @@ html.turbolinks-progress-bar::before { border-bottom: 1px dotted $color-alto; cursor: help; display: inline-block; - position: absolute; .modal-tooltiptext { background-color: $color-alto; @@ -1380,7 +1379,7 @@ html.turbolinks-progress-bar::before { display: block; margin-left: 100px; padding: 5px; - position: relative; + position: absolute; text-align: center; visibility: hidden; width: 200px;