Fix alignment of tables

pull/626/head
Marien Fressinaud 10 years ago
parent 0947b780c9
commit 9a9d7a5a31
  1. 1
      p/themes/Dark/dark.css
  2. 1
      p/themes/Flat/flat.css
  3. 1
      p/themes/Origine/origine.css
  4. 1
      p/themes/Screwdriver/screwdriver.css
  5. 9
      p/themes/base-theme/template.css

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

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

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

@ -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 */

@ -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 */

Loading…
Cancel
Save