Merge branch 'master' of git://github.com/thelia/thelia into french_translation

* 'master' of git://github.com/thelia/thelia:
  fix typo
  Implemented mail messages templates and layouts
  Email template + test email
This commit is contained in:
gmorel
2013-11-27 22:22:26 +01:00
47 changed files with 3069 additions and 201 deletions

View File

@@ -42,6 +42,11 @@ label {
}
}
// Textarea in fixed fonts
textarea.fixedfont {
font-family: @font-family-monospace;
}
// FORM FIELD FEEDBACK STATES
// --------------------------
@@ -73,10 +78,10 @@ form .info {
.search-query {
outline: none;
.rounded(0px);
.rounded(0px);
&:focus {
box-shadow: none;
box-shadow: none;
}
}