Conflicts:
	templates/admin/default/customers.html
This commit is contained in:
mespeche
2013-09-13 11:59:21 +02:00
65 changed files with 1790 additions and 371 deletions

View File

@@ -74,6 +74,13 @@ tfoot{
.table-left-aligned {
th, td {
text-align: left;
&.text-center {
text-align: center;
}
&.text-right {
text-align: right;
}
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {