Style rename form, add upload window
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user