]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/import.html
Add classes to default template to avoid using IDs in SCSS
[github/shaarli/Shaarli.git] / tpl / default / import.html
index 000a50ac3d069ee9223f345faf4d0a9fc1170dd4..bdc9086e304e1fbaf1e9accf58617e34be5a974d 100644 (file)
@@ -15,7 +15,7 @@
       </div>
 
       <input type="hidden" name="token" value="{$token}">
-      <div class="center" id="import-field">
+      <div class="center import-field-container" id="import-field">
         <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}">
         <input type="file" name="filetoupload">
         <p><br>{'Maximum size allowed:'|t} <strong>{$maxfilesizeHuman}</strong></p>