diff options
author | friendica <info@friendica.com> | 2012-04-26 19:55:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 19:55:20 -0700 |
commit | 3c6cf1f19ce783fe1b3b735cc405bf052d25aad7 (patch) | |
tree | 7aeb9b95a2c8c11707f3fab08165459d04e1e75b | |
parent | 2d94d216a3869827f890cbc2ca71f8b3d8ad935f (diff) | |
download | volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.tar.gz volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.tar.bz2 volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.zip |
make comment edit icons look more like base theme
-rw-r--r-- | htconfig.php | 2 | ||||
-rw-r--r-- | include/conversation.php | 8 | ||||
-rw-r--r-- | view/theme/duepuntozero/bbedit.png | bin | 0 -> 2145 bytes | |||
-rwxr-xr-x | view/theme/duepuntozero/comment_item.tpl | 16 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 40 |
5 files changed, 37 insertions, 29 deletions
diff --git a/htconfig.php b/htconfig.php index 63a40c809..872572654 100644 --- a/htconfig.php +++ b/htconfig.php @@ -69,7 +69,7 @@ $a->config['system']['rino_encrypt'] = true; // allowed themes (change this from admin panel after installation) -$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook,diabook-blue'; +$a->config['system']['allowed_themes'] = 'dispy,quattro,vier,darkzero,duepuntozero,greenzero,purplezero,slackr,diabook'; // default system theme diff --git a/include/conversation.php b/include/conversation.php index 1b869b91e..521b4623b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -553,6 +553,14 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { '$myphoto' => $a->contact['thumb'], '$comment' => t('Comment'), '$submit' => t('Submit'), + '$edbold' => t('Bold'), + '$editalic' => t('Italic'), + '$eduline' => t('Underline'), + '$edquote' => t('Quote'), + '$edcode' => t('Code'), + '$edimg' => t('Image'), + '$edurl' => t('Link'), + '$edvideo' => t('Video'), '$preview' => t('Preview'), '$ww' => (($mode === 'network') ? $commentww : '') )); diff --git a/view/theme/duepuntozero/bbedit.png b/view/theme/duepuntozero/bbedit.png Binary files differnew file mode 100644 index 000000000..b89f2f7a8 --- /dev/null +++ b/view/theme/duepuntozero/bbedit.png diff --git a/view/theme/duepuntozero/comment_item.tpl b/view/theme/duepuntozero/comment_item.tpl index 84b9597e8..ea24d95cc 100755 --- a/view/theme/duepuntozero/comment_item.tpl +++ b/view/theme/duepuntozero/comment_item.tpl @@ -13,28 +13,28 @@ <div class="comment-edit-photo-end"></div> <ul class="comment-edit-bb-$id"> <li><a class="editicon boldbb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$edbold" onclick="insertFormatting('$comment','b', $id);"></a></li> <li><a class="editicon italicbb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$editalic" onclick="insertFormatting('$comment','i', $id);"></a></li> <li><a class="editicon underlinebb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$eduline" onclick="insertFormatting('$comment','u', $id);"></a></li> <li><a class="editicon quotebb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$edquote" onclick="insertFormatting('$comment','quote', $id);"></a></li> <li><a class="editicon codebb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$edcode" onclick="insertFormatting('$comment','code', $id);"></a></li> <li><a class="editicon imagebb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$edimg" onclick="insertFormatting('$comment','img', $id);"></a></li> <li><a class="editicon urlbb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$edurl" onclick="insertFormatting('$comment','url', $id);"></a></li> <li><a class="editicon videobb shadow" - style="cursor: pointer;" + style="cursor: pointer;" title="$edvideo" onclick="insertFormatting('$comment','video', $id);"></a></li> </ul> <div class="comment-edit-bb-end"></div> diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0429ba5f0..2667c4334 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2956,62 +2956,62 @@ aside input[type='text'] { } .editicon { display: inline-block; - width: 21px; - height: 21px; - background: url(editicons.png) no-repeat; - border: 0; + width: 16px; + height: 16px; + background-image: url(bbedit.png); + background-color: #fff; text-decoration: none; } .editicon:hover { - border: 0; + background-color: #ccc; } .boldbb { background-position: 0px 0px; } .boldbb:hover { - background-position: -22px 0px; + background-position: 0px -16px; } .italicbb { - background-position: 0px -22px; + background-position: -16px 0px; } .italicbb:hover { - background-position: -22px -22px; + background-position: -16px -16px; } .underlinebb { - background-position: 0px -44px; + background-position: -32px 0px; } .underlinebb:hover { - background-position: -22px -44px; + background-position: -32px -16px; } .quotebb { - background-position: 0px -66px; + background-position: -48px 0px; } .quotebb:hover { - background-position: -22px -66px; + background-position: -48px -16px; } .codebb { - background-position: 0px -88px; + background-position: -64px 0px; } .codebb:hover { - background-position: -22px -88px; + background-position: -64px -16px; } .imagebb { - background-position: -44px 0px; + background-position: -80px 0px; } .imagebb:hover { - background-position: -66px 0px; + background-position: -80px -16px; } .urlbb { - background-position: -44px -22px; + background-position: -96px 0px; } .urlbb:hover { - background-position: -66px -22px; + background-position: -96px -16px; } .videobb { - background-position: -44px -44px; + background-position: -112px 0px; } .videobb:hover { - background-position: -66px -44px; + background-position: -112px -16px; } .attachtype { |