file list ui
This commit is contained in:
parent
cc0ece20de
commit
d7e4077640
3 changed files with 143 additions and 101 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue