Fixed hover position

This commit is contained in:
utkarshcmu 2016-12-06 05:53:33 -08:00
parent 13f0b32a8f
commit 6b26a0f91d
2 changed files with 6 additions and 0 deletions

View File

@ -246,6 +246,7 @@ $gf-form-margin: 0.25rem;
&--bold { &--bold {
color: $text-color-emphasis; color: $text-color-emphasis;
padding-left: 0;
} }
&--right-absolute { &--right-absolute {

View File

@ -73,6 +73,11 @@ div.flot-text {
display: none; display: none;
} }
.panel-help-text {
margin-left: 10px;
display: none;
}
.panel-loading { .panel-loading {
position:absolute; position:absolute;
top: -3px; top: -3px;