File Downloading

This commit is contained in:
2019-05-24 14:41:30 +05:30
parent 464c6c1c3f
commit a87092d3e8
5 changed files with 52 additions and 17 deletions

View File

@@ -65,9 +65,9 @@ body{
background-color:aliceblue;
z-index:2;
padding:0.5rem;
height: 1.5rem;
height: 2rem;
width:100%;
font-size:1.5em;
}
.nav-bottom-button-container{
width:100%;
@@ -94,6 +94,14 @@ body{
margin-top:0.5rem;
}
.icon-tabs{
float:right;
padding-right:1em;
}
.icon-tabs .file-download-button,.icon-tabs .file-rename-button{
margin-left:0.5em;
}
table#files-details{
width:100%;
}