-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowser.css
More file actions
38 lines (38 loc) · 731 Bytes
/
Copy pathbrowser.css
File metadata and controls
38 lines (38 loc) · 731 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
.ghd-container {
position: absolute;
top: 0px;
right: 100%;
margin-right: 10px;
background-color: #eaeaea;
background-image: linear-gradient(#fafafa, #eaeaea);
border: 1px solid #eaeaea;
border-bottom: #cacaca;
border-radius: 3px;
padding: 10px;
min-width: 100px;
max-width: 250px;
word-wrap: break-word;
z-index: 1;
}
.ghd-container .list-title {
line-height: 35px;
font-size: 12px;
color: #777;
text-decoration: none;
text-shadow: 0 1px 0 white;
}
.ghd-container ul {
padding: 0 0 0 20px;
margin: 0;
}
.ghd-container li {
list-style: decimal;
margin-bottom: 5px;
}
.view-pull-request {
position: relative;
}
div.ghd-files {
}
div.ghd-file {
}