view/theme/smoothly/icons/
view/theme/smoothly/lang_selector.tpl view/theme/smoothly/wall_thread.tpl view/theme/smoothly/wallwall_thread.tpl
This commit is contained in:
parent
92a9070e1e
commit
5e3076b5d2
2 changed files with 13 additions and 31 deletions
|
@ -1,27 +0,0 @@
|
|||
{{ for $threads as $thread }}
|
||||
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
|
||||
{{ for $thread.items as $item }}
|
||||
{{if $item.comment_firstcollapsed}}
|
||||
<div class="hide-comments-outer">
|
||||
<span id="hide-comments-total-$thread.id" class="hide-comments-total">$thread.num_comments</span> <span id="hide-comments-$thread.id" class="hide-comments fakelink" onclick="showHideComments($thread.id);">$thread.hide_text</span>
|
||||
</div>
|
||||
<div id="collapsed-comments-$thread.id" class="collapsed-comments" style="display: none;">
|
||||
{{endif}}
|
||||
{{if $item.comment_lastcollapsed}}</div>{{endif}}
|
||||
|
||||
{{ inc $item.template }}{{ endinc }}
|
||||
|
||||
|
||||
{{ endfor }}
|
||||
</div>
|
||||
{{ endfor }}
|
||||
|
||||
<div id="conversation-end"></div>
|
||||
|
||||
{{ if $dropping }}
|
||||
<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
|
||||
<div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
|
||||
<div id="item-delete-selected-desc" >$dropping</div>
|
||||
</div>
|
||||
<div id="item-delete-selected-end"></div>
|
||||
{{ endif }}
|
|
@ -36,7 +36,6 @@ body {
|
|||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
color: #626262;
|
||||
/*background: url("back-gradient.jpg") repeat-x scroll left top #F2F2F2;*/
|
||||
background-color: #F2F2F2;
|
||||
/*width: 99%;*/
|
||||
color: #333333;
|
||||
|
@ -1205,15 +1204,15 @@ profile-jot-banner-wrapper {
|
|||
top: 45px;
|
||||
background-position: 35px center;
|
||||
}
|
||||
.wall-item-outside-wrapper.comment .wall-item-info { width: 50px; } /*60*/
|
||||
.wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
|
||||
.wall-item-outside-wrapper.comment .wall-item-body {
|
||||
margin-left: 50px;/*70*/
|
||||
margin-left: 60px;/*70*/
|
||||
max-width: 100%;
|
||||
padding-right: 10px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.wall-item-outside-wrapper.comment .wall-item-author { margin-left: 50px; } /*10*/
|
||||
.wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px; } /*10*/
|
||||
|
||||
.wall-item-outside-wrapper.comment .wall-item-photo-menu {
|
||||
min-width: 50px;
|
||||
|
@ -2862,6 +2861,9 @@ tr {
|
|||
.field input,
|
||||
.field textarea {
|
||||
width: 220px;
|
||||
border: 1px solid #CDCDCD;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
/*box-shadow: 3px 3px 4px 0 #959494;*/
|
||||
}
|
||||
.field textarea { height: 100px; }
|
||||
.field_help {
|
||||
|
@ -3326,3 +3328,10 @@ ul.menu-popup {
|
|||
#page-profile div#profile-page-list{
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
|
||||
hr.line-dots {
|
||||
background: url("icons/dot.png") repeat-x scroll left center transparent;
|
||||
border: medium none;
|
||||
/*padding: 0.5em 0;*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue