Fix CSS for share link in projects

This commit is contained in:
Eike Foken
2011-09-08 17:55:14 +02:00
parent afad9c3c89
commit 770abeee93

View File

@@ -275,6 +275,14 @@ div.error {
font-size: 14px; font-size: 14px;
} }
#content div.title a.share {
background: url(../images/icons/hand-share.png) 6px center no-repeat;
padding-left: 28px;
font-size: 12px;
font-weight: normal;
line-height: 12px;
}
/* Pagination */ /* Pagination */
.pagination { .pagination {
@@ -510,13 +518,6 @@ a.down-big {
padding: 10px 15px; padding: 10px 15px;
} }
a.share {
background: url(../images/icons/hand-share.png) 6px center no-repeat;
padding-left: 28px;
font-size: 12px;
font-weight: normal;
}
/* Tabs */ /* Tabs */
ul.tabs { ul.tabs {