diff --git a/css/titlebar.css b/css/titlebar.css index bf3bc85..0129510 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 { + height: 20px; +} diff --git a/sass/titlebar.scss b/sass/titlebar.scss index e1f251f..490cc20 100644 --- a/sass/titlebar.scss +++ b/sass/titlebar.scss @@ -67,6 +67,9 @@ width:150px; } } - } } +// IE Fixes +.lte7.form-control { + height:20px; +} diff --git a/sass/widgets.scss b/sass/widgets.scss index 2d971e2..7679dc4 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -179,6 +179,15 @@ th { white-space:nowrap; } + td{ + &.uc-output-email{ + word-break: break-all; + } + &.uc-output-more{ + word-break: break-all; + } + + } } &.uc-ecw { padding-bottom:$widget-content-margin; diff --git a/style.css b/style.css index a0a5d62..0eed0bf 100644 --- a/style.css +++ b/style.css @@ -6809,6 +6809,10 @@ button.close { width: 150px; } +.lte7.form-control { + height: 20px; +} + /* NAV --------------------------------------------------------------*/ #nav-secondary { @@ -7430,6 +7434,12 @@ object { .widget.uc-contact-widget th { white-space: nowrap; } +.widget.uc-contact-widget td.uc-output-email { + word-break: break-all; +} +.widget.uc-contact-widget td.uc-output-more { + word-break: break-all; +} .widget.uc-ecw { padding-bottom: 1em; }