added a bit of styling

This commit is contained in:
Onestay 2017-04-23 15:19:10 +02:00
parent 7d71546388
commit b9fd64c620
2 changed files with 6 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<a id="loginToUpload" href="/auth" class="button is-danger">Running in private mode. Log in to upload.</a>
<div class="field" id="albumDiv" style="display: none">
<label class="label">Album</label>
<p class="control">
<p class="control select-wrapper">
<span class="select">
<select>
<option value="">None</option>

View File

@ -105,3 +105,8 @@ section#dashboard .table { font-size: 12px }
section#dashboard div#table div.column { display:flex; width: 200px; height: 200px; margin: 9px; background: #f9f9f9; overflow: hidden; align-items: center; }
section#dashboard div#table div.column a { width: 100%; }
section#dashboard div#table div.column a img { width:200px; }
.select-wrapper {
text-align: center;
margin-bottom: 10px;
}