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; }