Path in list view #16

This commit is contained in:
2019-12-28 13:53:31 -05:00
parent 80708ca636
commit 0d06d39281
5 changed files with 62 additions and 9 deletions

View File

@@ -2,6 +2,23 @@
outline: 0;
}
.path-row {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.tag-container {
margin-left: 0.3rem;
}
.path-line {
color: #BBB;
text-overflow: ellipsis;
overflow: hidden;
}
a {
color: #00BCD4;
}
@@ -24,7 +41,11 @@ body {
}
.sub-document {
background: #37474F;
background: #37474F !important;
}
.list-group-item.sub-document {
border-top: 1px solid #646464 !important;
}
.sub-document .text-muted {
@@ -112,6 +133,7 @@ body {
}
.file-title {
width: 100%;
font-size: 10pt;
white-space: nowrap;
text-overflow: ellipsis;

View File

@@ -2,6 +2,23 @@
outline: 0;
}
.path-row {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.tag-container {
margin-left: 0.3rem;
}
.path-line {
color: #444;
text-overflow: ellipsis;
overflow: hidden;
}
body {
overflow-y: scroll;
}
@@ -16,7 +33,7 @@ body {
}
.sub-document {
background: #AB47BC1F;
background: #AB47BC1F !important;
}
.navbar-brand {
@@ -82,6 +99,7 @@ body {
}
.file-title {
width: 100%;
font-size: 10pt;
white-space: nowrap;
text-overflow: ellipsis;