diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-02-05 17:28:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-02-05 17:28:17 (GMT) |
commit | 5a577416e669d3ae8d4f26947367a08540bc9a03 (patch) | |
tree | 671890463ae0ff8bcb6db66e666ea787f7d85f62 /www/styles | |
parent | fa705183cfc9c2af1a4e7c09e3e34251435635c0 (diff) |
make jingle view great again
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/jingles.css | 5 | ||||
-rw-r--r-- | www/styles/main-style.css | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/www/styles/jingles.css b/www/styles/jingles.css index 8fb1f55..1dc50c1 100644 --- a/www/styles/jingles.css +++ b/www/styles/jingles.css @@ -23,3 +23,8 @@ #app-jingles .group { margin-bottom: 40px; } + +#app-jingles table .btn { + margin-top: 0.3em; + margin-left: 0.6em; +} diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 17925fb..8a4793f 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -93,3 +93,7 @@ body { #uploadModal div.modal-body form div.dz-preview { display: none; } + +.text-center { + text-align: center; +} |