mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Merge commit '3f4cd0c' into reapply-design-updates-pre-split
This commit is contained in:
parent
c73d5c6ecc
commit
4c46779974
2 changed files with 13 additions and 4 deletions
|
|
@ -390,7 +390,8 @@ header{
|
|||
float:left;
|
||||
margin-right:1em;
|
||||
width:50%;
|
||||
&:first-child{
|
||||
|
||||
.hasform &:first-child{
|
||||
padding-bottom:0.5em;
|
||||
float:none;
|
||||
}
|
||||
|
|
@ -748,7 +749,15 @@ footer, .logo{
|
|||
padding-bottom:0;
|
||||
float:left;
|
||||
}
|
||||
|
||||
}
|
||||
.col3{
|
||||
.col3();
|
||||
}
|
||||
.col6{
|
||||
.col6();
|
||||
}
|
||||
.col9{
|
||||
.col9();
|
||||
}
|
||||
}
|
||||
footer{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<header class="nice-padding {% if merged %}merged{% endif %} {% if tabbed %}tab-merged{% endif %}">
|
||||
<header class="nice-padding {% if merged %}merged{% endif %} {% if tabbed %}tab-merged{% endif %} {% if form %}hasform{% endif %}">
|
||||
<div class="row row-flush">
|
||||
<div class="left col6">
|
||||
<div class="left col{% if form %}6{% else %}9{% endif %}">
|
||||
<h1>{{ title }} <span>{{ subtitle }}</span></h1>
|
||||
</div>
|
||||
{% if form %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue