diff --git a/cache.manifest b/cache.manifest index 76c7d888..410f7995 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v32 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/bootstrap.js js/config.js js/custo.github.js js/gdrive.js js/jgrowl.js js/jquery.js js/jquery-ui.js js/layout.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/require.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * +CACHE MANIFEST # v32 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/bootstrap.js js/config.js js/custo.github.js js/dropbox.js js/gdrive.js js/jgrowl.js js/jquery.js js/jquery-ui.js js/layout.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/require.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * diff --git a/css/main.css b/css/main.css index 619574d0..c35b3684 100644 --- a/css/main.css +++ b/css/main.css @@ -9,7 +9,7 @@ body { cursor: progress; } -.btn { +.btn, .dropdown-menu { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -35,6 +35,7 @@ div, span, a, ul, li, textarea, input, button { .dropdown-menu { border: 1px solid #e2e2e2 !important; + text-align: left; } .input-prepend input, @@ -80,11 +81,10 @@ input.error { } .btn-primary { - background-color: #777; + background-color: #777; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], .input-append .add-on { - cursor: not-allowed; background-color: #f5f5f5; } @@ -93,8 +93,10 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], select[r .btn-primary:active, .btn-primary.active, .btn-primary.disabled, -.btn-primary[disabled] { - background-color: #888; +.btn-primary[disabled], +.btn-group.open .btn.btn-primary.dropdown-toggle { + color: #fff; + background-color: #888; } .btn-group { diff --git a/dropbox-oauth-receiver.html b/dropbox-oauth-receiver.html new file mode 100644 index 00000000..a0dac02a --- /dev/null +++ b/dropbox-oauth-receiver.html @@ -0,0 +1,11 @@ + + +
+ + + + + + \ No newline at end of file diff --git a/index.html b/index.html index d5eed9f0..f4bba471 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,9 @@ + + + @@ -47,18 +50,18 @@