Merge pull request #603 from okriuchykhin/ok_SCI_152_v2

Improve view of badges on experiment canvas [SCI-152]
This commit is contained in:
okriuchykhin 2017-05-10 09:46:02 +02:00 committed by GitHub
commit f46c0dfaef
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;
}