mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
added a bit of styling
This commit is contained in:
parent
7d71546388
commit
b9fd64c620
@ -57,7 +57,7 @@
|
|||||||
<a id="loginToUpload" href="/auth" class="button is-danger">Running in private mode. Log in to upload.</a>
|
<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">
|
<div class="field" id="albumDiv" style="display: none">
|
||||||
<label class="label">Album</label>
|
<label class="label">Album</label>
|
||||||
<p class="control">
|
<p class="control select-wrapper">
|
||||||
<span class="select">
|
<span class="select">
|
||||||
<select>
|
<select>
|
||||||
<option value="">None</option>
|
<option value="">None</option>
|
||||||
|
@ -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 { 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 { width: 100%; }
|
||||||
section#dashboard div#table div.column a img { width:200px; }
|
section#dashboard div#table div.column a img { width:200px; }
|
||||||
|
|
||||||
|
.select-wrapper {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user