Fix small screen header on interior pages

This commit is contained in:
John Firebaugh 2013-11-11 14:56:33 -08:00
parent 1082d3a653
commit 0e80a84374
3 changed files with 21 additions and 17 deletions

View file

@ -1,20 +1,4 @@
/* Parameters */
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f4f4ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$green: #7ebc6f;
$grey: #CCC;
$red: red;
$lightgrey: #EEE;
$darkgrey: #AAA;
$hovercolor: 20%;
$headerHeight: 54px;
$sidebarWidth: 300px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;
@import "parameters";
/* Styles common to large and small screens */

View file

@ -0,0 +1,17 @@
/* Parameters */
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f4f4ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$green: #7ebc6f;
$grey: #CCC;
$red: red;
$lightgrey: #EEE;
$darkgrey: #AAA;
$hovercolor: 20%;
$headerHeight: 54px;
$sidebarWidth: 300px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;

View file

@ -1,3 +1,5 @@
@import "parameters";
/* Styles specific to a small screen, such as iPhone, Android, etc... */
input[type="submit"],
@ -23,6 +25,7 @@ nav.secondary {
header {
height: auto;
min-height: $headerHeight;
background: #fff;
h1 {