Fix CSS for share link in projects
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user