diff --git a/app/Resources/views/Box/Events.html.twig b/app/Resources/views/Box/Events.html.twig index b611451..419b41f 100644 --- a/app/Resources/views/Box/Events.html.twig +++ b/app/Resources/views/Box/Events.html.twig @@ -1,7 +1,7 @@ {# vim: ft=htmljinja #}
- [események gomb] + [események gomb]

{{ firstDay|date('Y-m') }}

diff --git a/app/Resources/views/Box/Login.html.twig b/app/Resources/views/Box/Login.html.twig index 92ddaf7..349fb58 100644 --- a/app/Resources/views/Box/Login.html.twig +++ b/app/Resources/views/Box/Login.html.twig @@ -1,7 +1,7 @@ {# vim: ft=htmljinja #}
- Bejelentkezés + Bejelentkezés
diff --git a/app/Resources/views/Box/UserProfile.html.twig b/app/Resources/views/Box/UserProfile.html.twig index a164d67..75a858c 100644 --- a/app/Resources/views/Box/UserProfile.html.twig +++ b/app/Resources/views/Box/UserProfile.html.twig @@ -1,7 +1,7 @@ {# vim: ft=htmljinja #}
- [avatar] {{ app.user.displayName }} + [avatar] {{ app.user.displayName }}
[avatar] diff --git a/app/Resources/views/main_template.html.twig b/app/Resources/views/main_template.html.twig index 362cea4..5f08c12 100644 --- a/app/Resources/views/main_template.html.twig +++ b/app/Resources/views/main_template.html.twig @@ -35,15 +35,17 @@ {% include ':Box:UserProfile.html.twig' %} {% include ':Box:Events.html.twig' %} {% else %} {% include ':Box:Login.html.twig' %} {% endif %} +{# +#}
diff --git a/web/css/kekrozsak_front.css b/web/css/kekrozsak_front.css index 459b3c2..ccb6660 100644 --- a/web/css/kekrozsak_front.css +++ b/web/css/kekrozsak_front.css @@ -465,5 +465,15 @@ td.uj-post p .kuldes-gomb { background-color: #cccccc; color: black; white-space: nowrap; + cursor: pointer; +} + +#top-line .gomb { + background-color: transparent; + color: #c4d3ff; +} + +.gomb a { + color: inherit !important; }