diff options
author | friendica <info@friendica.com> | 2012-07-23 18:41:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 18:41:19 -0700 |
commit | e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (patch) | |
tree | 9cf9bcb0bfa5fca688d8aa5b11914809aeefbabf /view/theme/quattro | |
parent | b0f1d03a8ad51769c347a2056ce872972380d48f (diff) | |
download | volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.gz volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.bz2 volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.zip |
correct spelling - tread to thread
Diffstat (limited to 'view/theme/quattro')
-rw-r--r-- | view/theme/quattro/conversation.tpl | 2 | ||||
-rw-r--r-- | view/theme/quattro/dark/style.css | 6 | ||||
-rw-r--r-- | view/theme/quattro/green/style.css | 6 | ||||
-rw-r--r-- | view/theme/quattro/mail_display.tpl | 2 | ||||
-rw-r--r-- | view/theme/quattro/quattro.less | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index 0d0faac37..794360165 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -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 }} diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index e1df39452..38dd3dcea 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -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 { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 57fa38aa1..a7d1f10b8 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -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 { diff --git a/view/theme/quattro/mail_display.tpl b/view/theme/quattro/mail_display.tpl index 8b82e95c6..e87eca485 100644 --- a/view/theme/quattro/mail_display.tpl +++ b/view/theme/quattro/mail_display.tpl @@ -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 }} diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 8c123a963..1bd0fae0a 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -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; } |