Blame view

FlaskT.v0.3/static/css/style.css 922 Bytes
1f1943eb   qijun   initial commit
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
61
62
body {
    font-size: 140%;
}

table th .glyphicon,
table th .fa {
    color: #688a7e;
}

#loginModal .modal-dialog {
    width: 35%;
}

.form-group.required .control-label:after {
    color: #00a0df;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top: 7px;
}

.form-actions {
    margin: 0px;
    text-align: center;
}

.form-actions .btn {
    margin: 10px;
}

.label.colored {
    padding: 5px 5px 5px;
    font-size: 11.75px;
    font-weight: bold;
    color: #ffffff;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    background-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label.error {
    background-color: #c43c35;
}

.label.warning {
    background-color: #f89406;
}

.label.success {
    background-color: #46a546;
}

.label.primary {
    background-color: #00a0df;
}

.label.info {
    background-color: #62cffc;
}