file list ui

This commit is contained in:
Daniela Arcese 2017-06-02 16:56:32 -04:00
parent cc0ece20de
commit d7e4077640
3 changed files with 143 additions and 101 deletions

View file

@ -1,4 +1,6 @@
/*** index.html ***/
/** page-one **/
body {
font-family: 'Fira Sans';
font-weight: 300;
@ -64,3 +66,26 @@ form{
width: 45px;
float: right;
}
/** file-list **/
th{
font-size: 10px;
color: #737373;
font-weight: normal;
text-align: left;
}
td{
font-size: 12px;
vertical-align: top;
}
#uploaded-files{
width: 472px;
margin: 10px auto ;
float: top;
table-layout: fixed;
overflow-y: scroll;
}
#file-list{
overflow-y: scroll;
height: 90px;
}