-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
53 lines (46 loc) · 857 Bytes
/
style.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
#patchpanel_tooltip {
position: fixed;
z-index: 10;
display: none;
border: 3px solid #959FA9;
border-radius: 3px;
color: #343434;
background: #fff;
}
#patchpanel_tooltip .title {
background: #ccc;
background-image: -webkit-linear-gradient(top, #3A879B8, #2E629D);
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
#patchpanel_tooltip .content {
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
}
#patchpanel_tooltip table {
border: none;
padding: 0px;
margin: 0px;
}
#patchpanel_tooltip p {
margin: 0px 0px;;
}
div.patchpanel {
display: inline-block;
padding: 20px;
vertical-align: top;
overflow: none;
max-width: 100%;
}
div.patchpanel_container {
display:block;
line-height:0;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
}