src/pyams_skin/resources/css/myams.css
changeset 204 8a2dde430b94
parent 201 147100af7a41
child 212 60e431d538dc
equal deleted inserted replaced
203:d811cf32fb09 204:8a2dde430b94
  7718   border-bottom: 1px solid #ddd;
  7718   border-bottom: 1px solid #ddd;
  7719 }
  7719 }
  7720 .table-hover > tbody > tr:hover > td,
  7720 .table-hover > tbody > tr:hover > td,
  7721 .table-hover > tbody > tr:hover > th {
  7721 .table-hover > tbody > tr:hover > th {
  7722   background-color: #eee;
  7722   background-color: #eee;
       
  7723 }
       
  7724 @media (max-width: 768px) {
       
  7725   th.col-xs-hide,
       
  7726   td.col-xs-hide {
       
  7727     display: none!important;
       
  7728   }
       
  7729 }
       
  7730 @media (min-width: 768px) and (max-width: 992px) {
       
  7731   th.col-sm-hide,
       
  7732   td.col-sm-hide {
       
  7733     display: none!important;
       
  7734   }
       
  7735 }
       
  7736 @media (min-width: 992px) and (max-width: 1200px) {
       
  7737   th.col-md-hide,
       
  7738   td.col-md-hide {
       
  7739     display: none!important;
       
  7740   }
       
  7741 }
       
  7742 @media (min-width: 1200px) {
       
  7743   th.col-lg-hide,
       
  7744   td.col-lg-hide {
       
  7745     display: none!important;
       
  7746   }
  7723 }
  7747 }
  7724 th.checker,
  7748 th.checker,
  7725 td.checker {
  7749 td.checker {
  7726   width: 30px;
  7750   width: 30px;
  7727 }
  7751 }