@@ -1445,12 +1445,12 @@ table th[class*="col-"] {
1445
1445
.table > thead > .active > th ,
1446
1446
.table > tbody > .active > th ,
1447
1447
.table > tfoot > .active > th {
1448
- background-color : # 0099d3 ;
1448
+ background-color : # d5ecf9 ;
1449
1449
}
1450
1450
.table-hover > tbody > tr > .active : hover ,
1451
1451
.table-hover > tbody > .active : hover > td ,
1452
1452
.table-hover > tbody > .active : hover > th {
1453
- background-color : # 0087ba ;
1453
+ background-color : # bfe2f6 ;
1454
1454
}
1455
1455
.table > thead > tr > .success ,
1456
1456
.table > tbody > tr > .success ,
@@ -7804,90 +7804,59 @@ fieldset[disabled] .btn-primary.active {
7804
7804
margin-left : -1px ;
7805
7805
}
7806
7806
.dataTables_header {
7807
- position : relative;
7808
- padding : 5px ;
7807
+ background-color : # f6f6f6 ;
7809
7808
border : 1px solid # d1d1d1 ;
7810
7809
border-bottom : none;
7811
- background-color : # f6f6f6 ;
7810
+ padding : 5px ;
7811
+ position : relative;
7812
7812
text-align : center;
7813
7813
}
7814
7814
.dataTables_header .dataTables_filter {
7815
7815
position : absolute;
7816
7816
}
7817
7817
.dataTables_header .dataTables_filter input {
7818
- height : 24px ;
7819
7818
border : 1px solid # bbb ;
7819
+ height : 24px ;
7820
+ }
7821
+ @media (max-width : 767px ) {
7822
+ .dataTables_header .dataTables_filter input {
7823
+ width : 100px ;
7824
+ }
7820
7825
}
7821
7826
.dataTables_header .dataTables_info {
7822
7827
padding : 2px 0 ;
7823
7828
}
7829
+ @media (max-width : 480px ) {
7830
+ .dataTables_header .dataTables_info {
7831
+ text-align : right;
7832
+ }
7833
+ }
7824
7834
.dataTables_header .dataTables_info b {
7825
7835
font-weight : bold;
7826
7836
}
7827
- table .datatable {
7828
- max-width : none !important ;
7829
- margin-bottom : 0 ;
7830
- }
7831
- table .datatable thead .sorting ,
7832
- table .datatable thead .sorting_asc ,
7833
- table .datatable thead .sorting_desc ,
7834
- table .datatable thead .sorting_asc_disabled ,
7835
- table .datatable thead .sorting_desc_disabled {
7836
- cursor : pointer;
7837
- * cursor : hand;
7838
- }
7839
- table .datatable thead .sorting_asc ,
7840
- table .datatable thead .sorting_desc {
7841
- position : relative;
7842
- border-top : 1px solid # 0099d3 !important ;
7843
- border-right : none;
7844
- color : # 0099d3 !important ;
7845
- }
7846
- table .datatable thead .sorting_asc : after ,
7847
- table .datatable thead .sorting_desc : after {
7848
- position : relative;
7849
- top : 2px ;
7850
- left : 7px ;
7851
- width : 11px ;
7852
- height : 8px ;
7853
- font-weight : normal;
7854
- font-size : 9px ;
7855
- line-height : 11px ;
7856
- font-family : "FontAwesome" ;
7857
- vertical-align : baseline;
7858
- content : "\f107" ;
7859
- }
7860
- table .datatable thead .sorting_asc : after {
7861
- top : -3px ;
7862
- content : "\f106" ;
7863
- }
7864
- table .datatable th : active {
7865
- outline : none;
7866
- }
7867
7837
.dataTables_footer {
7868
- overflow : hidden ;
7838
+ background-color : # fff ;
7869
7839
border : 1px solid # d1d1d1 ;
7870
7840
border-top : none;
7871
- background-color : # fff ;
7841
+ overflow : hidden ;
7872
7842
}
7873
7843
.dataTables_paginate {
7844
+ background : # fafafa ;
7874
7845
float : right;
7875
7846
margin : 0 ;
7876
- border-top : 1px solid # fff ;
7877
- background : # fafafa ;
7878
7847
}
7879
7848
.dataTables_paginate .pagination {
7880
7849
float : left;
7881
7850
margin : 0 ;
7882
7851
}
7883
7852
.dataTables_paginate .pagination > li > span {
7884
- width : 31px ;
7885
7853
border-color : # ffffff # e1e1e1 # f4f4f4 ;
7886
7854
border-width : 0 1px ;
7855
+ font-size : 15px ;
7856
+ font-weight : normal;
7887
7857
padding : 0 ;
7888
7858
text-align : center;
7889
- font-weight : normal;
7890
- font-size : 15px ;
7859
+ width : 31px ;
7891
7860
}
7892
7861
.dataTables_paginate .pagination > li > span : hover ,
7893
7862
.dataTables_paginate .pagination > li > span : focus {
@@ -7897,36 +7866,91 @@ table.datatable th:active {
7897
7866
border-right : none;
7898
7867
}
7899
7868
.dataTables_paginate .pagination > li .disabled > span {
7900
- border-right-color : # ececec ;
7901
- border-left-color : # ececec ;
7902
7869
background : # f5f5f5 ;
7870
+ border-left-color : # ececec ;
7871
+ border-right-color : # ececec ;
7903
7872
filter : progid:DXImageTransform.Microsoft.gradient(enabled = false);
7904
7873
}
7905
7874
.dataTables_paginate .pagination-input {
7906
7875
float : left;
7907
- padding : 4px 15px 0 ;
7908
- text-align : right;
7909
7876
font-size : 11px ;
7910
7877
line-height : 1em ;
7878
+ padding : 4px 15px 0 ;
7879
+ text-align : right;
7911
7880
}
7912
7881
.dataTables_paginate .pagination-input .paginate_input {
7913
- width : 30px ;
7914
- height : 19px ;
7915
- margin-right : 8px ;
7916
- padding-right : 3px ;
7917
7882
border : 1px solid # d3d3d3 ;
7918
7883
-webkit-box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 );
7919
7884
box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.075 );
7920
- text-align : right;
7921
7885
font-size : 11px ;
7922
7886
font-weight : 600 ;
7887
+ height : 19px ;
7888
+ margin-right : 8px ;
7889
+ padding-right : 3px ;
7890
+ text-align : right;
7891
+ width : 30px ;
7923
7892
}
7924
7893
.dataTables_paginate .pagination-input .paginate_of {
7925
7894
position : relative;
7926
7895
}
7927
7896
.dataTables_paginate .pagination-input .paginate_of b {
7928
7897
margin-left : 3px ;
7929
7898
}
7899
+ @media (max-width : 767px ) {
7900
+ .dataTables_wrapper .table-responsive {
7901
+ margin-bottom : 0 ;
7902
+ }
7903
+ }
7904
+ table .datatable {
7905
+ margin-bottom : 0 ;
7906
+ max-width : none !important ;
7907
+ }
7908
+ table .datatable thead .sorting ,
7909
+ table .datatable thead .sorting_asc ,
7910
+ table .datatable thead .sorting_desc ,
7911
+ table .datatable thead .sorting_asc_disabled ,
7912
+ table .datatable thead .sorting_desc_disabled {
7913
+ cursor : pointer;
7914
+ * cursor : hand;
7915
+ }
7916
+ table .datatable thead .sorting_asc ,
7917
+ table .datatable thead .sorting_desc {
7918
+ border : 0 ;
7919
+ color : # 0099d3 !important ;
7920
+ display : block;
7921
+ position : relative;
7922
+ }
7923
+ table .datatable thead .sorting_asc : after ,
7924
+ table .datatable thead .sorting_desc : after {
7925
+ content : "\f107" ;
7926
+ font-family : "FontAwesome" ;
7927
+ font-size : 9px ;
7928
+ font-weight : normal;
7929
+ height : 8px ;
7930
+ left : 7px ;
7931
+ line-height : 11px ;
7932
+ position : relative;
7933
+ top : 2px ;
7934
+ vertical-align : baseline;
7935
+ width : 11px ;
7936
+ }
7937
+ table .datatable thead .sorting_asc : before ,
7938
+ table .datatable thead .sorting_desc : before {
7939
+ background : # 0099d3 ;
7940
+ content : '' ;
7941
+ height : 2px ;
7942
+ position : absolute;
7943
+ left : 0 ;
7944
+ top : 0 ;
7945
+ width : 100% ;
7946
+ }
7947
+ table .datatable thead .sorting_asc : after {
7948
+ content : "\f106" ;
7949
+ top : -3px ;
7950
+ }
7951
+ table .datatable th : active {
7952
+ outline : none;
7953
+ }
7930
7954
.caret {
7931
7955
font-family : "FontAwesome" ;
7932
7956
font-weight : normal;
0 commit comments