Răsfoiți Sursa

Fix alignment of tables

Marien Fressinaud 11 ani în urmă
părinte
comite
9a9d7a5a31

+ 0 - 1
p/themes/Dark/dark.css

@@ -872,7 +872,6 @@ a.btn {
 .stat > table td,
 .stat > table th {
 	border-bottom: 1px solid #333;
-	text-align: center;
 }
 
 /*=== LOGS */

+ 0 - 1
p/themes/Flat/flat.css

@@ -859,7 +859,6 @@ a.btn {
 .stat > table td,
 .stat > table th {
 	border-bottom: 1px solid #ddd;
-	text-align: center;
 }
 
 /*=== LOGS */

+ 0 - 1
p/themes/Origine/origine.css

@@ -913,7 +913,6 @@ a.btn {
 .stat > table td,
 .stat > table th {
 	border-bottom: 1px solid #ddd;
-	text-align: center;
 }
 
 /*=== LOGS */

+ 0 - 1
p/themes/Screwdriver/screwdriver.css

@@ -1025,7 +1025,6 @@ opacity: 1;
 	border-bottom: 1px solid #ccc;
 	background: rgba(255,255,255,0.38);
 	box-shadow: 0 1px #fff;
-	text-align: center;
 }
 
 /*=== LOGS */

+ 9 - 0
p/themes/base-theme/template.css

@@ -98,6 +98,15 @@ button.as-link:active {
 	font-size: 1.1em;
 }
 
+/*=== Tables */
+table {
+	max-width: 100%;
+}
+th.numeric,
+td.numeric {
+	text-align: center;
+}
+
 /*=== COMPONENTS */
 /*===============*/
 /*=== Forms */