Files @ 6478d2ceb64f
Branch filter:

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

Daniel Pono Takamori
remove donation sidebar from learn and press pages
8605b65783f9
8605b65783f9
8605b65783f9
8605b65783f9
b93cc61e8b33
b93cc61e8b33
b93cc61e8b33
9bfb5e10dec2
b93cc61e8b33
b93cc61e8b33
86e780340a2b
b93cc61e8b33
b93cc61e8b33
194f95d0168c
b93cc61e8b33
b93cc61e8b33
b93cc61e8b33
b93cc61e8b33
86e780340a2b
b93cc61e8b33
b93cc61e8b33
b93cc61e8b33
b93cc61e8b33
9bfb5e10dec2
b93cc61e8b33
b93cc61e8b33
b93cc61e8b33
86e780340a2b
9bfb5e10dec2
b93cc61e8b33
b93cc61e8b33
86e780340a2b
86e780340a2b
72027870920f
5f9a4395f3d8
5f9a4395f3d8
5f9a4395f3d8
5f9a4395f3d8
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
9bfb5e10dec2
b90413809f26
b9b4695f97d7
b93cc61e8b33
b90413809f26
b90413809f26
b90413809f26
8bfe2e16f426
9897e3d9cead
9897e3d9cead
9897e3d9cead
b93cc61e8b33
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
6b649e2f48e0
6b649e2f48e0
6b649e2f48e0
25bece4c90f6
25bece4c90f6
25bece4c90f6
6b649e2f48e0
.supporter-type-selection .prolog > span:first-child {
    font-weight: bold;
}

.supporter-form-input {
    margin-bottom: .5em;
    white-space: nowrap;
}

.supporter-form-input label {
    display: inline-block;
    font-weight: bold;
    white-space: normal;
}

.supporter-form-input input[name=amount],
.supporter-form-input input[name=a3] {
    width: 5em;
}

.supporter-form-input input[type=radio] {
    margin-left: 1em;
    margin-right: .2em;
}

.supporter-form-input input[type=radio]:first-of-type {
    margin-left: 0;
}

.supporter-form-submit {
    text-align: center;
}

.form-error, .supporter-form-input p {
    font-size: 80%;
    white-space: normal;
}

.form-error {
    color: red;
}

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

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

.supporter-type-selector {
    clear: both;
    font-size: 125%;
    text-align: center;
}

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;
}
a.expander {
    font-size: 75%;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}