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; }