Skip to content

Commit

Permalink
Instructor training registration form
Browse files Browse the repository at this point in the history
* add Country drop down select
* add Gender
  • Loading branch information
Abigail Cabunoc committed Nov 24, 2014
1 parent eb7c382 commit a15eee1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,14 @@ footer .container .links{
#ss-form .ss-q-title {
display: block;
font-weight: bold;
padding-bottom: 0.5em;
}
#ss-form .ss-required-asterisk {
color: #c43b1d;
}
#ss-form label {
display:inline;
cursor: default;
}
#ss-form .ss-secondary-text {
color: #666;
Expand All @@ -440,11 +442,20 @@ footer .container .links{
}
#ss-form .ss-choice-item {
line-height: 1.3em;
padding-bottom: .5em;
}
#ss-form .ss-q-long {
resize: vertical;
width: 70%;
}
#ss-form .error-message, .required-message {
display: none;
}
#ss-form .ss-form-entry input {
vertical-align: middle;
margin: 0;
padding:0 4px;
}
#ss-form .ss-choice-item-control {
padding-right: 4px;
}

0 comments on commit a15eee1

Please sign in to comment.