AdminLTE/build/less/table.less
2015-02-01 16:25:09 -05:00

33 lines
365 B
Plaintext
Executable file

/*
* Component: Table
* ----------------
*/
.table {
//progress bars in tables
tr td .progress {
margin-top: 5px;
}
}
.table.no-border {
&, td, th {
border: 0;
}
}
/* .text-center in tables */
table.text-center {
&, td, th {
text-align: center;
}
}
.table.align {
th {
text-align: left;
}
td {
text-align: right;
}
}