css stuff

This commit is contained in:
Jonas Winkler
2018-07-16 14:39:09 +02:00
parent b138f4b52b
commit f21debe95d
2 changed files with 18 additions and 4 deletions

13
src/documents/static/paperless.css Normal file → Executable file
View File

@@ -20,4 +20,17 @@ td a.tag {
#result_list td textarea {
width: 90%;
height: 5em;
}
#change_form_twocolumn_parent {
display: flex;
}
#change_form_form_parent {
flex:50%;
margin-right: 10px;
}
#change_form_viewer_parent {
flex:50%;
margin-left: 10px;
text-align: center;
}