Statistics
| Branch: | Tag: | Revision:

root / static / css / style.css @ af9d484b

History | View | Annotate | Download (1.7 kB)

1
.side-menu > li > a {
2
    border: 1px solid #E5E5E5;
3
    display: block;
4
    margin: 0 0 -1px;
5
    padding: 8px 14px;
6
}
7

    
8

    
9
.side-menu > li:first-child > a {
10
    border-radius: 6px 6px 0 0;
11
}
12

    
13
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
14
 *
15
 * Everything below this line is the same as demo_table.css. This file is
16
 * required for 'cleanliness' of the markup
17
 *
18
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
19

    
20

    
21

    
22
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
23
 * DataTables features
24
 */
25

    
26
div.dataTables_length label {
27
        float: left;
28
        text-align: left;
29
}
30

    
31
div.dataTables_length select {
32
        width: 75px;
33
}
34

    
35
div.dataTables_filter label {
36
        float: right;
37
}
38

    
39
div.dataTables_info {
40
        padding-top: 8px;
41
}
42

    
43
div.dataTables_paginate {
44
        float: right;
45
        margin: 0;
46
}
47

    
48
table.table {
49
        clear: both;
50
        margin-bottom: 6px !important;
51
}
52

    
53
table.table thead .sorting,
54
table.table thead .sorting_asc,
55
table.table thead .sorting_desc,
56
table.table thead .sorting_asc_disabled,
57
table.table thead .sorting_desc_disabled {
58
        cursor: pointer;
59
        *cursor: hand;
60
}
61

    
62
table.table thead .sorting { background: url('/static/img/sort_both.png') no-repeat center right; }
63
table.table thead .sorting_asc { background: url('/static/img/sort_asc.png') no-repeat center right; }
64
table.table thead .sorting_desc { background: url('/static/img/sort_desc.png') no-repeat center right; }
65

    
66
table.table thead .sorting_asc_disabled { background: url('/static/img/sort_asc_disabled.png') no-repeat center right; }
67
table.table thead .sorting_desc_disabled { background: url('/static/img/sort_desc_disabled.png') no-repeat center right; }
68

    
69
table.dataTable th:active {
70
        outline: none;
71
}
72

    
73

    
74
tr.even {
75
        background: #eaeaea;
76
}
77

    
78
.breadcrumb{
79
        background-color: white;
80
}