From b51da4eb8b01125c40cd09020970502bea9a8f85 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Wed, 20 Jun 2012 07:08:36 +0000 Subject: [PATCH] Notice removal etc. --- e107_admin/auth.php | 4 ++-- e107_core/bbcodes/bb_youtube.php | 10 +++++----- e107_handlers/js_manager.php | 10 +++++++--- e107_web/css/e107.css | 4 ++-- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/e107_admin/auth.php b/e107_admin/auth.php index 67706f1c0..fe816d352 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -193,7 +193,7 @@ else :-moz-placeholder { font-style:italic; color: #bbb; } - h1 { text-align: center; color: #646667; text-transform:uppercase; } + h2 { text-align: center; color: #FAAD3D; text-shadow: #000 1px 1px 1px; } #username {background: url(".e_IMAGE."admin_images/admins_16.png) no-repeat scroll 7px 7px; padding-left:30px; } @@ -237,7 +237,7 @@ class auth $text = "
-

".SITENAME." admin area

+

".e_DOMAIN." admin area

diff --git a/e107_core/bbcodes/bb_youtube.php b/e107_core/bbcodes/bb_youtube.php index 7985a439a..80a4054e5 100644 --- a/e107_core/bbcodes/bb_youtube.php +++ b/e107_core/bbcodes/bb_youtube.php @@ -349,13 +349,13 @@ class bb_youtube extends e_bb_base - - - - + + + + '; // Not XHTML - but needed for compatibility. - $ret .= ''; + $ret .= ''; $ret .= ''; $ret .= ' diff --git a/e107_handlers/js_manager.php b/e107_handlers/js_manager.php index 52697b0ab..2ed7f16fa 100644 --- a/e107_handlers/js_manager.php +++ b/e107_handlers/js_manager.php @@ -224,10 +224,14 @@ class e_jsmanager if(!$this->libDisabled($id,$vis)) { // echo "

FRAMEWORK Loaded: ".$id." :: ".$vis."

"; - foreach($this->_libraries[$id] as $path) + if(vartrue($this->_libraries[$id])) { - $core[$path] = $vis; - } + foreach($this->_libraries[$id] as $path) + { + $core[$path] = $vis; + } + } + } } diff --git a/e107_web/css/e107.css b/e107_web/css/e107.css index 61a894b4e..6c8853537 100644 --- a/e107_web/css/e107.css +++ b/e107_web/css/e107.css @@ -137,7 +137,7 @@ div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */ .comment-box { padding-bottom:10px; margin-bottom:10px; border-top:1px solid #C0C0C0; } -.comment-box-left { float:left; text-align:center; width:10%; min-width:100px } +.comment-box-left { float:left; text-align:center; width:15%; min-width:100px; max-width:150px } .comment-box-userinfo { padding:20px 5px 10px 5px; } @@ -162,7 +162,7 @@ img.user-avatar { max-width:128px; -webkit-box-shadow:#CCCCCC 0px 0px 1 .comment-box-right textarea { margin: 0 auto; resize: none; - width: 100% !important; + width: auto !important; } .comment-status { float:right; font-style: italic }