sign up UI details

This commit is contained in:
Liang Ding 2014-11-23 14:46:16 +08:00
parent 197385b414
commit c35371de1b
2 changed files with 22 additions and 5 deletions

View File

@ -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 */

View File

@ -17,7 +17,7 @@
<li><a href="https://github.com/b3log/wide" target="_blank">GitHub</a></li>
<li><a href="https://www.gitbook.io/book/88250/wide-user-guide" target="_blank">{{.i18n.help}}</a></li>
<li><a href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.report_issues}}</a></li>
<li><a href="/signup">{{.i18n.sign_up}}</a></li>
<li><a class="button" href="/signup">{{.i18n.sign_up}}</a></li>
</ul>
</div>
</div>