From b860eaffded6bb3ebea3d0dbd18a407a483d58fd Mon Sep 17 00:00:00 2001 From: benweet Date: Thu, 28 Mar 2013 22:00:11 +0000 Subject: [PATCH] Gdrive support --- css/main.css | 12 +++++ index.html | 32 ++++++------ js/gdrive.js | 6 ++- js/main.js | 139 +++++++++++++++++++++++++++++++++------------------ 4 files changed, 122 insertions(+), 67 deletions(-) diff --git a/css/main.css b/css/main.css index 8b0d570f..d643f0a0 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,11 @@ body { background-image: url(../img/honeycomb.png); background-repeat: repeat; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; } #navbar { @@ -64,6 +69,13 @@ body { font-weight: bold; } +.ui-layout-center,.ui-layout-east,.ui-layout-south { + -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important; + -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important; + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important; + border-color: #cccccc !important; +} + .icon-code { background-position: -384px -168px; } diff --git a/index.html b/index.html index 1e01934e..aa80113a 100644 --- a/index.html +++ b/index.html @@ -51,8 +51,8 @@
  •