From ec9d93e64ce29f75e9eb4f2c8ce59eb22cf35cdd Mon Sep 17 00:00:00 2001 From: benweet Date: Wed, 3 Apr 2013 23:52:29 +0100 Subject: [PATCH] Repaired sync down --- LICENSE.txt | 1 + css/main.css | 21 +++++- index.html | 170 ++++++++++++++++++++++++--------------------- js/config.js | 2 +- js/core.js | 24 +++++-- js/file-manager.js | 69 +++++++++++++----- js/gdrive.js | 5 +- 7 files changed, 187 insertions(+), 105 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 5f301101..ba52dcf0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -10,3 +10,4 @@ RequireJS - http://requirejs.org/ PageDown - https://code.google.com/p/pagedown/ UI Layout - http://layout.jquery-dev.net/ jGrowl - https://github.com/stanlemon/jGrowl/ +GLYPHICONS - http://glyphicons.com/ \ No newline at end of file diff --git a/css/main.css b/css/main.css index ed410ea3..e73c5d5d 100644 --- a/css/main.css +++ b/css/main.css @@ -5,6 +5,10 @@ body { background-color: #f5f5f5; } +.working { + cursor: progress; +} + .btn { -webkit-user-select: none; -moz-user-select: none; @@ -25,12 +29,23 @@ div, span, a, ul, li, textarea, input, button { text-shadow: none !important; } -.btn, .navbar-inner, .ui-layout-east, .ui-layout-south, textarea, input, .input-append .add-on { +.btn, .navbar-inner, .ui-layout-east, .ui-layout-south, textarea, input, .add-on { border: none !important; } -.border, .dropdown-menu { - border: 1px solid #ddd !important; +.dropdown-menu { + border: 1px solid #e2e2e2 !important; +} + +.input-prepend input, +.input-prepend .btn, +.input-prepend .add-on + { + border: 1px solid #ebebeb !important; +} + +input.error { + border-color: #ee5f5b !important; } .navbar-inner .btn { diff --git a/index.html b/index.html index 45de8e7a..85bafa3f 100644 --- a/index.html +++ b/index.html @@ -22,15 +22,15 @@
  • -