-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.css
88 lines (83 loc) · 1.58 KB
/
log.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
78
79
80
81
82
83
84
85
86
87
#content {
position: absolute;
top: 0;
margin-right: 5px;
bottom: 30px;
height : auto;
width: 99%;
}
.uibox {
border: 1px solid #a3a3a3;
border-radius: 4px;
overflow: hidden;
background: #fff;
}
.offset {
margin-top: 5px;
}
.scroller {
overflow: auto;
}
#log {
margin-top : 20px;
margin-bottom :30px;
border: 1px solid #CCC;
border-collapse: separate;
}
.table {
width: 100%;
position: relative;
margin: 0 auto;
border-spacing: 2px;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.row_title {
background :#CCC;
height : 25px;
text-align: left;
}
.row {
background: #FCD9D9;
}
tr{
height :20px;
}
#pagination{
text-align: center;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#3d3d3d;
margin-top: 20px;
width:100%;
}
#pagination a, #pagination strong{
list-style-type: none;
display: inline;
padding: 5px 8px;
text-decoration: none;
background-color: inherit;
color: #007F49;
font-weight: bold;
}
#pagination strong{
color: #ffffff;
background-color:#007F49;
background-position: top center;
background-repeat: no-repeat;
text-decoration: none;
}
#pagination a:hover{
color: #ffffff;
background-color:#F00;
background-position: top center;
background-repeat: no-repeat;
text-decoration: none;
}
#current_page {
text-align: center;
color:#007F49;
margin-top: 10px;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}