Browse Source

added a bit of styling

Onestay 7 years ago
parent
commit
b9fd64c620
2 changed files with 6 additions and 1 deletions
  1. 1 1
      pages/home.html
  2. 5 0
      public/css/style.css

+ 1 - 1
pages/home.html

@@ -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>

+ 5 - 0
public/css/style.css

@@ -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;
+}