Changed the style of non-<input> buttons
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
parent
121f6a110c
commit
f782c28678
@ -1,7 +1,7 @@
|
|||||||
{# vim: ft=htmljinja
|
{# vim: ft=htmljinja
|
||||||
#}
|
#}
|
||||||
<div id="esemenyek-gomb">
|
<div id="esemenyek-gomb">
|
||||||
<span id="esemeny-mutato">[események gomb]</span>
|
<span id="esemeny-mutato" class="gomb">[események gomb]</span>
|
||||||
<div id="esemeny-box">
|
<div id="esemeny-box">
|
||||||
<div id="esemeny-belso">
|
<div id="esemeny-belso">
|
||||||
<p class="honap">{{ firstDay|date('Y-m') }}</p>
|
<p class="honap">{{ firstDay|date('Y-m') }}</p>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{# vim: ft=htmljinja
|
{# vim: ft=htmljinja
|
||||||
#}
|
#}
|
||||||
<div id="login-gomb">
|
<div id="login-gomb">
|
||||||
<span id="login-mutato">Bejelentkezés</span>
|
<span id="login-mutato" class="gomb">Bejelentkezés</span>
|
||||||
<div id="login-box">
|
<div id="login-box">
|
||||||
<div id="login-belso">
|
<div id="login-belso">
|
||||||
<form method="post" action="{{ path('KekRozsakSecurityBundle_login_check') }}">
|
<form method="post" action="{{ path('KekRozsakSecurityBundle_login_check') }}">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{# vim: ft=htmljinja
|
{# vim: ft=htmljinja
|
||||||
#}
|
#}
|
||||||
<div id="profil-gomb">
|
<div id="profil-gomb">
|
||||||
<span id="profil-mutato">[avatar] {{ app.user.displayName }}</span>
|
<span id="profil-mutato" class="gomb">[avatar] {{ app.user.displayName }}</span>
|
||||||
<div id="profil-box">
|
<div id="profil-box">
|
||||||
<div id="profil-belso">
|
<div id="profil-belso">
|
||||||
[avatar]
|
[avatar]
|
||||||
|
@ -35,15 +35,17 @@
|
|||||||
{% include ':Box:UserProfile.html.twig' %}
|
{% include ':Box:UserProfile.html.twig' %}
|
||||||
{% include ':Box:Events.html.twig' %}
|
{% include ':Box:Events.html.twig' %}
|
||||||
<div id="konyvtar-gomb">
|
<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>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include ':Box:Login.html.twig' %}
|
{% include ':Box:Login.html.twig' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{#
|
||||||
<div id="search-box">
|
<div id="search-box">
|
||||||
<input type="text" />
|
<input type="text" />
|
||||||
<button type="submit">Keresés</button>
|
<button type="submit">Keresés</button>
|
||||||
</div>
|
</div>
|
||||||
|
#}
|
||||||
</div>
|
</div>
|
||||||
<div id="top-line-padding"></div>
|
<div id="top-line-padding"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -465,5 +465,15 @@ td.uj-post p .kuldes-gomb {
|
|||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
color: black;
|
color: black;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#top-line .gomb {
|
||||||
|
background-color: transparent;
|
||||||
|
color: #c4d3ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gomb a {
|
||||||
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user