From 835ec4da5ae5d4315f449532c127dd0c96180b51 Mon Sep 17 00:00:00 2001 From: benweet Date: Sun, 16 Jun 2013 19:29:54 +0100 Subject: [PATCH] Import files from disk --- css/default.css | 14 ++++++--- index.html | 36 +++++++++++++++--------- js/classes/AsyncTask.js | 13 ++++----- js/extensions/dialogAbout.js | 1 + js/extensions/dialogManagePublication.js | 2 +- js/extensions/dialogOpenHarddrive.js | 18 ++++++++++-- js/extensions/googleAnalytics.js | 26 ++++++++++++----- js/html/dialogAbout.html | 6 ++-- js/synchronizer.js | 2 ++ js/utils.js | 33 ++++++++++++++++++++-- 10 files changed, 111 insertions(+), 40 deletions(-) diff --git a/css/default.css b/css/default.css index 56882856..2ca71459 100644 --- a/css/default.css +++ b/css/default.css @@ -124,7 +124,7 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #333333; background-color: #ddd; opacity: 0.3; - filter: alpha(opacity = 30); + filter: alpha(opacity = 30); } .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus @@ -619,9 +619,9 @@ blockquote p { } input[type="file"] { - line-height: inherit; - height: inherit; - border: none !important; + line-height: inherit; + height: inherit; + border: none !important; } .drop-zone { @@ -635,6 +635,12 @@ input[type="file"] { color: #bbb; } +#modal-import-harddrive-html textarea { + width: 500px; + max-width: 500px; + height: 100px; +} + #md-section-helper { position: absolute; top: -100px; diff --git a/index.html b/index.html index 7e88f5f2..2a4e280c 100644 --- a/index.html +++ b/index.html @@ -71,11 +71,12 @@ class="icon-hdd"> Open from...