Add new template-assets to the project.

This commit is contained in:
Karsten Heiken
2011-07-22 16:09:56 +02:00
parent a6b0eaab5e
commit fffbe4a153
10 changed files with 381 additions and 0 deletions

65
assets/css/form.css Normal file
View File

@@ -0,0 +1,65 @@
/* Form Style */
form ul li {
margin: 0 0 15px;
padding: 0;
list-style: none;
}
form ul li label {
color: #222;
font-weight: bold;
font-size: 12px;
}
label.note {
color: #444;
font-weight: normal;
font-size: 10px;
}
label.choice {
margin: 0 15px 0 0;
font-weight: normal;
font-size: 12px;
color: #666;
}
input.text,
textarea {
margin: 5px 0 5px 0;
padding: 3px 5px;
border: 1px solid #d2d2d2;
font-size: 12px;
}
input.radio,
input.checkbox,
input.file {
margin: 5px 5px 0 0;
}
input.button {
padding: 0 5px 3px 5px;
font-size: 12px;
}
select.drop {
font-size: 12px;
margin: 5px 5px 0 0;
border: 1px solid #d2d2d2;
}
input.short { width: 20%;}
input.medium { width: 45%;}
input.long { width:70%;}
input.max { width: 95%;}
.success {
color: #008000;
}
.error, .req {
color: #d8122d;
font-weight: normal;
}