-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (62 loc) · 754 Bytes
/
styles.css
File metadata and controls
74 lines (62 loc) · 754 Bytes
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
#flaggedPosts
{
width: 640px;
overflow: hidden;
padding-right: 20px;
float: left;
}
.FlaggedPost
{
padding: .25em;
}
.FlaggedPost:nth-child(2n)
{
background-color: rgba(0,0,0,0.025);
}
.FlaggedPost h3
{
font-family: Arial;
font-weight: normal;
font-size: 16px;
}
#postflag-bar .nav-button.filtered-nav
{
width: 30px;
background-color: #33a030;
}
#postflag-bar .migration-link
{
float: right;
}
ul.flagList
{
clear: both;
padding-top: 1em;
}
.author
{
float: right;
}
#flagFilters
{
width:320px;
overflow:hidden;
}
.flagFilterCategory
{
max-height: 200px;
overflow: auto;
}
.flagFilterCategory ul
{
list-style: none;
margin-left: 1em;
}
#flagSort
{
margin-bottom: 1em;
}
#flagSort label
{
margin-right: 1em;
}