file list styles

This commit is contained in:
Mario Romano
2016-04-07 18:43:34 +01:00
parent 75911f8d9c
commit 52fec1dfa0
5 changed files with 102 additions and 68 deletions

View File

@@ -54,8 +54,8 @@
top: calc(50% - 8px);
}
ul { list-style-type: none; overflow: hidden; width:800px; margin:10px}
ul li div.text{ float:left; width: 400px;text-align: left;height: 55px }
ul { list-style-type: none; overflow: hidden; margin:10px}
ul li div.text{ float:left; text-align: left;height: 55px }
ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px}
ul li:hover { background: #eeeeee; height: 55px}
.file{
@@ -79,6 +79,14 @@
font-family: sans-serif;
}
.pull-right{
float: right;
}
.iron-list ul{
padding: 0px;
}
paper-dropdown-menu.custom {
overflow: visible;
--paper-input-container-label: {