Files @ 9897e3d9cead
Branch filter:

Location: website/www/conservancy/static/forms.css - annotation

bkuhn
Changes to support the appeal placement of picture
9c40bf2e6024
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
86e780340a2b
86e780340a2b
86e780340a2b
86e780340a2b
86e780340a2b
0b57b1162d69
194f95d0168c
194f95d0168c
86e780340a2b
86e780340a2b
86e780340a2b
9c40bf2e6024
1b96df2224c6
fa29e1b8f3e2
194f95d0168c
9bfb5e10dec2
86e780340a2b
86e780340a2b
86e780340a2b
86e780340a2b
86e780340a2b
9bfb5e10dec2
9c40bf2e6024
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
86e780340a2b
86e780340a2b
86e780340a2b
86e780340a2b
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
8c3ecd347abd
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
b90413809f26
b9b4695f97d7
b90413809f26
b90413809f26
b9b4695f97d7
b9b4695f97d7
b90413809f26
b90413809f26
b90413809f26
b90413809f26
b90413809f26
b9b4695f97d7
b9b4695f97d7
b90413809f26
8bfe2e16f426
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
9897e3d9cead
1328b725b14f
8bfe2e16f426
9897e3d9cead
34648758b017
9897e3d9cead
9897e3d9cead
870d25d9e3e8
870d25d9e3e8
870d25d9e3e8
870d25d9e3e8
9897e3d9cead
9897e3d9cead
6e3468bc9852
6e3468bc9852
6e3468bc9852
6e3468bc9852
6e3468bc9852
6e3468bc9852
6e3468bc9852
6e3468bc9852
19ef9d196b0e
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
af5d12f7a1d6
.supporter-form label {
    display: inline-block;
    width: 200px;
    text-align: right;
}
.dinner-form label {
    display: inline-block;
    width: 200px;
    text-align: right;
}
.supporter-form-inputs {
    float: left;
}
.dinner-form-inputs {
    float: left;
}
.supporter-form-submit {
    padding-left: 20em;
    padding-top: 40px;
    float: center;
}
.dinner-form-submit {
    padding-left: 20em;
    padding-top: 40px;
    float: center;
}

.supporter-form div {
    margin-top: 1em;
}

.dinner-form div {
    margin-top: 1em;
}

.form-error {
    display: none;
    margin-left: 10px;
    color: green;
}		

.form-error-show {
    color: red;
    margin-left: 10px;
    font-size: 75%;
}

input.invalid, textarea.invalid {
    border: 2px solid red;
}

input.valid, textarea.valid {
    border: 2px solid green;
}

.supporter-type-selector {
    font-size: 125%;
    text-align: center;
    width: 80%;
    align: left;
}

.supporter-type-selection {
    clear: both;
    padding-bottom: 60px;
    width: 80%;
    align: left;
}

h1.appeal {
    margin-top: -.75em;
}
img.appeal-left {
    float: left;
    padding-right: 1em;
    margin: .25em;
    min-width: 8%;
    max-width: 30%;
    height: auto;
}

img.appeal-right {
    float: right;
    padding-left: 1em;
    margin: .25em;
    min-width: 8%;
    max-width: 30%;
    width: auto;
}

img.appeal {
    float: left;
    padding-right: 1em;
    min-width: 10%;
    max-width: 85%;
    width: auto;
}

img.appeal-header {
    max-width: 100%;
    width: auto;
    margin-top: 0em;
}

img.appeal-footer {
    max-width: 40%;
    float: right;
    width: 10%;
    min-width: 1%;
    height: auto;
}
img.appeal-match {
    float: left;
    height: auto;
    border: 1px solid #fff;
    width: 10%;
    margin-top: .25em;
    margin-bottom: .25em;
    margin-right: 1em;
    background: #eee;
}
p.appeal-match-text  {
    width: 100%;
    border: 1px solid #fff;
    background: #eee;
}