diff options
| author | Onestay <[email protected]> | 2017-04-23 15:19:10 +0200 |
|---|---|---|
| committer | Onestay <[email protected]> | 2017-04-23 15:19:10 +0200 |
| commit | b9fd64c620f1cd47ce2e2532c86a4dc0448e87eb (patch) | |
| tree | f66852d631e66357890ad4b9f11df4dd35808e66 /public | |
| parent | Add none option (diff) | |
| download | host.fuwn.me-b9fd64c620f1cd47ce2e2532c86a4dc0448e87eb.tar.xz host.fuwn.me-b9fd64c620f1cd47ce2e2532c86a4dc0448e87eb.zip | |
added a bit of styling
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/style.css | 5 |
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; +} |