-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
83 lines (83 loc) · 1.45 KB
/
styles.css
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.qa-flag-reasons-wrap {
display:inline-block;
min-width:250px;
position:relative;
background:#FFC;
border:1px solid #FCC;
padding:35px;
margin:10px 0 30px 0;
text-align:left;
z-index:3335;
}
.qa-flag-reasons-wrap .closer {
position:absolute;
top:5px;
right:7px;
font-size:20px;
color:#333;
cursor:pointer;
background:#c7c7c7;
border-radius:3px;
width:20px;
height:20px;
line-height: 20px;
text-align:center;
}
.qa-flag-reasons-wrap h4 {
margin-bottom:10px;
}
.qa-flag-reasons-wrap label {
display:block;
padding:7px 0;
}
input[name="qa-spam-reason-radio"] {
margin:0 2px 0 0;
}
input[name="qa-spam-reason-radio"]:checked+span { font-weight: bold; }
.qa-spam-reason-text-wrap {
display:block;
margin:20px 0 10px 0;
}
.qa-spam-reason-text {
padding:7px;
height:auto;
}
.qa-go-flag-send-button {
margin-top:15px;
}
#flagbox-popup {
background: #000000;
background: rgba(0,0,0,0.75);
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
z-index: 5119;
}
#flagbox-center {
margin: 6% auto;
width: auto;
text-align: center;
}
.qa-flagreason-list {
padding-left:0;
margin:0px;
list-style:none;
}
.qa-flagreason-list li {
margin-bottom:15px;
}
.qa-flag-wrap {
display:block;
}
.qa-flagreasons {
display:inline-block;
max-width:90%;
margin-bottom:30px;
padding:20px 20px 5px 20px;
background:#ffcd41;
color:#333;
border:1px solid #F9A;
}