correct spelling - tread to thread

This commit is contained in:
friendica 2012-07-23 18:41:19 -07:00
parent b0f1d03a8a
commit e18417ea47
55 changed files with 183 additions and 183 deletions

View File

@ -242,7 +242,7 @@
// add a new thread
$('.tread-wrapper',data).each(function() {
$('.thread-wrapper',data).each(function() {
var ident = $(this).attr('id');
if($('#' + ident).length == 0 && profile_page == 1) {

View File

@ -1,5 +1,5 @@
{{ for $threads as $thread }}
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
<div id="thread-wrapper-$thread.id" class="thread-wrapper">
{{ for $thread.items as $item }}
{{if $item.comment_firstcollapsed}}
<div class="hide-comments-outer">

View File

@ -1316,7 +1316,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1324,7 +1324,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #3465A4;
}
@ -1519,7 +1519,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1534,7 +1534,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1311,7 +1311,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1319,7 +1319,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #3465A4;
}
@ -1511,7 +1511,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1526,7 +1526,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1291,7 +1291,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1299,7 +1299,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #3465A4;
}
@ -1491,7 +1491,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1506,7 +1506,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1285,7 +1285,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1293,7 +1293,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #3465A4;
}
@ -1482,7 +1482,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1497,7 +1497,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1436,7 +1436,7 @@ body .pageheader{
color: #3465A4;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1444,7 +1444,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #3465A4;
}
@ -1751,7 +1751,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1766,7 +1766,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1432,7 +1432,7 @@ body .pageheader{
color: #3465A4;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1440,7 +1440,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #3465A4;
}
.wall-item-decor {
@ -1742,7 +1742,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1757,7 +1757,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1278,7 +1278,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1286,7 +1286,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1481,7 +1481,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1496,7 +1496,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1273,7 +1273,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1281,7 +1281,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1473,7 +1473,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1488,7 +1488,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1258,7 +1258,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1266,7 +1266,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1458,7 +1458,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1473,7 +1473,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1252,7 +1252,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1260,7 +1260,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1449,7 +1449,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1464,7 +1464,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1392,7 +1392,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1400,7 +1400,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1708,7 +1708,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1723,7 +1723,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1388,7 +1388,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1396,7 +1396,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1700,7 +1700,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1715,7 +1715,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1293,7 +1293,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1301,7 +1301,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #194719;
}
@ -1496,7 +1496,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1511,7 +1511,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #3e3f3e;
}

View File

