Fix #5642 - Report designer - hebe
[roojs1] / old-css-bootstrap / table.css
1 /* paging toolbar */
2
3 .pagination .x-paging-position span {
4     padding-top:3px; padding-bottom:3px;
5 }
6 .pagination .x-paging-position span  input {
7     margin: 0 3px;
8 }
9
10 .navbar .pagination>li>span {
11     min-height:34px;
12 }
13
14 .navbar .pagination {
15     margin: 0;
16 }
17
18
19 /* these are technicall adminlte related */
20 .skin-blue  .navbar .pagination > li > a:active,
21 .skin-blue  .navbar .pagination > li > a:focus,
22 .skin-blue .navbar .pagination>li>a {
23     background-color: #428bca;
24     
25 }
26 .skin-blue  .navbar .pagination > li > a:hover
27 {
28    background-color:  rgb(221, 221, 221);
29 }
30 .skin-blue table .navbar {
31     background-color: #fff;
32  
33 }
34 .skin-blue .navbar .pagination>li.disabled >a{
35     background-color: rgb(221, 221, 221);
36 }
37 .skin-blue table .navbar {
38     margin-bottom: 0;
39     min-height: 0;
40 }
41
42 .table .sortable {
43     cursor: pointer;
44 }
45
46 .table-body-fixed tbody {
47    overflow-y: scroll;
48    width: 100%;
49 }
50 .table-body-fixed  thead,
51 .table-body-fixed  tbody,
52 .table-body-fixed th   {
53   display: block;
54 }
55 .table-body-fixed thead {
56     overflow:  hidden;
57 }
58
59
60 .table-body-fixed tbody td, 
61 .table-body-fixed thead > tr> th {
62   float: left;
63   border-bottom-width: 0;
64 }
65
66 /* fake infinate widt.. */
67 .table-body-fixed thead > tr,
68 .table-body-fixed tbody > tr
69 {
70     display: block;
71     overflow: hidden;
72 }
73
74 /* standard bootstrap does not colour rows very well.. */
75
76
77 .table > tbody > tr.info
78 {
79   background-color: #d9edf7;
80 }
81
82 .table-hover > tbody > tr.info:hover
83 {
84   background-color: #c4e3f3;
85 }