+++ /dev/null
-{{ 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 }}
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;
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;
.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 {
#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;*/
+}