documentlog.css
757 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
body{
background-color:#f2f2f2;
}
.div-log-radio{
/* margin-left:10px; */
margin-top:25px;
}
.div-log-radio input[type="radio"]{
margin-right:10px;
cursor: pointer;
}
.div-log-radio label{
/* margin-right:40px; */
cursor: pointer;
color:#139ce9;
display: inline-block;
}
.tab-content{
flex-grow:1;
padding-left:10px;
padding-top:6px;
padding-right:10px;
margin:20px;
background-color: white;
/* height:290px;
overflow: auto;*/
}
.tab-pane table{
width:100%;
}
.tab-pane th{
text-align:left;
font-weight: normal;
color:#139ce9;
}
.tab-pane thead th{
border-bottom:1px dashed #ccc;
}
.tab-pane th,.tab-pane td{
line-height: 30px;
}
.img-selected-arrow{
margin-top: -18px;
margin-left: 20px;
}
.sort-time{
cursor:pointer;
}