Welcome to mirror list, hosted at ThFree Co, Russian Federation.

signup.css « css « public - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2de4c77d8fe9ffd318347a1a2fe9914d67113d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.form-field {
    margin-bottom: 25px;
}

.right-col-one {
    margin-top: 83px;
}

.right-col-next {
    padding-top: 25px;
}

.title {
    padding-bottom: 20px;
}

.login-prompt {
    padding-top: 15px;
}

.g-recaptcha {
    margin-bottom: 2em;
}