Change the create_poll radio aligment.
- Update composer.lock by the way .
This commit is contained in:
parent
d73ca37f5c
commit
c34e34d728
2
composer.lock
generated
2
composer.lock
generated
@ -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
3
css/app/create_poll.css
Normal file
@ -0,0 +1,3 @@
|
||||
.form-horizontal .radio label {
|
||||
width: 100%;
|
||||
}
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user