diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index bed4e11..d373381 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -5881,6 +5881,13 @@ button.close { white-space: pre-wrap; min-width: 250px; } +#drop-multi .visible-xs-block .search { + width: 200px; + display: inline-block; } + +#drop-multi .visible-xs-block .btn-default { + margin-top: -3px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7806,6 +7813,13 @@ a.btn { .table-responsive table img { min-width: 100px; } } +/*-------------------------------------------------------------- +10.9 A-Z Search +--------------------------------------------------------------*/ +#azFilterInput { + margin-top: 10px; + width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ diff --git a/css/hale2015-green.css b/css/hale2015-green.css index d347de2..ad16e46 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -5881,6 +5881,13 @@ button.close { white-space: pre-wrap; min-width: 250px; } +#drop-multi .visible-xs-block .search { + width: 200px; + display: inline-block; } + +#drop-multi .visible-xs-block .btn-default { + margin-top: -3px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7806,6 +7813,13 @@ a.btn { .table-responsive table img { min-width: 100px; } } +/*-------------------------------------------------------------- +10.9 A-Z Search +--------------------------------------------------------------*/ +#azFilterInput { + margin-top: 10px; + width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index 9c376b9..054081f 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -5881,6 +5881,13 @@ button.close { white-space: pre-wrap; min-width: 250px; } +#drop-multi .visible-xs-block .search { + width: 200px; + display: inline-block; } + +#drop-multi .visible-xs-block .btn-default { + margin-top: -3px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7806,6 +7813,13 @@ a.btn { .table-responsive table img { min-width: 100px; } } +/*-------------------------------------------------------------- +10.9 A-Z Search +--------------------------------------------------------------*/ +#azFilterInput { + margin-top: 10px; + width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index 092a6ac..ae09ac7 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -5881,6 +5881,13 @@ button.close { white-space: pre-wrap; min-width: 250px; } +#drop-multi .visible-xs-block .search { + width: 200px; + display: inline-block; } + +#drop-multi .visible-xs-block .btn-default { + margin-top: -3px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7806,6 +7813,13 @@ a.btn { .table-responsive table img { min-width: 100px; } } +/*-------------------------------------------------------------- +10.9 A-Z Search +--------------------------------------------------------------*/ +#azFilterInput { + margin-top: 10px; + width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 6b60a1f..b3b7fb4 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -5881,6 +5881,13 @@ button.close { white-space: pre-wrap; min-width: 250px; } +#drop-multi .visible-xs-block .search { + width: 200px; + display: inline-block; } + +#drop-multi .visible-xs-block .btn-default { + margin-top: -3px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7806,6 +7813,13 @@ a.btn { .table-responsive table img { min-width: 100px; } } +/*-------------------------------------------------------------- +10.9 A-Z Search +--------------------------------------------------------------*/ +#azFilterInput { + margin-top: 10px; + width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ diff --git a/prepros-6.config b/prepros-6.config index f685a40..0897511 100644 --- a/prepros-6.config +++ b/prepros-6.config @@ -584,7 +584,7 @@ } ], "projectView": { - "selectedView": "file-tree" + "selectedView": "log" }, "fileWatcher": { "enabled": true, diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 365c801..2e37d29 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -22,14 +22,14 @@ $btn-primary-border: darken($brand-primary, 15%) !default; $btn-success-border: darken($brand-success, 15%) !default; $btn-info-border: darken($brand-info, 15%) !default; $btn-warning-border: darken($brand-warning, 15%) !default; -$btn-danger-border: darken($brand-danger, 15%) !default; +$btn-danger-border: darken($brand-danger, 15%) !default; //== Cornerstone Vars -$nav-secondary-pills-active-link-hover-bg:$nav-color-base; +$nav-secondary-pills-active-link-hover-bg:$nav-color-base; $content-padding: 3em 8em; $widget-head-size: 13px; @@ -38,7 +38,7 @@ $widget-border-color: #e0e0e0; $widget-margin: 0 0 30px 0; $footers-link-color: #707070; -$footers-link-hover: $brand-primary; +$footers-link-hover: $brand-primary; // imports bootsrtap, and all of cornerstone sass