Fixed word wrapping in registration form

This commit is contained in:
Marcin Kurczewski 2014-03-05 15:22:36 +01:00
parent fdb7d57cf0
commit f7837dc190
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@
max-width: 400px; max-width: 400px;
} }
#content form label { #content form.register label {
width: 35%; width: 12em;
} }
#content form p { #content form p {

View file

@ -9,7 +9,7 @@ CustomAssetViewDecorator::setSubTitle('registration form');
CustomAssetViewDecorator::addStylesheet('auth.css'); CustomAssetViewDecorator::addStylesheet('auth.css');
?> ?>
<form action="<?php echo \Chibi\UrlHelper::route('auth', 'register') ?>" class="auth" method="post"> <form action="<?php echo \Chibi\UrlHelper::route('auth', 'register') ?>" class="auth register" method="post">
<p>Registered users can view more content,<br/>upload files and add posts to favorites.</p> <p>Registered users can view more content,<br/>upload files and add posts to favorites.</p>
<div class="form-row"> <div class="form-row">