src/pyams_skin/resources/less/typo.less
changeset 127 b097dcbfb6c9
parent 118 391ad752903e
child 141 1fa3a734453e
--- a/src/pyams_skin/resources/less/typo.less	Thu Apr 21 17:21:09 2016 +0200
+++ b/src/pyams_skin/resources/less/typo.less	Thu Apr 21 17:23:43 2016 +0200
@@ -363,6 +363,26 @@
 	&-nomin {
 		min-width: 0!important;
 	}
+	&-20 {
+		width: 20px;
+		max-width: 20px;
+	}
+	&-40 {
+		width: 40px;
+		max-width: 40px;
+	}
+	&-50 {
+		width: 50px;
+		max-width: 50px;
+	}
+	&-60 {
+		width: 60px;
+		max-width: 60px;
+	}
+	&-80 {
+		width: 80px;
+		max-width: 80px;
+	}
 	&-100 {
 		width: 100px;
 		max-width: 100px;
@@ -490,25 +510,6 @@
 	>pre {
 		margin: 30px;
 	}
-	.dataTables_wrapper table,
-	>table {
-		border: 0!important;
-		margin-bottom: 0!important;
-	}
-	.dataTables_wrapper table,
-	>table {
-		tr td:first-child,
-		tr th:first-child {
-			border-left: 0!important;
-		}
-		tr td:last-child,
-		tr th:last-child {
-			border-right: 0!important;
-		}
-		tr:last-child td {
-			border-bottom: 0;
-		}
-	}
 	&-bottom {
 		padding-bottom: 0!important;
 	}