app/assets/stylesheets/active_admin/components/_tables.scss in activeadmin-1.0.0 vs app/assets/stylesheets/active_admin/components/_tables.scss in activeadmin-1.1.0
- old
+ new
@@ -3,10 +3,14 @@
table tr {
td {
vertical-align: top;
}
+
+ th {
+ text-align: left;
+ }
}
// --------- Index Tables
table.index_table {
@@ -16,10 +20,9 @@
border-spacing: 0;
th {
@include section-header;
border-right: none;
- text-align: left;
padding-left: $cell-horizontal-padding;
padding-right: $cell-horizontal-padding;
a, a:link, a:visited {
color: $section-header-text-color;