From e22a95d0179af307863035506144fda482d5979a Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 15 Jan 2012 14:25:47 +0100 Subject: [PATCH] Allow for setting the type of entered/pasted text in the add dialog --- public/index.html | 25 ++++++++++++++++++++++++- public/stylesheets/style.css | 4 ++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 9f00ee8..34d2fbe 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,30 @@

Plemp it!

-

Scribble something below:

+

Scribble something below: + +

… or upload a file: diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 44257d8..63020b4 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -52,6 +52,10 @@ pre { position: relative; } +#add_dialog #type { + float: right; +} + .left { text-align: left; } .right { text-align: right; }