mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 07:33:04 +08:00
Improve view of badges on experiment canvas [SCI-152]
This commit is contained in:
parent
ccc640f2bc
commit
620a989a2f
2 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -282,7 +282,9 @@ a {
|
|||
|
||||
.badge-indicator,
|
||||
.btn .badge-indicator {
|
||||
font-size: 9px;
|
||||
margin-left: -8px;
|
||||
padding: 3px 5px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue