Improve view of badges on experiment canvas [SCI-152]

This commit is contained in:
Oleksii Kriuchykhin 2017-05-09 14:07:23 +02:00
parent ccc640f2bc
commit 620a989a2f
2 changed files with 3 additions and 1 deletions

View file

@ -200,7 +200,7 @@ path, ._jsPlumb_endpoint {
cursor: pointer;
display: block;
position: absolute;
width: 294px;
width: 300px;
z-index: 5;
.panel-body .due-date-link {

View file

@ -282,7 +282,9 @@ a {
.badge-indicator,
.btn .badge-indicator {
font-size: 9px;
margin-left: -8px;
padding: 3px 5px;
top: 3px;
}