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

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

#guided {
    margin-top: 30px;
}

#component {
    width: 25em;
}

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