mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 20:47:15 +01:00
12 lines
250 B
CSS
12 lines
250 B
CSS
|
.chunked-file-upload-container table {
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
.chunked-file-upload-container table th,
|
||
|
.chunked-file-upload-container table td {
|
||
|
padding: 3px 6px;
|
||
|
}
|
||
|
|
||
|
.chunked-file-upload-container table .button {
|
||
|
display: inline-block;
|
||
|
}
|