diff --git a/templates/bulletproof/blank_style.css b/templates/bulletproof/blank_style.css index ca68bb22..4e9882b0 100644 --- a/templates/bulletproof/blank_style.css +++ b/templates/bulletproof/blank_style.css @@ -30,4 +30,16 @@ input#serendipityQuickSearchTermField { .s9y_wrap { font-size: 69%; +} + +/* edit link for all sidebar items */ +.serendipity_edit_nugget { + font-weight: bold; + margin-top: 10px; + text-align: right; +} + +.serendipity_edit_nugget a { + background: transparent url('img/configure.png') bottom left no-repeat; + padding: 4px 0 0 20px; } \ No newline at end of file diff --git a/templates/bulletproof/blue_style.css b/templates/bulletproof/blue_style.css index afd82e17..c19f7837 100644 --- a/templates/bulletproof/blue_style.css +++ b/templates/bulletproof/blue_style.css @@ -286,4 +286,16 @@ blockquote p { .s9y_wrap { font-size: 69%; background: #fff; +} + +/* edit link for all sidebar items */ +.serendipity_edit_nugget { + font-weight: bold; + margin-top: 10px; + text-align: right; +} + +.serendipity_edit_nugget a { + background: transparent url('img/configure.png') bottom left no-repeat; + padding: 4px 0 0 20px; } \ No newline at end of file diff --git a/templates/bulletproof/default_style.css b/templates/bulletproof/default_style.css index 852564cf..252b67b5 100644 --- a/templates/bulletproof/default_style.css +++ b/templates/bulletproof/default_style.css @@ -331,3 +331,15 @@ table.serendipity_calendar a:hover { .plugin_comment_body { font-style: oblique; } + +/* edit link for all sidebar items */ +.serendipity_edit_nugget { + font-weight: bold; + margin-top: 10px; + text-align: right; +} + +.serendipity_edit_nugget a { + background: transparent url('img/configure.png') bottom left no-repeat; + padding: 4px 0 0 20px; +} \ No newline at end of file diff --git a/templates/bulletproof/green_style.css b/templates/bulletproof/green_style.css index 654a3502..e50781f3 100644 --- a/templates/bulletproof/green_style.css +++ b/templates/bulletproof/green_style.css @@ -286,4 +286,16 @@ blockquote { .s9y_wrap { font-size: 69%; background: #d8caa8; +} + +/* edit link for all sidebar items */ +.serendipity_edit_nugget { + font-weight: bold; + margin-top: 10px; + text-align: right; +} + +.serendipity_edit_nugget a { + background: transparent url('img/configure.png') bottom left no-repeat; + padding: 4px 0 0 20px; } \ No newline at end of file diff --git a/templates/bulletproof/img/configure.png b/templates/bulletproof/img/configure.png new file mode 100644 index 00000000..a4a3834a Binary files /dev/null and b/templates/bulletproof/img/configure.png differ diff --git a/templates/bulletproof/purple_style.css b/templates/bulletproof/purple_style.css index 375b19bc..d6d72804 100644 --- a/templates/bulletproof/purple_style.css +++ b/templates/bulletproof/purple_style.css @@ -294,3 +294,15 @@ blockquote p { background: #fff; font-size: 69%; } + +/* edit link for all sidebar items */ +.serendipity_edit_nugget { + font-weight: bold; + margin-top: 10px; + text-align: right; +} + +.serendipity_edit_nugget a { + background: transparent url('img/configure.png') bottom left no-repeat; + padding: 4px 0 0 20px; +} \ No newline at end of file