studio - page headers: added in logic to style page actions' height based on title having a subtitle or not

This commit is contained in:
Brian Talbot
2013-02-14 09:38:32 -05:00
parent 41dc655cce
commit 6ade6983ae
11 changed files with 19 additions and 11 deletions

View File

@@ -133,7 +133,7 @@ h1 {
.nav-actions {
position: relative;
bottom: -($baseline*1.5);
bottom: -($baseline*0.75);
float: right;
width: flex-grid(4,12);
text-align: right;
@@ -164,6 +164,14 @@ h1 {
}
}
}
// layout with actions
&.has-subtitle {
.nav-actions {
bottom: -($baseline*1.5);
}
}
}
// page metadata/action bar