aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorKana <[email protected]>2017-04-27 09:14:14 +0200
committerGitHub <[email protected]>2017-04-27 09:14:14 +0200
commitd2b4d20c36a37c95dba227367106c7e55a667e86 (patch)
treeca5111b938b7afc657e45a6095e111cb71c2c65e /public/css
parentKeep the bad guys out >:c (#36) (diff)
parentremoved all trailing spaces (I think) (diff)
downloadhost.fuwn.me-d2b4d20c36a37c95dba227367106c7e55a667e86.tar.xz
host.fuwn.me-d2b4d20c36a37c95dba227367106c7e55a667e86.zip
Merge pull request #32 from Onestay/onestay-dev
Added upload to album through website
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 729b3d4..ac3959d 100644
--- a/public/css/style.css
+++ b/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;
+}