Engine table in preference page in Courgette text-aligned to the right in RTL

This commit is contained in:
Cqoicebordel 2015-02-11 22:00:13 +01:00
parent f4bdcc067f
commit d4ba97d00d
3 changed files with 6 additions and 2 deletions

View file

@ -35,4 +35,8 @@
#pagination form + form {
float: left;
margin-top: -2em;
}
.engine-table {
text-align:right;
}