fix position of page title on login page (bug 801606)

This commit is contained in:
Chris Van 2012-10-15 10:14:21 -07:00
Родитель 91ee8fd28e
Коммит 8af18ee5cc
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 %}