From c35371de1b66d47190f6f21e2bfdb5626a4379eb Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 23 Nov 2014 14:46:16 +0800 Subject: [PATCH] sign up UI details --- static/css/sign.css | 25 +++++++++++++++++++++---- views/login.html | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/static/css/sign.css b/static/css/sign.css index 651fefd..fb8eee8 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -93,12 +93,25 @@ font-size: 16px; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #60b044; - background-image: -webkit-linear-gradient(#8add6d, #60b044); background-image: linear-gradient(#8add6d, #60b044); - background-repeat: repeat-x; - border-color: #5ca941; + border: 1px solid #5ca941; padding: 10px; - margin-top: 20px; +} + +.button:hover { + background-color: #569e3d; + background-image: linear-gradient(#79d858, #569e3d); + border-color: #4a993e; +} + +.header .button { + color: #fff; + padding: 0 8px; + font-size: 13px; +} + +.header .button:hover { + color: #FFF; } #msg { @@ -144,4 +157,8 @@ .form.sign-up { margin-top: -71px; } + +#signUpBtn { + margin-top: 20px; +} /* end sign up */ \ No newline at end of file diff --git a/views/login.html b/views/login.html index c0a8d38..f184bc6 100644 --- a/views/login.html +++ b/views/login.html @@ -17,7 +17,7 @@
  • GitHub
  • {{.i18n.help}}
  • {{.i18n.report_issues}}
  • -
  • {{.i18n.sign_up}}
  • +
  • {{.i18n.sign_up}}