making changes

This commit is contained in:
Daniela Arcese 2017-06-05 10:25:10 -04:00
parent 2668f22d8a
commit 532f3c31a4
4 changed files with 20 additions and 160 deletions

View file

@ -2,6 +2,7 @@
/** page-one **/
body {
background: url('resources/background.png');
font-family: 'Fira Sans';
font-weight: 300;
font-style: normal;
@ -81,7 +82,6 @@ td{
#uploaded-files{
width: 472px;
margin: 10px auto ;
float: top;
table-layout: fixed;
overflow-y: scroll;
}
@ -89,3 +89,9 @@ td{
overflow-y: scroll;
height: 90px;
}
.delete-btn{
padding: 0;
border: none;
background: none;
cursor: pointer;
}