From b68bae4f42acd98441e3eb8301b92e2722e7c4a7 Mon Sep 17 00:00:00 2001 From: dennisdebel Date: Tue, 19 May 2015 23:10:22 +0200 Subject: [PATCH] added name field to photo ul page --- web/index.html | 2 ++ web/style.css | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/web/index.html b/web/index.html index 867e78b..48aec6a 100755 --- a/web/index.html +++ b/web/index.html @@ -44,6 +44,8 @@

+ +
diff --git a/web/style.css b/web/style.css index 2a56842..7abd281 100755 --- a/web/style.css +++ b/web/style.css @@ -219,6 +219,27 @@ margin:10px; } +#name{ + -webkit-appearance: none; + -moz-appearance: none; + + display: block; + outline:none; + width: 98%; + margin: 0 auto; + line-height: 40px; + border:none; + -webkit-border-radius: 13px; + -moz-border-radius: 13px; + border-radius: 13px; + font-family: inherit; + font-size: 20px; + + -moz-box-shadow:0 0 23px #bbb; + -webkit-box-shadow:0 0 23px #bbb; + box-shadow:0 0 23px #bbb; + +} #message-form .send-button { -webkit-appearance: none;