diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-09-01 15:42:13 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-09-01 15:42:13 (GMT) |
commit | f342a07588d6efd508b3210beb8198068209e619 (patch) | |
tree | 78b15468c274f29a1fdee59c7c193f56d7c89d37 /www/styles | |
parent | 26e5caf23fd968217516a691a898dcb205244c3b (diff) |
upload: add datepicker
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index af38c79..c01e238 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -88,20 +88,44 @@ body { font-size: 1.8em; } +#uploadModal div.modal-header { + border-bottom: none; + padding: 15px 0; +} + +#uploadModal div.modal-header .nav-tabs > li:first-child { + margin-left: 10px; +} + +#uploadModal div.modal-header .close { + margin-right: 15px; +} + #uploadModal div.modal-body { text-align: center; } +#uploadModal div.modal-body .upload-tabs .tab-archive, +#uploadModal div.modal-body .upload-tabs .tab-external { + display: none; +} + #uploadModal div.modal-body .drop { padding-left: 0; padding-right: 0; - width: 100%; + margin: 0 auto; + width: 250px; height: 250px; + cursor: pointer; background-image: url('../img/dz-backdrop.png'); background-repeat: no-repeat; background-position: center center; } +#uploadModal div.modal-body .datepicker { + margin: 0 auto; +} + #uploadModal div.modal-body .drop form input { display: none; } |