blob: 0ccbb7e0c2bb6dd1e3b4934812557e82f626642e (
plain)
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
|
#page-content-outer {
border: 1px solid #ccc;
padding-top: 1px;
display:block;
}
#content{
*padding-top:60px
}
.form {
padding-top: 1px;
}
.list td {
border-bottom: 1px dotted #eee;
}
.list tr:hover>th, th {
background: #eee url(table-header-bg.png) repeat-x 0 0 scroll;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.list tr:hover>td {
background: transparent url(list_hover.png) repeat-x 0 -1px scroll;
}
.list td .small-button {
margin: 0 5px 8px 0;
}
ul.tab_menu a span {
display: inline-block;
padding: 9px 29px 8px;
}
.small-button {
margin-right: 2px;
}
.small-button span {
padding: 0 11px 1px 8px;
}
.client-actions .danger{
*margin-top:-23px;
}
#alert{
top:45px;
z-index:99999;
}
.large.button input{
padding-top:5px;
}
.form-title{
*margin-top:24px;
}
|