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/dispy | |
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/dispy')
-rw-r--r-- | view/theme/dispy/conversation.tpl | 2 | ||||
-rw-r--r-- | view/theme/dispy/dark/style.css | 2 | ||||
-rw-r--r-- | view/theme/dispy/dark/style.less | 4 | ||||
-rw-r--r-- | view/theme/dispy/light/style.css | 2 | ||||
-rw-r--r-- | view/theme/dispy/light/style.less | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 4a93dacf3..325adb972 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/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 $item.comment_firstcollapsed}} <div class="hide-comments-outer"> diff --git a/view/theme/dispy/dark/style.css b/view/theme/dispy/dark/style.css index 8ab192368..681952d63 100644 --- a/view/theme/dispy/dark/style.css +++ b/view/theme/dispy/dark/style.css @@ -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;} diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 60b49865e..4d9432961 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -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; } diff --git a/view/theme/dispy/light/style.css b/view/theme/dispy/light/style.css index de2717f0c..33c56d18f 100644 --- a/view/theme/dispy/light/style.css +++ b/view/theme/dispy/light/style.css @@ -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;} diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index e18f9a01b..d04f86969 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -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; } |