Subversion Repositories munaweb

Rev

Rev 8 | Rev 30 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
html, body, h1, h2, h3, h4, h5, h6 {
2
/*    font-family: 'Lato', sans-serif;*/
8 - 3
    font-family: 'Roboto', sans-serif;
4
}
2 - 5
 
8 - 6
.no-pad{margin:0;padding:0;}
7
 
2 - 8
.bottom-margin-0 {
9
	margin-bottom: 0;
10
}
11
 
12
.top-margin-0 {
13
	margin-top: 0;
14
}
15
 
16
.w3-input-2{margin:10px;padding:8px;display:inline;border:none;border-bottom:1px solid #ccc;width:85%}
17
.w3-select-2{margin:10px;padding:9px 0;width:85%;border:none;border-bottom:1px solid #ccc}
18
.w3-btn-2,.w3-button-2{border:none;display:inline;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
19
.no-label-wrap{white-space:nowrap; display:inline-block;}
20
.keepTogether{white-space:nowrap;}
21
 
10 - 22
.chosen-container {max-width: 100% !important;}
8 - 23
 
2 - 24
@media print {
25
	table, th, td {
26
		border-collapse: collapse;
27
		border: 1px solid black;
28
		width: 100%;
29
		text-align: left;
30
		white-space: nowrap;
31
	}
32
 
33
    table { page-break-inside: auto; }
34
    tr    { page-break-inside: avoid; page-break-after: auto; }
35
    thead { display: table-header-group }
36
    tfoot { display: table-footer-group; }
37
    img   { max-height: 50px!important; }
38
}
39
 
40
.css-serial {
41
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
42
}
43
 
44
.css-serial td:first-child:before {
45
  counter-increment: serial-number;  /* Increment the serial number counter */
46
  content: counter(serial-number);  /* Display the counter */
47
}
48
 
49
table.tablesorter tbody tr.odd.checked td {
50
    background: #8080c0;
51
    color: #fff;
52
}
53
table.tablesorter tbody tr.even.checked td {
54
    background: #a0a0e0;
55
    color: #fff;
56
}
57
 
58
.tablesorter-filter.disabled {
59
    display: none;
60
}