src/pyams_skin/resources/css/myams.css
changeset 263 8e84f26626ae
parent 254 08b3bb9121c9
child 283 c69daf695ed9
equal deleted inserted replaced
262:62ea7078d7c9 263:8e84f26626ae
  3647 .padding-right-10 {
  3647 .padding-right-10 {
  3648   padding-right: 10px!important;
  3648   padding-right: 10px!important;
  3649 }
  3649 }
  3650 .padding-right-20 {
  3650 .padding-right-20 {
  3651   padding-right: 20px!important;
  3651   padding-right: 20px!important;
       
  3652 }
       
  3653 @media (max-width: 768px) {
       
  3654   .col-xs-hide {
       
  3655     display: none!important;
       
  3656   }
       
  3657 }
       
  3658 @media (min-width: 768px) and (max-width: 992px) {
       
  3659   .col-sm-hide {
       
  3660     display: none!important;
       
  3661   }
       
  3662 }
       
  3663 @media (min-width: 992px) and (max-width: 1200px) {
       
  3664   .col-md-hide {
       
  3665     display: none!important;
       
  3666   }
       
  3667 }
       
  3668 @media (min-width: 1200px) {
       
  3669   .col-lg-hide {
       
  3670     display: none!important;
       
  3671   }
  3652 }
  3672 }
  3653 .no-padding {
  3673 .no-padding {
  3654   padding: 0!important;
  3674   padding: 0!important;
  3655 }
  3675 }
  3656 .no-padding .md-editor,
  3676 .no-padding .md-editor,
  7794 }
  7814 }
  7795 .table-hover > tbody > tr:hover > td,
  7815 .table-hover > tbody > tr:hover > td,
  7796 .table-hover > tbody > tr:hover > th {
  7816 .table-hover > tbody > tr:hover > th {
  7797   background-color: #eee;
  7817   background-color: #eee;
  7798 }
  7818 }
  7799 @media (max-width: 768px) {
       
  7800   th.col-xs-hide,
       
  7801   td.col-xs-hide {
       
  7802     display: none!important;
       
  7803   }
       
  7804 }
       
  7805 @media (min-width: 768px) and (max-width: 992px) {
       
  7806   th.col-sm-hide,
       
  7807   td.col-sm-hide {
       
  7808     display: none!important;
       
  7809   }
       
  7810 }
       
  7811 @media (min-width: 992px) and (max-width: 1200px) {
       
  7812   th.col-md-hide,
       
  7813   td.col-md-hide {
       
  7814     display: none!important;
       
  7815   }
       
  7816 }
       
  7817 @media (min-width: 1200px) {
       
  7818   th.col-lg-hide,
       
  7819   td.col-lg-hide {
       
  7820     display: none!important;
       
  7821   }
       
  7822 }
       
  7823 th > .btn-group:first-child {
  7819 th > .btn-group:first-child {
  7824   margin-left: 20px;
  7820   margin-left: 20px;
  7825   vertical-align: bottom;
  7821   vertical-align: bottom;
  7826 }
  7822 }
  7827 th.checker,
  7823 th.checker,
  7917 .dataTables_wrapper table.table thead .sorting_asc,
  7913 .dataTables_wrapper table.table thead .sorting_asc,
  7918 .dataTables_wrapper table.table thead .sorting_asc_disabled,
  7914 .dataTables_wrapper table.table thead .sorting_asc_disabled,
  7919 .dataTables_wrapper table.table thead .sorting_desc,
  7915 .dataTables_wrapper table.table thead .sorting_desc,
  7920 .dataTables_wrapper table.table thead .sorting_desc_disabled {
  7916 .dataTables_wrapper table.table thead .sorting_desc_disabled {
  7921   cursor: pointer;
  7917   cursor: pointer;
  7922   padding-right: 20px;
  7918   padding-right: 18px!important;
  7923 }
  7919 }
  7924 .dataTables_wrapper table.table thead .sorting {
  7920 .dataTables_wrapper table.table thead .sorting {
  7925   background: url(../img/datatable/sort_both.png) no-repeat center right;
  7921   background: url(../img/datatable/sort_both.png) no-repeat center right;
  7926 }
  7922 }
  7927 .dataTables_wrapper table.table thead .sorting_asc {
  7923 .dataTables_wrapper table.table thead .sorting_asc {