summaryrefslogtreecommitdiffstats
path: root/skins/custom/create_bug.css
blob: 044896d68d49fd623f1b1f10b3153f0c32430d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#bug_tracking_flags .field_label {
    font-weight: normal !important;
}

#guided {
    margin-top: 30px;
}

#component {
    width: 25em;
}

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