]> git.mxchange.org Git - friendica.git/commitdiff
view/theme/smoothly/icons/
authorpixelroot <info@pixelbits.de>
Thu, 6 Sep 2012 07:44:15 +0000 (09:44 +0200)
committerpixelroot <info@pixelbits.de>
Thu, 6 Sep 2012 07:44:15 +0000 (09:44 +0200)
view/theme/smoothly/lang_selector.tpl
view/theme/smoothly/wall_thread.tpl
view/theme/smoothly/wallwall_thread.tpl

view/theme/smoothly/conversation.tpl [deleted file]
view/theme/smoothly/style.css

diff --git a/view/theme/smoothly/conversation.tpl b/view/theme/smoothly/conversation.tpl
deleted file mode 100644 (file)
index fccd9a8..0000000
+++ /dev/null
@@ -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 }}
index 77563ecad0fffe0f9c1834a05b53dbdf849ef45e..0ae1d55e001ec0d98bedc8167da5a1aba1f75dc3 100644 (file)
@@ -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;*/
+}