From 3024622f1fc34d6757dcdc3625f589a7df340b60 Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Tue, 18 Jun 2013 16:30:40 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/framework/css/text.css | 4 ++-- templates/skin/developer/css/modals.css | 2 +- templates/skin/developer/css/profile.css | 3 +-- .../actions/ActionProfile/profile_top.tpl | 4 +++- templates/skin/synio/blog_list.tpl | 10 +++++++-- templates/skin/synio/css/wall.css | 21 +++++++++++-------- templates/skin/synio/user_list.tpl | 7 +++++-- 7 files changed, 32 insertions(+), 19 deletions(-) diff --git a/templates/framework/css/text.css b/templates/framework/css/text.css index db8088f4..0f12cd2b 100644 --- a/templates/framework/css/text.css +++ b/templates/framework/css/text.css @@ -56,8 +56,8 @@ /* Images */ -.text img[align="right"] { margin: 4px 0 5px 15px; } -.text img[align="left"] { margin: 4px 15px 10px 0; } +.text img[align="right"] { margin: 4px 0 5px 25px; } +.text img[align="left"] { margin: 4px 25px 10px 0; } .text img.image-center { display: block; margin: 0 auto; } diff --git a/templates/skin/developer/css/modals.css b/templates/skin/developer/css/modals.css index 77c3168a..662697f7 100644 --- a/templates/skin/developer/css/modals.css +++ b/templates/skin/developer/css/modals.css @@ -5,7 +5,7 @@ /* Write -------------------------------------------------- */ -.modal.modal-write { width: 740px; } +.modal.modal-write { width: 500px; } .modal.modal-write .modal-content { padding: 20px 10px 0; *padding: 20px 10px 15px; } .modal.modal-write .write-list { *overflow: hidden; *zoom: 1; } .modal.modal-write .write-list li { width: 100px; margin: 0 10px 20px; text-align: center; overflow: hidden; display: inline-table; *float: left; } diff --git a/templates/skin/developer/css/profile.css b/templates/skin/developer/css/profile.css index 3d40e401..77c8694b 100644 --- a/templates/skin/developer/css/profile.css +++ b/templates/skin/developer/css/profile.css @@ -27,5 +27,4 @@ .profile-page-header { font-size: 12px; font-weight: bold; margin-bottom: 20px; background: #f5f5f5; border-top: 1px solid #eee; color: #555; padding: 5px 10px 6px; } -.profile-info-about { padding: 13px 20px 20px; background: #F1F9F1; border-radius: 5px; margin-bottom: 30px; color: #000; } -.profile-info-about h3 { font-size: 18px; margin-bottom: 5px; } \ No newline at end of file +.profile-info-about { padding: 20px; margin-bottom: 30px; background: #f7f7f7; color: #000; } \ No newline at end of file diff --git a/templates/skin/synio/actions/ActionProfile/profile_top.tpl b/templates/skin/synio/actions/ActionProfile/profile_top.tpl index 1ae2600e..9a8a18a0 100644 --- a/templates/skin/synio/actions/ActionProfile/profile_top.tpl +++ b/templates/skin/synio/actions/ActionProfile/profile_top.tpl @@ -43,7 +43,9 @@ {if $oUserCurrent && $oUserCurrent->getId()!=$oUserProfile->getId()} - + + + {/if} diff --git a/templates/skin/synio/blog_list.tpl b/templates/skin/synio/blog_list.tpl index 4c68bbaa..4bb03ef6 100644 --- a/templates/skin/synio/blog_list.tpl +++ b/templates/skin/synio/blog_list.tpl @@ -65,9 +65,15 @@ {if $oUserCurrent} {if $oUserCurrent->getId() != $oBlog->getOwnerId() and $oBlog->getType() == 'open'} - {else} — diff --git a/templates/skin/synio/css/wall.css b/templates/skin/synio/css/wall.css index 13a1bc93..74969fef 100644 --- a/templates/skin/synio/css/wall.css +++ b/templates/skin/synio/css/wall.css @@ -29,15 +29,18 @@ .wall-item-replies { padding: 4px 5px 2px; background: #fefef1; position: relative; color: #363636; margin-top: 15px; margin-bottom: 5px; font-size: 11px; border-radius: 5px; -webkit-box-shadow: 0 2px 4px #e8e8c0 inset; box-shadow: 0 2px 4px #e8e8c0 inset; } .wall-item-replies:after { display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #EEEED8 transparent; border-style: solid; } -.wall-item-reply { padding: 4px 0 8px 40px; margin: 0 7px; position: relative; font-size: 11px; border-bottom: 1px solid #ededc9; border-top: 1px solid #fff; } -.wall-item-reply:first-child { border-top: none; padding-top: 0; margin-top: 3px; } -.wall-item-reply:first-child .avatar { top: 4px; } -.wall-item-reply:last-child { border-bottom: none; } -.wall-item-reply .text { font-size: 11px; } -.wall-item-reply .avatar { position: absolute; top: 8px; left: 0; width: 30px; height: 30px; } -.wall-item-reply .actions { margin-bottom: 0; } -.wall-item-reply .actions .date { color: #818189; } -.wall-item-reply .author { color: #275ec2; font-weight: bold; } +.wall-item-reply { padding: 4px 0 8px 40px; margin: 0 7px; position: relative; font-size: 11px; border-bottom: 1px solid #ededc9; border-top: 1px solid #fff; } +.wall-item-reply:first-child { border-top: none; padding-top: 0; margin-top: 3px; } +.wall-item-reply:first-child .avatar { top: 4px; } +.wall-item-reply:last-child { border-bottom: none; } +.wall-item-reply .text { font-size: 11px; } +.wall-item-reply .avatar { position: absolute; top: 8px; left: 0; width: 30px; height: 30px; } +.wall-item-reply .actions { margin-bottom: 0; } +.wall-item-reply .actions .date { color: #818189; } +.wall-item-reply .author { color: #275ec2; font-weight: bold; } +.wall-item-reply .comment-content { padding: 0; border: none; } +.wall-item-reply .comment-content:before, +.wall-item-reply .comment-content:after { display: none; } .wall-more { } .wall-more:hover { background: #F4F4D9; } diff --git a/templates/skin/synio/user_list.tpl b/templates/skin/synio/user_list.tpl index b0eeaf9a..36886cfa 100644 --- a/templates/skin/synio/user_list.tpl +++ b/templates/skin/synio/user_list.tpl @@ -43,9 +43,12 @@ {if $oUserCurrent} {if $oUserNote} - + {/if} - + + + {$aLang.user_write_prvmsg} + {/if} {$oUserList->getSkill()}