File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
imixs-workflow-faces/src/main/resources/META-INF/resources/imixs/css Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11/* Fileupload control */
2- .imixsfileupload {}
2+ .imixsfileupload {
3+ display : flex;
4+ flex-wrap : wrap;
5+ align-items : center;
6+ gap : 15px ;
7+ }
38.imixsfileupload table {
49 width : 100% ;
510 border-collapse : collapse;
3439 bor der- radius: 4px;
3540 cursor : pointer;
3641 bor der- radius: 0;
42+ text- align: center;
43+ flex- grow: 1;
3744}
3845
3946.imixsfileupload input [type = "file" ] + label : hover {
4653 padding : 20px ;
4754 text-align : center;
4855 padding : 5px 40px ;
49- margin-left : 15px ;
5056 transition : border-color 0.3s ease;
57+ flex-grow : 1 ;
58+ min-width : 200px ;
5159 }
5260
5361.imixsfileupload .drop-area .highlight {
6068 margin : 0 ;
6169 }
6270
71+ .imixsfileupload-table {
72+ flex-grow : 1 ;
73+ flex-basis : 100% ;
74+ }
75+
6376.imixsfileupload .remove-link {
6477 cursor : pointer;
6578}
You can’t perform that action at this time.
0 commit comments