Commit a15eee13 authored by Abigail Cabunoc's avatar Abigail Cabunoc
Browse files

Instructor training registration form

* add Country drop down select
* add Gender
parent eb7c382c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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;
@@ -440,6 +442,7 @@ footer .container .links{
}
#ss-form .ss-choice-item {
    line-height: 1.3em;
    padding-bottom: .5em;
}
#ss-form .ss-q-long {
    resize: vertical;
@@ -448,3 +451,11 @@ footer .container .links{
#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;
}
 No newline at end of file