From e05e4c7fb37229dbcbbf1cc2a4611ea308e4e610 Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Mon, 15 Aug 2011 07:33:26 +0000 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=B1=D0=B0=D0=B3?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B2=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD?= =?UTF-8?q?=D0=B5=20new-jquery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/skin/new-jquery/actions/ActionLink/add.tpl | 2 +- templates/skin/new-jquery/actions/ActionPhotoset/add.tpl | 2 +- .../skin/new-jquery/actions/ActionSettings/profile.tpl | 8 ++++---- templates/skin/new-jquery/actions/ActionTopic/add.tpl | 2 +- templates/skin/new-jquery/css/comments.css | 2 +- templates/skin/new-jquery/css/grid.css | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/skin/new-jquery/actions/ActionLink/add.tpl b/templates/skin/new-jquery/actions/ActionLink/add.tpl index 16301095..615eb0a4 100644 --- a/templates/skin/new-jquery/actions/ActionLink/add.tpl +++ b/templates/skin/new-jquery/actions/ActionLink/add.tpl @@ -18,7 +18,7 @@


- {foreach from=$aBlogsAllow item=oBlog} diff --git a/templates/skin/new-jquery/actions/ActionPhotoset/add.tpl b/templates/skin/new-jquery/actions/ActionPhotoset/add.tpl index d8d7d35f..7864c0eb 100644 --- a/templates/skin/new-jquery/actions/ActionPhotoset/add.tpl +++ b/templates/skin/new-jquery/actions/ActionPhotoset/add.tpl @@ -85,7 +85,7 @@ if (jQuery.browser.flash) {


- {foreach from=$aBlogsAllow item=oBlog} diff --git a/templates/skin/new-jquery/actions/ActionSettings/profile.tpl b/templates/skin/new-jquery/actions/ActionSettings/profile.tpl index 42ffa430..e7f89849 100644 --- a/templates/skin/new-jquery/actions/ActionSettings/profile.tpl +++ b/templates/skin/new-jquery/actions/ActionSettings/profile.tpl @@ -56,17 +56,17 @@


-
- +
+

{if count($aUserFields)} {foreach from=$aUserFields item=oField} -


+


{/foreach} {/if}


- +

diff --git a/templates/skin/new-jquery/actions/ActionTopic/add.tpl b/templates/skin/new-jquery/actions/ActionTopic/add.tpl index 3b8536f1..3836a75d 100644 --- a/templates/skin/new-jquery/actions/ActionTopic/add.tpl +++ b/templates/skin/new-jquery/actions/ActionTopic/add.tpl @@ -67,7 +67,7 @@ tinyMCE.init({


- {foreach from=$aBlogsAllow item=oBlog} diff --git a/templates/skin/new-jquery/css/comments.css b/templates/skin/new-jquery/css/comments.css index 7de768a9..44fe98c1 100644 --- a/templates/skin/new-jquery/css/comments.css +++ b/templates/skin/new-jquery/css/comments.css @@ -82,5 +82,5 @@ .reply { padding-bottom: 10px; padding-top: 10px; } .reply .markItUp { width: 98%; } .reply .markItUpHeader { width: 98%; } -.reply textarea { height: 70px; width: 98%; } +.reply textarea { height: 100px; width: 98%; } .reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center;} \ No newline at end of file diff --git a/templates/skin/new-jquery/css/grid.css b/templates/skin/new-jquery/css/grid.css index 8a929f65..7b763676 100644 --- a/templates/skin/new-jquery/css/grid.css +++ b/templates/skin/new-jquery/css/grid.css @@ -85,7 +85,7 @@ .blog .voting .total { font-weight: normal; padding: 4px 10px 5px; font-size: 14px; } .blog .voting .plus { margin: 4px 6px 0 0; } .blog .voting .minus { margin: 4px 0 0 6px; } -.blog .voting .text { font-size: 10px; color: #aaa; text-align: center; } +.blog .voting .text { font-size: 10px; color: #aaa; text-align: center; clear: both; } .blog .voting.positive .total { background: #68BF46; color: #fff; } .blog .voting.negative .total { background: #FF3B3C; color: #fff; } @@ -125,7 +125,7 @@ .user-profile .voting .total { font-weight: normal; padding: 4px 10px 5px; font-size: 14px; } .user-profile .voting .plus { margin: 4px 6px 0 0; } .user-profile .voting .minus { margin: 4px 0 0 6px; } -.user-profile .voting .text { font-size: 10px; color: #aaa; text-align: center; } +.user-profile .voting .text { font-size: 10px; color: #aaa; text-align: center; clear: both; } .user-profile .voting.positive .total { background: #68BF46; color: #fff; } .user-profile .voting.negative .total { background: #FF3B3C; color: #fff; }