mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 12:15:34 +00:00
making changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user