mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 17:22:03 +00:00
styled the register page to show the messages for tempaltes/shared
correctly i.e.: http://localhost:3000/register?zipUrl=%2Ftemplates%2F52fb89a333621a613683ec95%2Fv%2F1%2Fzip&templateName=thebibliography&compiler=pdflatex&redir=%2Fproject%2Fnew%2Ftemplate and http://localhost:3000/register?project_name=cc&user_first_name=myname&new_email=henry.oswald%2B1%40gmail.com&r=9f5572a4&rs=ci&redir=%2Fproject%2F53c8ec05ae21f58877ded489
This commit is contained in:
parent
535a3c67cd
commit
8a068cf9a0
2 changed files with 5 additions and 0 deletions
4
services/web/public/stylesheets/app/register.less
Normal file
4
services/web/public/stylesheets/app/register.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
.registration_message {
|
||||
text-align:center;
|
||||
padding-bottom: 20px;
|
||||
}
|
|
@ -61,3 +61,4 @@
|
|||
@import "app/plans.less";
|
||||
@import "app/recurly.less";
|
||||
@import "app/bonus.less";
|
||||
@import "app/register.less";
|
||||
|
|
Loading…
Reference in a new issue