src/pyams_skin/resources/less/typo.less
changeset 127 b097dcbfb6c9
parent 118 391ad752903e
child 141 1fa3a734453e
equal deleted inserted replaced
126:b94a381c36c2 127:b097dcbfb6c9
   361 
   361 
   362 .width {
   362 .width {
   363 	&-nomin {
   363 	&-nomin {
   364 		min-width: 0!important;
   364 		min-width: 0!important;
   365 	}
   365 	}
       
   366 	&-20 {
       
   367 		width: 20px;
       
   368 		max-width: 20px;
       
   369 	}
       
   370 	&-40 {
       
   371 		width: 40px;
       
   372 		max-width: 40px;
       
   373 	}
       
   374 	&-50 {
       
   375 		width: 50px;
       
   376 		max-width: 50px;
       
   377 	}
       
   378 	&-60 {
       
   379 		width: 60px;
       
   380 		max-width: 60px;
       
   381 	}
       
   382 	&-80 {
       
   383 		width: 80px;
       
   384 		max-width: 80px;
       
   385 	}
   366 	&-100 {
   386 	&-100 {
   367 		width: 100px;
   387 		width: 100px;
   368 		max-width: 100px;
   388 		max-width: 100px;
   369 	}
   389 	}
   370 	&-200 {
   390 	&-200 {
   487 	.widget-body& .cke_chrome {
   507 	.widget-body& .cke_chrome {
   488 		border: 0;
   508 		border: 0;
   489 	}
   509 	}
   490 	>pre {
   510 	>pre {
   491 		margin: 30px;
   511 		margin: 30px;
   492 	}
       
   493 	.dataTables_wrapper table,
       
   494 	>table {
       
   495 		border: 0!important;
       
   496 		margin-bottom: 0!important;
       
   497 	}
       
   498 	.dataTables_wrapper table,
       
   499 	>table {
       
   500 		tr td:first-child,
       
   501 		tr th:first-child {
       
   502 			border-left: 0!important;
       
   503 		}
       
   504 		tr td:last-child,
       
   505 		tr th:last-child {
       
   506 			border-right: 0!important;
       
   507 		}
       
   508 		tr:last-child td {
       
   509 			border-bottom: 0;
       
   510 		}
       
   511 	}
   512 	}
   512 	&-bottom {
   513 	&-bottom {
   513 		padding-bottom: 0!important;
   514 		padding-bottom: 0!important;
   514 	}
   515 	}
   515 }
   516 }