Style rename form, add upload window

This commit is contained in:
2019-05-24 21:38:31 +05:30
parent ba8fe72160
commit 57a43aa643
3 changed files with 48 additions and 2 deletions

View File

@@ -11,6 +11,24 @@ body{
background-color: rgba(0,0,0,0.25);
z-index:3;
}
.window-button{
float:right;
margin-left:0.25em;
}
input[type="text"]{
background: transparent;
border:1px gray solid;
width:5rem;
}
.window{
width:15rem;
background-color: whitesmoke;
padding:1em;
margin: auto;
margin-top:5em;
}
.hidden{
display: none;
}