Document info modal #19

This commit is contained in:
2020-01-16 14:37:19 -05:00
parent d42129cfcb
commit 919f45c79c
12 changed files with 198 additions and 24 deletions

View File

@@ -2,6 +2,25 @@
outline: 0;
}
.info-icon {
width: 1rem;
margin-right: 0.2rem;
cursor: pointer;
color: #757575;
line-height: 1rem;
height: 1rem;
}
.info-icon:hover {
color: inherit;
}
.modal-title {
max-width: calc(100% - 2rem);
overflow: hidden;
text-overflow: ellipsis;
}
.path-row {
display: -ms-flexbox;
display: flex;
@@ -100,6 +119,8 @@ body {
.file-title {
width: 100%;
line-height: 1rem;
height: 1.1rem;
font-size: 10pt;
white-space: nowrap;
text-overflow: ellipsis;