File listing UI

This commit is contained in:
danbulant 2019-06-23 13:04:30 +02:00
parent 22530a5e5f
commit 8eecf1cf4d
2 changed files with 25 additions and 1 deletions

2
html/styles.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -166,6 +166,30 @@ html {
}
}
}
#files-view {
ul {
width: calc(100% + 15px);
overflow-x: hidden;
list-style-type: none;
padding-left: 0;
margin: 0;
margin-left: -15px; //realy left
li {
vertical-align: middle;
padding-top: 11px;
padding-left: 15px;
height: 36px;
background: rgba(255,255,255,0.2);
}
.selected {
background: rgba(255,255,255,0.6);
}
:nth-child(odd){
background: rgba(255,255,255,0.4);
}
}
}
}
/*
* Information panel, marked as 'nav'