@ -1269,7 +1269,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1277,7 +1277,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #88a9d2;
}
@ -1470,7 +1470,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1485,7 +1485,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1258,7 +1258,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1266,7 +1266,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1458,7 +1458,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1473,7 +1473,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1248,7 +1248,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1256,7 +1256,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #88a9d2;
}
@ -1445,7 +1445,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1460,7 +1460,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1384,7 +1384,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1392,7 +1392,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #1872A2;
}
@ -1700,7 +1700,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1715,7 +1715,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1400,7 +1400,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1408,7 +1408,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
/* color: #1872A2; */
}
@ -1713,7 +1713,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1728,7 +1728,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1292,7 +1292,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1300,7 +1300,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #2c9936;
}
@ -1495,7 +1495,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1510,7 +1510,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1288,7 +1288,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1296,7 +1296,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #2c9936;
}
@ -1488,7 +1488,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1503,7 +1503,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1267,7 +1267,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1275,7 +1275,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #2c9936;
}
@ -1467,7 +1467,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1482,7 +1482,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1261,7 +1261,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1269,7 +1269,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #2c9936;
}
@ -1458,7 +1458,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1473,7 +1473,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1413,7 +1413,7 @@ body .pageheader{
color: #3465A4;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1421,7 +1421,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #2c9936;
}
@ -1728,7 +1728,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1743,7 +1743,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1415,7 +1415,7 @@ body .pageheader{
color: #3465A4;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1424,7 +1424,7 @@ body .pageheader{
padding-top: 10px;
}
/*color*/
.tread-wrapper a{
.thread-wrapper a{
color: #2c9936;
}
.wall-item-decor {
@ -1726,7 +1726,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1741,7 +1741,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1292,7 +1292,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1300,7 +1300,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #D02B55;
}
@ -1495,7 +1495,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1510,7 +1510,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1288,7 +1288,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1296,7 +1296,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #D02B55;
}
@ -1488,7 +1488,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1503,7 +1503,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1267,7 +1267,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1275,7 +1275,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #D02B55;
}
@ -1467,7 +1467,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1482,7 +1482,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1261,7 +1261,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1269,7 +1269,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #D02B55;
}
@ -1458,7 +1458,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1473,7 +1473,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1413,7 +1413,7 @@ body .pageheader{
color: #3465A4;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1421,7 +1421,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: #D02B55;
}
@ -1728,7 +1728,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1743,7 +1743,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1415,7 +1415,7 @@ body .pageheader{
color: #3465A4;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1424,7 +1424,7 @@ body .pageheader{
padding-top: 10px;
}
/*color*/
.tread-wrapper a{
.thread-wrapper a{
color: #D02B55;
}
.wall-item-decor {
@ -1726,7 +1726,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1741,7 +1741,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1312,7 +1312,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1320,7 +1320,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: red;
}
@ -1515,7 +1515,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1530,7 +1530,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1307,7 +1307,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1315,7 +1315,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: red;
}
@ -1507,7 +1507,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1522,7 +1522,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1271,7 +1271,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1279,7 +1279,7 @@ transition: all 0.2s ease-in-out;
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: red;
}
@ -1471,7 +1471,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1486,7 +1486,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1265,7 +1265,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1273,7 +1273,7 @@ transition: all 0.2s ease-in-out;
width: 575px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: red;
}
@ -1462,7 +1462,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1477,7 +1477,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1420,7 +1420,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1428,7 +1428,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: red;
}
@ -1735,7 +1735,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1750,7 +1750,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1416,7 +1416,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1424,7 +1424,7 @@ body .pageheader{
width: 775px;
padding-top: 10px;
}
.tread-wrapper a{
.thread-wrapper a{
color: red;
}
@ -1727,7 +1727,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1742,7 +1742,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -4,7 +4,7 @@
</div>
{{ for $mails as $mail }}
<div id="tread-wrapper-$mail.id" class="tread-wrapper">
<div id="thread-wrapper-$mail.id" class="thread-wrapper">
{{ inc mail_conv.tpl }}{{endinc}}
</div>
{{ endfor }}

View File

@ -1260,7 +1260,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1455,7 +1455,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1470,7 +1470,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1254,7 +1254,7 @@ transition: all 0.2s ease-in-out;
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1447,7 +1447,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1462,7 +1462,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1235,7 +1235,7 @@ transition: all 0.2s ease-in-out;
}
/* wall item */
/*marker*/
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1430,7 +1430,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1445,7 +1445,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1229,7 +1229,7 @@ right_aside .icon {width: 10px; height: 10px;}
transition: all 0.2s ease-in-out;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1422,7 +1422,7 @@ transition: all 0.2s ease-in-out;
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1437,7 +1437,7 @@ transition: all 0.2s ease-in-out;
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1373,7 +1373,7 @@ body .pageheader{
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1672,7 +1672,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1687,7 +1687,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1373,7 +1373,7 @@ body .pageheader{
margin-bottom: 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
border-bottom: 1px solid #D2D2D2;
position: relative;
padding: 5px;
@ -1670,7 +1670,7 @@ body .pageheader{
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1685,7 +1685,7 @@ body .pageheader{
#jot-preview-content{
margin-top: 30px;}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fff797;
}

View File

@ -1,5 +1,5 @@
{{ for $threads as $thread }}
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
<div id="thread-wrapper-$thread.id" class="thread-wrapper">
{{ for $thread.items as $item }}
{{if $item.comment_firstcollapsed}}
<div class="hide-comments-outer">

View File

@ -204,7 +204,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify,nav #nav-notifications-linkm
.wall-outside-wrapper .shiny{-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
.heart{color:red;}
.wall-item-content{overflow-x:auto;margin:0px 4em 1em 5px;}
[id^="tread-wrapper"],[class^="tread-wrapper"]{margin:1.2em 0 0 0;padding:0px;}
[id^="thread-wrapper"],[class^="thread-wrapper"]{margin:1.2em 0 0 0;padding:0px;}
.wall-item-photo-menu{display:none;}
.wall-item-photo-menu-button{display:none;text-indent:-99999px;background:#555753 url(dark/menu-user-pin.jpg) no-repeat 75px center;position:absolute;overflow:hidden;width:90px;height:20px;top:85px;left:0;-o-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-ms-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.wall-item-info{float:left;width:7em;position:relative;}

View File

@ -1365,8 +1365,8 @@ nav #nav-notifications-linkmenu {
overflow-x: auto;
margin: 0px 4em 1em 5px;
}
[id^="tread-wrapper"],
[class^="tread-wrapper"] {
[id^="thread-wrapper"],
[class^="thread-wrapper"] {
margin: 1.2em 0 0 0;
padding: 0px;
}

View File

@ -204,7 +204,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify,nav #nav-notifications-linkm
.wall-outside-wrapper .shiny{-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
.heart{color:red;}
.wall-item-content{overflow-x:auto;margin:0px 4em 1em 5px;}
[id^="tread-wrapper"],[class^="tread-wrapper"]{margin:1.2em 0 0 0;padding:0px;}
[id^="thread-wrapper"],[class^="thread-wrapper"]{margin:1.2em 0 0 0;padding:0px;}
.wall-item-photo-menu{display:none;}
.wall-item-photo-menu-button{display:none;text-indent:-99999px;background:#555753 url(light/menu-user-pin.jpg) no-repeat 75px center;position:absolute;overflow:hidden;width:90px;height:20px;top:85px;left:0;-o-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-ms-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.wall-item-info{float:left;width:7em;position:relative;}

View File

@ -1366,8 +1366,8 @@ nav #nav-notifications-linkmenu {
overflow-x: auto;
margin: 0px 4em 1em 5px;
}
[id^="tread-wrapper"],
[class^="tread-wrapper"] {
[id^="thread-wrapper"],
[class^="thread-wrapper"] {
margin: 1.2em 0 0 0;
padding: 0px;
}

View File

@ -1,5 +1,5 @@
{{ for $threads as $thread }}
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
<div id="thread-wrapper-$thread.id" class="thread-wrapper">
{{ for $thread.items as $item }}
{{if $mode == display}}
{{ else }}

View File

@ -900,7 +900,7 @@ section {
padding: 0px 20px 0px 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
background-color: #eff0f1;
position: relative;
padding: 10px;
@ -1087,7 +1087,7 @@ section {
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1095,7 +1095,7 @@ section {
.shiny {
border-right: 10px solid #fce94f;
}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #fce94f;
}
.hide-comments-outer {

View File

@ -900,7 +900,7 @@ section {
padding: 0px 20px 0px 10px;
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
background-color: #eff0f1;
position: relative;
padding: 10px;
@ -1087,7 +1087,7 @@ section {
.comment-edit-preview .wall-item-container {
width: 700px;
}
.comment-edit-preview .tread-wrapper {
.comment-edit-preview .thread-wrapper {
width: 700px;
padding: 0;
margin: 10px 0;
@ -1095,7 +1095,7 @@ section {
.shiny {
border-right: 10px solid #ddffdd;
}
#jot-preview-content .tread-wrapper {
#jot-preview-content .thread-wrapper {
background-color: #ddffdd;
}
.hide-comments-outer {

View File

@ -4,7 +4,7 @@
</div>
{{ for $mails as $mail }}
<div id="tread-wrapper-$mail.id" class="tread-wrapper">
<div id="thread-wrapper-$mail.id" class="thread-wrapper">
{{ inc mail_conv.tpl }}{{endinc}}
</div>
{{ endfor }}

View File

@ -423,7 +423,7 @@ section {
}
/* wall item */
.tread-wrapper {
.thread-wrapper {
background-color: @ThreadBackgroundColor;
position: relative;
padding: 10px;
@ -549,11 +549,11 @@ section {
.wall-item-links { padding-left: 12px; }
.wall-item-container { width: 700px; }
.tread-wrapper { width: 700px; padding: 0; margin: 10px 0;}
.thread-wrapper { width: 700px; padding: 0; margin: 10px 0;}
}
.shiny { border-right:10px solid @ShinyBorderColor; }
#jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; }
#jot-preview-content .thread-wrapper { background-color: @JotPreviewBackgroundColor; }
.hide-comments-outer {margin-bottom: 0.8em; }