From 00865074636b88ab9c683282163cd8110cc4fb23 Mon Sep 17 00:00:00 2001 From: Mika Caldera Date: Wed, 3 Sep 2014 12:50:35 -0400 Subject: [PATCH 1/2] iSearch bar Internet Explorer Fix Search bar in IE7 fix. --- 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 6494371..d614dfd 100644 --- a/style.css +++ b/style.css @@ -6809,6 +6809,10 @@ button.close { width: 150px; } +.lte7.form-control { + width: 20px; +} + /* NAV --------------------------------------------------------------*/ #nav-secondary { From 94086fb4928c6dcbbc7f56148100df9aff52804f Mon Sep 17 00:00:00 2001 From: Mika Caldera Date: Wed, 3 Sep 2014 13:27:22 -0400 Subject: [PATCH 2/2] Changes to User Profile Simple changes to Cornerstone User Profiles. --- css/uup.css | 9 +++++++++ sass/uup.scss | 10 +++++++--- style.css | 9 +++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/css/uup.css b/css/uup.css index 386876b..cb42e26 100644 --- a/css/uup.css +++ b/css/uup.css @@ -58,12 +58,21 @@ /* Profile Page */ +.uup-user { + padding: 1em; +} .uup-user > span { display: block; } +.uup-user .uup-image { + margin-bottom: 1em; +} .uup-user .uup-name { font-weight: bold; } .uup-user .uup-name .uup-first:after { content: ' '; } +.uup-user .uup-phones .uup-phone2 { + display: block; +} diff --git a/sass/uup.scss b/sass/uup.scss index a71f894..bab8815 100644 --- a/sass/uup.scss +++ b/sass/uup.scss @@ -100,10 +100,13 @@ Profile Page */ .uup-user { + padding: 1em; & > span { display:block; } - + .uup-image{ + margin-bottom:1em; + } .uup-name { font-weight:bold; @@ -118,7 +121,9 @@ } .uup-phones { .uup-phone1 {} - .uup-phone2 {} + .uup-phone2 { + display:block; + } } .uup-email { } @@ -131,4 +136,3 @@ .uup-mailing-address { } } - diff --git a/style.css b/style.css index 6494371..a0a5d62 100644 --- a/style.css +++ b/style.css @@ -7689,15 +7689,24 @@ q:before, table q:after { /* Profile Page */ +.uup-user { + padding: 1em; +} .uup-user > span { display: block; } +.uup-user .uup-image { + margin-bottom: 1em; +} .uup-user .uup-name { font-weight: bold; } .uup-user .uup-name .uup-first:after { content: ' '; } +.uup-user .uup-phones .uup-phone2 { + display: block; +} /* - - - - - - - - - - - - - - - - - - - == Calendar