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

View file

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

View file

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