Statistics
| Branch: | Tag: | Revision:

root / static / css / style.css @ 80d3b062

History | View | Annotate | Download (2.5 kB)

1
body{
2
        font-size: 13px;
3
}
4

    
5
label, input, button, select, textarea {
6
    font-size: 13px;
7
   }
8

    
9
input, textarea {
10
    width: 140px;
11
}
12

    
13
select {
14
    width: 140px;
15
}
16

    
17
.side-menu > li > a {
18
    border: 1px solid #E5E5E5;
19
    display: block;
20
    margin: 0 0 -1px;
21
    padding: 8px 14px;
22
}
23

    
24
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
25
    font-size: 13px;
26
}
27

    
28
.side-menu > li:first-child > a {
29
    border-radius: 6px 6px 0 0;
30
}
31

    
32
.btn{
33
        font-size: 13px;
34
}
35
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
36
 *
37
 * Everything below this line is the same as demo_table.css. This file is
38
 * required for 'cleanliness' of the markup
39
 *
40
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
41

    
42

    
43

    
44
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
45
 * DataTables features
46
 */
47

    
48
div.dataTables_length label {
49
        float: left;
50
        text-align: left;
51
}
52

    
53
div.dataTables_length select {
54
        width: 75px;
55
}
56

    
57
div.dataTables_filter label {
58
        float: right;
59
}
60

    
61
div.dataTables_info {
62
        padding-top: 8px;
63
}
64

    
65
div.dataTables_paginate {
66
        float: right;
67
        margin: 0;
68
}
69

    
70
table.table {
71
        clear: both;
72
        margin-bottom: 6px !important;
73
}
74

    
75
table.table thead .sorting,
76
table.table thead .sorting_asc,
77
table.table thead .sorting_desc,
78
table.table thead .sorting_asc_disabled,
79
table.table thead .sorting_desc_disabled {
80
        cursor: pointer;
81
        *cursor: hand;
82
}
83

    
84
table.table thead .sorting { background: url('/static/img/sort_both.png') no-repeat center right; }
85
table.table thead .sorting_asc { background: url('/static/img/sort_asc.png') no-repeat center right; }
86
table.table thead .sorting_desc { background: url('/static/img/sort_desc.png') no-repeat center right; }
87

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

    
91
table.dataTable th:active {
92
        outline: none;
93
}
94

    
95

    
96
tr.even {
97
        background: #eaeaea;
98
}
99

    
100
.breadcrumb{
101
        background-color: white;
102
}
103

    
104
.roundButton {
105
    border-radius: 55px 55px 55px 55px !important;
106
    height: 55px !important;
107
    width: 55px !important;
108
}
109

    
110
.roundButtonHolder {    
111
    left: 74px !important;
112
    top: 12px !important;
113
}