Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 22, 2010
1 parent c579ab8 commit cdcf37f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions depot/public/stylesheets/depot.css
Expand Up @@ -190,6 +190,42 @@ h1 {
}
/* END:cartside */

/* START:form */
/* Styles for order form */

.depot-form fieldset {
background: #efe;
}

.depot-form legend {
color: #dfd;
background: #141;
font-family: sans-serif;
padding: 0.2em 1em;
}

.depot-form label {
width: 5em;
float: left;
text-align: right;
padding-top: 0.2em;
margin-right: 0.1em;
display: block;
}

.depot-form select, .depot-form textarea, .depot-form input {
margin-left: 0.5em;
}

.depot-form .submit {
margin-left: 4em;
}

.depot-form div {
margin: 0.5em 0;
}
/* END:form */

/* The error box */

.fieldWithErrors {
Expand Down

0 comments on commit cdcf37f

Please sign in to comment.