Replace Make Something text by the diaspora ball logo on registration page

Add ball.svg to /graphics
This commit is contained in:
flaburgan 2015-03-08 20:17:04 +01:00
parent ea58c95fa0
commit ef977a170f
4 changed files with 237 additions and 29 deletions

View file

@ -1,29 +1,25 @@
#registration { #registration {
& > .container-fluid { .ball {
margin-top: 5%; height: 633px;
max-width: 100%;
background: url("branding/ball.png") no-repeat;
background-size: contain;
} }
#create-something-text { .v-center {
font-size : 100px; display: table;
line-height : 100px; height: 633px;
}
#diaspora-hearts { .content {
font-size : 30px; display: table-cell;
margin-top : 0.2em; vertical-align: middle;
margin-bottom : 1em;
white-space : nowrap;
}
#pod-name { #pod-name {
text-align: center; text-align: center;
margin: 12px; margin: 12px;
font-size : 35px; font-size : 35px;
} }
}
#create-something-text,
#diaspora-hearts {
font-family : Roboto-Light;
} }
form { form {

View file

@ -3,12 +3,9 @@
.row-fluid .row-fluid
.span10.offset1 .span10.offset1
.span7.hidden-phone .span7.hidden-phone
%h1#create-something-text %h1.ball
= t('.hey_make').html_safe .span5.v-center
%h3#diaspora-hearts .content.text-center
= t('.diaspora')
.span5
.text-center
%h2#pod-name %h2#pod-name
= AppConfig.settings.pod_name = AppConfig.settings.pod_name

View file

@ -1041,8 +1041,6 @@ en:
enter_username: "Pick a username (only letters, numbers, and underscores)" enter_username: "Pick a username (only letters, numbers, and underscores)"
enter_password: "Enter a password (six character minimum)" enter_password: "Enter a password (six character minimum)"
enter_password_again: "Enter the same password as before" enter_password_again: "Enter the same password as before"
hey_make: "HEY,<br/>MAKE<br/>SOMETHING."
diaspora: "<3 diaspora*"
sign_up: "Sign up" sign_up: "Sign up"
email: "Email" email: "Email"
username: "Username" username: "Username"

217
graphics/ball.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 242 KiB