diff options
author | friendica <info@friendica.com> | 2012-01-09 20:03:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-09 20:03:00 -0800 |
commit | 7011f71e8f3e6de89dae2d46d4dece0d02a78351 (patch) | |
tree | 7f4ce9f6fe93254e58eebdc631b062ec42176135 /view/theme | |
parent | 805eb35a1af7c760f317c7f96816a770a4388e29 (diff) | |
download | volse-hubzilla-7011f71e8f3e6de89dae2d46d4dece0d02a78351.tar.gz volse-hubzilla-7011f71e8f3e6de89dae2d46d4dece0d02a78351.tar.bz2 volse-hubzilla-7011f71e8f3e6de89dae2d46d4dece0d02a78351.zip |
post preview
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/jot.tpl | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/search_item.tpl | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/wall_item.tpl | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/wallwall_item.tpl | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/view/theme/duepuntozero/jot.tpl b/view/theme/duepuntozero/jot.tpl index 3ef902c63..1a3cc92e7 100644 --- a/view/theme/duepuntozero/jot.tpl +++ b/view/theme/duepuntozero/jot.tpl @@ -68,8 +68,8 @@ </div> </div> - <!--span onclick="preview_post();" id="jot-preview-link" class="fakelink">$preview</span> - <div id="jot-preview-content" style="display:none;"></div--> + <span onclick="preview_post();" id="jot-preview-link" class="fakelink">$preview</span> + <div id="jot-preview-content" style="display:none;"></div> </div> diff --git a/view/theme/duepuntozero/search_item.tpl b/view/theme/duepuntozero/search_item.tpl index b4a1c82cb..f046e41ec 100644 --- a/view/theme/duepuntozero/search_item.tpl +++ b/view/theme/duepuntozero/search_item.tpl @@ -1,4 +1,4 @@ -<div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" > +<div class="wall-item-outside-wrapper$indent$previewing" id="wall-item-outside-wrapper-$id" > <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" > <div class="wall-item-info" id="wall-item-info-$id"> <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0251dae08..e84c500b7 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -247,6 +247,10 @@ div.wall-item-content-wrapper.shiny { background-repeat:no-repeat; } +.preview { + background: #FFFFC8; +} + /* from default */ #jot-perms-icon, #profile-location, diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index 62f33ddee..5d54a1d6a 100644 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -1,4 +1,4 @@ -<div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" > +<div class="wall-item-outside-wrapper$indent$previewing" id="wall-item-outside-wrapper-$id" > <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" > <div class="wall-item-info" id="wall-item-info-$id"> <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index 050abb02d..3ccd1224b 100644 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -1,4 +1,4 @@ -<div class="wall-item-outside-wrapper$indent wallwall" id="wall-item-outside-wrapper-$id" > +<div class="wall-item-outside-wrapper$indent$previewing wallwall" id="wall-item-outside-wrapper-$id" > <div class="wall-item-content-wrapper$indent" id="wall-item-content-wrapper-$id" > <div class="wall-item-info wallwall" id="wall-item-info-$id"> <div class="wall-item-photo-wrapper wwto" id="wall-item-ownerphoto-wrapper-$id" > |