From: tommy tomson Date: Tue, 10 Apr 2012 12:38:59 +0000 (+0200) Subject: diabook-themes: added url and quote to bbcode toolbar under comment box X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b3f18945ba3c9596295deccd00789813d7702410;p=friendica.git diabook-themes: added url and quote to bbcode toolbar under comment box --- diff --git a/view/theme/diabook-aerith/comment_item.tpl b/view/theme/diabook-aerith/comment_item.tpl index 4668b9ce39..6e455b7267 100644 --- a/view/theme/diabook-aerith/comment_item.tpl +++ b/view/theme/diabook-aerith/comment_item.tpl @@ -13,7 +13,9 @@
video - img + img + url + quote i u b diff --git a/view/theme/diabook-aerith/icons/bb-url.png b/view/theme/diabook-aerith/icons/bb-url.png new file mode 100644 index 0000000000..071fc18655 Binary files /dev/null and b/view/theme/diabook-aerith/icons/bb-url.png differ diff --git a/view/theme/diabook-aerith/icons/quote.png b/view/theme/diabook-aerith/icons/quote.png new file mode 100644 index 0000000000..a464f2859b Binary files /dev/null and b/view/theme/diabook-aerith/icons/quote.png differ diff --git a/view/theme/diabook-aerith/style.css b/view/theme/diabook-aerith/style.css index 2089090f18..d1611d3261 100644 --- a/view/theme/diabook-aerith/style.css +++ b/view/theme/diabook-aerith/style.css @@ -82,6 +82,15 @@ #adminpage table tr:hover { background-color: #eeeeee; } #adminpage .selectall { text-align: right; } /* icons */ + +.icon.bb-url{ + background-image: url("../../../view/theme/diabook-aerith/icons/bb-url.png"); + float: right; + margin-top: 2px;} +.icon.quote{ + background-image: url("../../../view/theme/diabook-aerith/icons/quote.png"); + float: right; + margin-top: 2px;} .icon.bold{ background-image: url("../../../view/theme/diabook-aerith/icons/bold.png"); float: right; diff --git a/view/theme/diabook-blue/comment_item.tpl b/view/theme/diabook-blue/comment_item.tpl index 4668b9ce39..6e455b7267 100644 --- a/view/theme/diabook-blue/comment_item.tpl +++ b/view/theme/diabook-blue/comment_item.tpl @@ -13,7 +13,9 @@
video - img + img + url + quote i u b diff --git a/view/theme/diabook-blue/icons/bb-url.png b/view/theme/diabook-blue/icons/bb-url.png new file mode 100644 index 0000000000..071fc18655 Binary files /dev/null and b/view/theme/diabook-blue/icons/bb-url.png differ diff --git a/view/theme/diabook-blue/icons/quote.png b/view/theme/diabook-blue/icons/quote.png new file mode 100644 index 0000000000..a464f2859b Binary files /dev/null and b/view/theme/diabook-blue/icons/quote.png differ diff --git a/view/theme/diabook-blue/style.css b/view/theme/diabook-blue/style.css index 2f2369c46a..f4eebe0727 100644 --- a/view/theme/diabook-blue/style.css +++ b/view/theme/diabook-blue/style.css @@ -82,6 +82,14 @@ #adminpage table tr:hover { background-color: #eeeeee; } #adminpage .selectall { text-align: right; } /* icons */ +.icon.bb-url{ + background-image: url("../../../view/theme/diabook-blue/icons/bb-url.png"); + float: right; + margin-top: 2px;} +.icon.quote{ + background-image: url("../../../view/theme/diabook-blue/icons/quote.png"); + float: right; + margin-top: 2px;} .icon.bold{ background-image: url("../../../view/theme/diabook-blue/icons/bold.png"); float: right; diff --git a/view/theme/diabook-red/comment_item.tpl b/view/theme/diabook-red/comment_item.tpl index 4668b9ce39..64e4fb802c 100644 --- a/view/theme/diabook-red/comment_item.tpl +++ b/view/theme/diabook-red/comment_item.tpl @@ -13,7 +13,9 @@
video - img + img + url + quote i u b diff --git a/view/theme/diabook-red/icons/bb-url.png b/view/theme/diabook-red/icons/bb-url.png new file mode 100644 index 0000000000..071fc18655 Binary files /dev/null and b/view/theme/diabook-red/icons/bb-url.png differ diff --git a/view/theme/diabook-red/icons/quote.png b/view/theme/diabook-red/icons/quote.png new file mode 100644 index 0000000000..a464f2859b Binary files /dev/null and b/view/theme/diabook-red/icons/quote.png differ diff --git a/view/theme/diabook-red/style.css b/view/theme/diabook-red/style.css index 0cf034a562..0acc12dd38 100644 --- a/view/theme/diabook-red/style.css +++ b/view/theme/diabook-red/style.css @@ -82,6 +82,14 @@ #adminpage table tr:hover { background-color: #eeeeee; } #adminpage .selectall { text-align: right; } /* icons */ +.icon.bb-url{ + background-image: url("../../../view/theme/diabook-red/icons/bb-url.png"); + float: right; + margin-top: 2px;} +.icon.quote{ + background-image: url("../../../view/theme/diabook-red/icons/quote.png"); + float: right; + margin-top: 2px;} .icon.bold{ background-image: url("../../../view/theme/diabook-red/icons/bold.png"); float: right; diff --git a/view/theme/diabook/comment_item.tpl b/view/theme/diabook/comment_item.tpl index 4668b9ce39..535134256f 100644 --- a/view/theme/diabook/comment_item.tpl +++ b/view/theme/diabook/comment_item.tpl @@ -13,7 +13,9 @@
video - img + img + url + quote i u b diff --git a/view/theme/diabook/icons/bb-url.png b/view/theme/diabook/icons/bb-url.png new file mode 100644 index 0000000000..071fc18655 Binary files /dev/null and b/view/theme/diabook/icons/bb-url.png differ diff --git a/view/theme/diabook/icons/quote.png b/view/theme/diabook/icons/quote.png new file mode 100644 index 0000000000..a464f2859b Binary files /dev/null and b/view/theme/diabook/icons/quote.png differ diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index 229076484f..7105ad0e37 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -83,6 +83,14 @@ #adminpage .selectall { text-align: right; } /* icons */ +.icon.bb-url{ + background-image: url("../../../view/theme/diabook/icons/bb-url.png"); + float: right; + margin-top: 2px;} +.icon.quote{ + background-image: url("../../../view/theme/diabook/icons/quote.png"); + float: right; + margin-top: 2px;} .icon.bold{ background-image: url("../../../view/theme/diabook/icons/bold.png"); float: right;