Change the create_poll radio aligment.

- Update composer.lock by the way
.
This commit is contained in:
Antonin 2015-04-13 11:18:09 +02:00
parent d73ca37f5c
commit c34e34d728
3 changed files with 5 additions and 1 deletions

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "4771fa2616869cff821e2bf1daa6245c",
"hash": "35bdfd24b481ad94a99b6fd67499aba9",
"packages": [
{
"name": "o80/i18n",

3
css/app/create_poll.css Normal file
View File

@ -0,0 +1,3 @@
.form-horizontal .radio label {
width: 100%;
}

View File

@ -2,6 +2,7 @@
{block name="header"}
<script src="{"js/app/create_poll.js"|resource}" type="text/javascript"></script>
<link rel="stylesheet" href="{"css/app/create_poll.css"|resource}">
{/block}
{block name=main}