fix position of page title on login page (bug 801606)
This commit is contained in:
Родитель
91ee8fd28e
Коммит
8af18ee5cc
|
@ -79,10 +79,10 @@
|
|||
|
||||
// Adjusts more header title space next to the 'home' icon.
|
||||
body[data-page-type=notice] #site-header h1 {
|
||||
left: 36px;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
body.login[data-page-type=notice] #site-header h1 {
|
||||
body.login[data-page-type=notice] #site-header.no-consumer h1 {
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<header id="site-header" class="c">
|
||||
<header id="site-header" class="c{{ ' no-consumer' if not request.can_view_consumer }}">
|
||||
<section>
|
||||
<h1>{{ headertitle }}</h1>
|
||||
{% if request.can_view_consumer %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче