mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	use small buttons.
This commit is contained in:
		@@ -93,7 +93,7 @@
 | 
				
			|||||||
          <tr>
 | 
					          <tr>
 | 
				
			||||||
            <td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
 | 
					            <td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
 | 
				
			||||||
            <td id="input-{{ input.id }}-download">
 | 
					            <td id="input-{{ input.id }}-download">
 | 
				
			||||||
              <a class="waves-effect waves-light btn" download href="{{ url_for('jobs.download_job_input', job_id=job.id, job_input_id=input.id) }}">
 | 
					              <a class="waves-effect waves-light btn-small" download href="{{ url_for('jobs.download_job_input', job_id=job.id, job_input_id=input.id) }}">
 | 
				
			||||||
                <i class="material-icons">file_download</i>
 | 
					                <i class="material-icons">file_download</i>
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </td>
 | 
					            </td>
 | 
				
			||||||
@@ -121,7 +121,7 @@
 | 
				
			|||||||
          <tr>
 | 
					          <tr>
 | 
				
			||||||
            <td>AIO-Bundle</td>
 | 
					            <td>AIO-Bundle</td>
 | 
				
			||||||
            <td>
 | 
					            <td>
 | 
				
			||||||
              <a class="waves-effect waves-light btn" download href="">
 | 
					              <a class="waves-effect waves-light btn-small" download href="">
 | 
				
			||||||
                <i class="material-icons">file_download</i>
 | 
					                <i class="material-icons">file_download</i>
 | 
				
			||||||
              </a>
 | 
					              </a>
 | 
				
			||||||
            </td>
 | 
					            </td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user