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