summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web/new_bug.css
blob: 8a161bb9ac01fd77fd404cee811b16f59b9c6bc3 (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
#bugzilla-body {
    max-width: initial;
    min-width: initial;
    width: initial;
}

#create-btn {
    margin: 5px 0 5px 0;
    float: right;
    padding: 8px;
}

#reset {
    padding: 1.5px 8px;
}

.new-bug-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding:5px;
}

.new-bug {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    padding:5px;
}

.new-bug-split-1 {
    flex: 2 1 30px;
    margin:5px;
}
.new-bug-split-2 {
    flex: 4 1 30px;
    margin:5px;
}
.new-bug-pad {
    flex: 1 1 30px;
    margin:5px;
}

.new-bug-title {
    flex: 6 1 30px;
    margin:5px;
}

.file-container {
    padding: 8px;
}