From 6f69c07a71b1451d8997d55ec44a5fdb3e684799 Mon Sep 17 00:00:00 2001 From: benweet Date: Wed, 27 Mar 2013 15:28:31 +0000 Subject: [PATCH] Add settings panel --- css/main.css | 2 - index.html | 45 ++++++++++++++-- js/main.js | 147 ++++++++++++++++++++++++++++++++------------------- 3 files changed, 134 insertions(+), 60 deletions(-) diff --git a/css/main.css b/css/main.css index 71159ea9..b8c82ede 100644 --- a/css/main.css +++ b/css/main.css @@ -20,13 +20,11 @@ body { } #wmd-input { - left: 20px; font-family: "Courier New", Courier, monospace; resize: none; } #wmd-preview { - left: 50%; overflow: auto; } diff --git a/index.html b/index.html index 948b463b..e0519c9d 100644 --- a/index.html +++ b/index.html @@ -53,8 +53,8 @@ href="javascript:void(0);" title="Create a local file"> + @@ -67,10 +67,15 @@ file
  • - Remove file
  • + data-target="#modal-remove-file-confirm"> Remove file
  • Link with Google Drive
  • +
  • +
  • + Settings