Skip to content
Snippets Groups Projects
Commit 22079f58 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: decrease size

parent aafc56e7
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@
}
.fileupload-content .ui-progressbar {
width: 200px;
height: 20px;
width: 100px;
height: 10px;
}
.fileupload-content .ui-progressbar-value {
......@@ -67,13 +67,13 @@
}
.files {
margin: 10px 0;
margin: 1px 0;
border-collapse: collapse;
}
.files td {
padding: 5px;
border-spacing: 5px;
padding: 1px;
border-spacing: 1px;
}
.files img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment