forked from brentyates/prettypullrequests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpullrequest.css
More file actions
36 lines (31 loc) · 701 Bytes
/
pullrequest.css
File metadata and controls
36 lines (31 loc) · 701 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
.collapse-lines {
float: right;
line-height: 31px;
margin-right: 10px;
}
.collapse-lines input {
margin-right: 3px;
}
.collapse-lines label {
margin-left: 10px;
}
.hide-whitespace label {
display: block;
font-size: 13px;
font-weight: normal;
line-height: 18px;
margin-left: 10px;
}
.js-selectable-text,
.user-select-contain {
cursor: pointer;
}
.bottom-collapse {
cursor: pointer;
font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
text-align: center !important;
margin: 0;
padding: 2px;
background-color: #f7f7f7;
border-top: 1px solid #d8d8d8
}