From 6ef0f2830f7444eb555438e5662b3d29b2abcfb3 Mon Sep 17 00:00:00 2001 From: Mika Caldera Date: Wed, 10 Sep 2014 09:32:26 -0400 Subject: [PATCH] Trying to sync up to master. Remote syncing master and upstream --- css/titlebar.css | 4 ++++ sass/titlebar.scss | 5 ++++- style.css | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/css/titlebar.css b/css/titlebar.css index bf3bc85..4fa9892 100644 --- a/css/titlebar.css +++ b/css/titlebar.css @@ -73,3 +73,7 @@ #site-title .searchform .form-group .form-control { width: 150px; } + +.lte7.form-control { + width: 20px; +} diff --git a/sass/titlebar.scss b/sass/titlebar.scss index e1f251f..886d6ae 100644 --- a/sass/titlebar.scss +++ b/sass/titlebar.scss @@ -67,6 +67,9 @@ width:150px; } } - } } +// IE Fixes +.lte7.form-control { + width:20px; +} diff --git a/style.css b/style.css index 38ab0e4..652cf22 100644 --- a/style.css +++ b/style.css @@ -6809,6 +6809,10 @@ button.close { width: 150px; } +.lte7.form-control { + width: 20px; +} + /* NAV --------------------------------------------------------------*/ #nav-secondary {