Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/registrations/new.haml')
-rw-r--r--app/views/registrations/new.haml15
1 files changed, 7 insertions, 8 deletions
diff --git a/app/views/registrations/new.haml b/app/views/registrations/new.haml
index 96f9c2733..bf034f9da 100644
--- a/app/views/registrations/new.haml
+++ b/app/views/registrations/new.haml
@@ -1,12 +1,11 @@
#registration
.container
.row
- .col-md-10.offset1
- .col-md-7.hidden-phone
- %h1.ball
- .col-md-5.v-center
- .content.text-center
- %h2#pod-name
- = AppConfig.settings.pod_name
+ .col-sm-6.hidden-xs
+ .ball
+ .col-sm-6.col-xs-12.v-center
+ .content.text-center
+ %h1#pod-name
+ = AppConfig.settings.pod_name
- = render partial: "form", locals: {mobile: false}
+ = render partial: "form", locals: {mobile: false}