From 85528c92a946a757746e8538b59e39c08b5ffc7d Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Wed, 10 Apr 2013 19:14:59 +0100 Subject: [PATCH] Publish support --- css/main.css | 7 +- index.html | 181 ++++++++++++++------------- js/async-runner.js | 34 +++--- js/config.js | 12 +- js/core.js | 113 ++++++++++++++--- js/dropbox-helper.js | 6 +- js/file-manager.js | 204 ++++++++++++++----------------- js/google-helper.js | 6 +- js/main.js | 5 +- js/publisher.js | 35 +++--- js/synchronizer.js | 284 ++++++++++++++++++++++++------------------- 11 files changed, 502 insertions(+), 385 deletions(-) diff --git a/css/main.css b/css/main.css index 29e6d16b..6d8f52c3 100644 --- a/css/main.css +++ b/css/main.css @@ -29,7 +29,7 @@ div, span, a, ul, li, textarea, input, button { text-shadow: none !important; } -.btn, .navbar-inner, .ui-layout-east, .ui-layout-south, textarea, input, .add-on { +.btn, .navbar-inner, .ui-layout-east, .ui-layout-south, textarea, .add-on { border: none !important; } @@ -38,10 +38,9 @@ div, span, a, ul, li, textarea, input, button { text-align: left; } -.input-prepend input, +input, .input-prepend .btn, -.input-prepend .add-on - { +.input-prepend .add-on { border: 1px solid #ebebeb !important; } diff --git a/index.html b/index.html index 2b58c763..0a6b6045 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,10 @@ - - + + @@ -23,10 +25,10 @@
  • + +
  • - -
  • - Manage publication
  • -
  • + +
  • + Manage publication
  • +
  • Settings
  • @@ -256,55 +258,47 @@ - - - +