BP: style newly added sidebar edit link for all bp colorsets.

This commit is contained in:
Don Chambers 2008-08-29 21:07:34 +00:00
parent 60dbcd96cb
commit aa0eb86546
6 changed files with 60 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 B

View File

@ -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;
}