src/ztfy/myams/resources/less/tables.less
changeset 206 02a40997d8cb
parent 168 42c0629971ff
equal deleted inserted replaced
205:27ed26ca8623 206:02a40997d8cb
   128 	>tbody >tr:hover >th {
   128 	>tbody >tr:hover >th {
   129 		background-color: #eee;
   129 		background-color: #eee;
   130 	}
   130 	}
   131 }
   131 }
   132 
   132 
       
   133 th,
       
   134 td {
       
   135 	&.col-xs-hide {
       
   136 		@media (max-width: 768px) {
       
   137 			display: none!important;
       
   138 		}
       
   139 	}
       
   140 	&.col-sm-hide {
       
   141 		@media (min-width: 768px) and (max-width: 992px) {
       
   142 			display: none!important;
       
   143 		}
       
   144 	}
       
   145 	&.col-md-hide {
       
   146 		@media (min-width: 992px) and (max-width: 1200px) {
       
   147 			display: none!important;
       
   148 		}
       
   149 	}
       
   150 	&.col-lg-hide {
       
   151 		@media (min-width: 1200px) {
       
   152 			display: none!important;
       
   153 		}
       
   154 	}
       
   155 }
       
   156 
   133 th.checker,
   157 th.checker,
   134 td.checker {
   158 td.checker {
   135 	width: 30px;
   159 	width: 30px;
   136 }
   160 }
   137 
   161 
   139 	width: 70px;
   163 	width: 70px;
   140 }
   164 }
   141 
   165 
   142 th.action,
   166 th.action,
   143 td.action {
   167 td.action {
   144 	width: 26px;
   168 	width: 16px;
   145 }
   169 }
   146 
   170 
   147 .dt-row {
   171 .dt-row {
   148 	padding: 4px 10px;
   172 	padding: 4px 10px;
   149 }
   173 }