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

admin.css « css « public - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c9b51f00651ffdf39630ff42d9db0a1622cda55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.admin-nav-item {
    margin-bottom: 5px;
}

.stats-icon {
    margin-left: 0.3em;
}

.change-password {
    width: 150px;
}

.change-password-btn {
    margin-top: 15px;
}

.password-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden-metadata {
    display: none;
}

.api-quota {
    display: inline;
}

.users-heading {
    display: inline-block;
    margin-bottom: 0.9em;
    margin-right: 0.5em;
}

input.api-quota {
    display: inline;
    width: 9em;
    font-size: .85em;
    height: .85em;
    padding-left: 0.8em;
}

.wrap-text {
    word-wrap: break-word;
}

@media (min-width: 700px) {
    table {
        table-layout: fixed;
    }
}

a.new-user-add {
    margin-left: 0.5em
}

.edit-long-link-btn {
    opacity: 0.45;
}