Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.mt-bootstrap-tables{
2
	.mt-btm-transform{
3
		.bars {
4
			height:auto;
5
		}
6
	}
7
}
8
 
9
.fixed-table-toolbar {
10
	.columns {
11
		label {
12
			margin: 10px;
13
			padding: 0 0 0 30px;
14
		}
15
	}
16
}
17
 
18
.fixed-table-header {
19
	th.bs-checkbox  {
20
		outline: none;
21
 
22
		.th-inner  {
23
			overflow: visible;
24
 
25
			.mt-checkbox {
26
				right: -5px;
27
			}
28
		}
29
	}
30
}