Skip to content
Snippets Groups Projects
Commit dc5e0269 authored by Pravin Gaikwad's avatar Pravin Gaikwad Committed by Vishal Khode
Browse files

Issue #3384756: Acquia Claro colors hides profile name on install page

parent a79a235b
Branches 1.0.x
Tags 1.0.1
1 merge request!3Update page title color on install page.
......@@ -32,14 +32,10 @@ select:hover {
line-height: 1;
}
@media all and (min-width: 48em) { /* 768px */
.banner-title-img {
margin-left: 50px;
}
.powered-by {
margin-left: 53px;
.install-page .banner-title-img .page-title{
padding-bottom: 5px;
}
}
@media screen and (max-width: 600px) {
.form-actions input,
.form-wrapper input[type="submit"] {
......
......@@ -19,7 +19,8 @@
<img src="{{ install_page_logo_path }}">
{% endif %}
<h1 class="page-title">
{{ site_name }}<span class="site-version">{{ site_version }}</span>
{{ site_name }}
{% if site_version != drupal_core_version %}<span class="site-version">{{ site_version }}</span>{% endif %}
</h1>
</div>
{% if site_version %}
......@@ -38,7 +39,7 @@
{# /.layout-sidebar-first #}
{% endif %}
<main role="main">
<main role="main" class="main-content">
{% if title %}
<h2 class="heading-a">{{ title }}</h2>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment