mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Change default thumbnail size
Change text color in the upload panel
This commit is contained in:
parent
ad547c4ccf
commit
33f475e828
5 changed files with 7 additions and 16 deletions
|
@ -91,12 +91,7 @@
|
|||
</div>
|
||||
|
||||
<div class="image-fullscreen" onclick="imageFullscreenOff()">
|
||||
<img
|
||||
src=""
|
||||
alt="{{ image.post_alt }}"
|
||||
onload="imgFade(this);"
|
||||
style="opacity:0;"
|
||||
/>
|
||||
<img src="" alt="{{ image.post_alt }}"/>
|
||||
</div>
|
||||
|
||||
<div class="image-grid">
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
<input class="input-block" type="text" placeholder="alt" id="alt"/>
|
||||
<input class="input-block" type="text" placeholder="description" id="description"/>
|
||||
<input class="input-block" type="text" placeholder="tags" id="tags"/>
|
||||
<button class="btn-block primary" type="submit">Upload</button>
|
||||
<button class="btn-block" type="submit">Upload</button>
|
||||
</form>
|
||||
<div class="upload-jobs"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue