Implement project shares

This commit is contained in:
Eike Foken
2011-09-08 05:20:00 +02:00
parent eb66f38891
commit bf40c38f13
7 changed files with 233 additions and 23 deletions

View File

@@ -45,6 +45,11 @@ input.button {
font-size: 12px;
}
input.submit {
padding: 0 4px;
font-size: 12px;
}
select.drop {
font-size: 12px;
margin: 5px 5px 0 0;
@@ -75,11 +80,14 @@ p.success {
color: #008000;
}
p.error, span.req {
p.error,
span.req {
color: #d8122d;
font-weight: normal;
}
p.success strong, p.error strong, p.req strong {
p.success strong,
p.error strong,
p.req strong {
text-transform: uppercase;
}

View File

@@ -447,6 +447,11 @@ a.delete {
padding-left: 30px;
}
a.edit {
background: url(../images/icons/pencil.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
}
a.flag {
background: url(../images/icons/flag.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
@@ -505,6 +510,13 @@ a.down-big {
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 */
ul.tabs {