mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
36 lines
544 B
CSS
Executable File
36 lines
544 B
CSS
Executable File
th.column-document,
|
|
td.field-document {
|
|
text-align: center;
|
|
}
|
|
|
|
td a.tag {
|
|
padding: 0 0.5em;
|
|
color: #ffffff;
|
|
border-radius: 0.2em;
|
|
margin: 1px;
|
|
display: inline-block;
|
|
}
|
|
|
|
#result_list th.column-note {
|
|
text-align: right;
|
|
}
|
|
#result_list td.field-note {
|
|
text-align: right;
|
|
}
|
|
#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;
|
|
} |