summaryrefslogtreecommitdiffstats
path: root/skins/custom/create_bug.css
blob: b3088048ddcb4d10f0c5f23e527e386452401f3b (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

.tracking_flags .field_label a {
    font-weight: normal !important;
    color: #000;
}

#guided {
    margin-top: 30px;
}

#component {
    width: 25em;
}

.hidden_text {
    opacity: 0;
    filter: alpha(opacity=0);
}

#bug_create_warning {
    border: 1px solid #dddddd;
    background: #fff9db;
    color: #666458;
    padding: 5px;
}

#bug_create_warning_image {
    float: left;
    padding: 5px;
}

#bug_create_warning_text {
    margin-left: 42px;
}