Show if a pad has been renamed in the drive

This commit is contained in:
yflory
2017-09-12 10:32:40 +02:00
parent 5a4836fe6d
commit 0f9da69185
2 changed files with 36 additions and 8 deletions

View File

@@ -495,6 +495,15 @@ span {
width: 100%;
margin-top: 5px;
}
.state {
position: absolute;
top: 3px;
right: 3px;
.fa {
margin:0;
font-size: 18px;
}
}
}
.listElement {
display: none;
@@ -566,7 +575,12 @@ span {
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
&.icon {
&.state {
.fa:not(:last-child) {
margin-right: 5px;
}
}
&.icon, &.state {
width: 30px;
}
&.type, &.atime, &.ctime {