-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwebtail.css
77 lines (65 loc) · 995 Bytes
/
webtail.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
/*
WebTail project CSS file
https://github.com/LeKovr/webtail
*/
tr:nth-child(even) {background-color: #f2f2f2}
tr:hover {background-color: #f5f5f5}
th, td {
border-bottom: 1px solid #ddd;
padding: 5px;
}
.bottom {
background: #f2f2f2;
font-size: 9pt;
position: fixed;
bottom:0;
left: 0;
right:0;
}
.hide {
display: none;
}
.content {
width:95%;
min-height:300px;
}
.data {
width: 95vw;
font-family: monospace;
padding-top:38px;
padding-bottom:12px;
}
.top {
overflow: hidden;
position:fixed;
width:100%;
top:0px;
left: 0;
background: #f2f2f2;
padding-bottom:2px;
padding-left:10px;
}
.right {
float: right;
text-align: right;
padding-right: 20px;
font-color: #888;
background: #f2f2f2;
padding-top: 4px;
}
.right label {
vertical-align: top;
}
.left {
display: inline-block;
padding-top:2px;
padding-left:4px;
overflow: hidden;
background: #f2f2f2;
}
h4 {
margin: 3px;
}
form {
display: inline-block;
}