Changed the style of non-<input> buttons

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-09 17:53:55 +02:00
parent 121f6a110c
commit f782c28678
5 changed files with 16 additions and 4 deletions

View File

@@ -35,15 +35,17 @@
{% include ':Box:UserProfile.html.twig' %}
{% include ':Box:Events.html.twig' %}
<div id="konyvtar-gomb">
<a href="{{ path('KekRozsakFrontBundle_bookList') }}">[könyvtár gomb]</a>
<span class="gomb"><a href="{{ path('KekRozsakFrontBundle_bookList') }}">[könyvtár gomb]</a></span>
</div>
{% else %}
{% include ':Box:Login.html.twig' %}
{% endif %}
{#
<div id="search-box">
<input type="text" />
<button type="submit">Keresés</button>
</div>
#}
</div>
<div id="top-line-padding"></div>
</div>