From 24b885f1b18bc318f2069596eee42289bb994ccc Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Mon, 10 Jun 2013 17:25:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D1=85?= =?UTF-8?q?=20=D0=B1=D0=B0=D0=B3=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/skin/developer/header.tpl | 4 ++-- templates/skin/synio/actions/ActionBlog/index.tpl | 1 + templates/skin/synio/css/blocks.css | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/skin/developer/header.tpl b/templates/skin/developer/header.tpl index 0ec70a51..b065d1c3 100644 --- a/templates/skin/developer/header.tpl +++ b/templates/skin/developer/header.tpl @@ -52,9 +52,9 @@ \ No newline at end of file diff --git a/templates/skin/synio/actions/ActionBlog/index.tpl b/templates/skin/synio/actions/ActionBlog/index.tpl index 03da938b..fc4e466b 100644 --- a/templates/skin/synio/actions/ActionBlog/index.tpl +++ b/templates/skin/synio/actions/ActionBlog/index.tpl @@ -2,6 +2,7 @@ {block name='layout_options'} {$sNav = 'blog'} + {$sNavContent = 'blog'} {/block} {block name='layout_content'} diff --git a/templates/skin/synio/css/blocks.css b/templates/skin/synio/css/blocks.css index c8141b9d..1e6c270b 100644 --- a/templates/skin/synio/css/blocks.css +++ b/templates/skin/synio/css/blocks.css @@ -6,7 +6,7 @@ * Base */ .block { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dotted #dce1e6; } -.block:last-child { margin-bottom: 0; border: none; } +.block:last-child { margin-bottom: 0; border-bottom: none; } .block .loading { min-height: 100px; background-image: url(../images/loader-circle.gif); background-position: 50% 0; } .block .max-height-200 { overflow: auto; max-height: 200px; position: relative; } @@ -117,7 +117,8 @@ * @type profile note * @file blocks/block.profileNote.tpl */ -.block-type-profile-note { border: 2px solid #ffe25d; padding: 15px; border-radius: 5px; } +.block-type-profile-note { border: none; margin-bottom: 0; } +.block-type-profile-note .block-content { border: 2px solid #ffe25d; padding: 15px; border-radius: 5px; } .block-type-profile-note p { margin-bottom: 10px; } .block-type-profile-note .actions { margin-bottom: 0; font-size: 11px; } .block-type-profile-note .actions a { color: #275ec2; border-color: #275ec2; }