Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4ba97d0 authored by Cqoicebordel's avatar Cqoicebordel
Browse files

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

parent f4bdcc06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.q{padding:.5em 1em .5em 3em}#search_submit{left:0;right:auto}.result .favicon{float:right;margin-left:.5em;margin-right:0}#sidebar{right:auto;left:0}#results{padding:0 32px 0 272px}.search.center{padding-right:0;padding-left:17em}.right{right:auto;left:0}#pagination form+form{float:left;margin-top:-2em}
 No newline at end of file
.q{padding:.5em 1em .5em 3em}#search_submit{left:0;right:auto}.result .favicon{float:right;margin-left:.5em;margin-right:0}#sidebar{right:auto;left:0}#results{padding:0 32px 0 272px}.search.center{padding-right:0;padding-left:17em}.right{right:auto;left:0}#pagination form+form{float:left;margin-top:-2em}.engine-table{text-align:right}
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -36,3 +36,7 @@
	float: left;
	margin-top: -2em;
}

.engine-table {
	text-align:right;
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@
    <fieldset>
        <legend>{{ _('Currently used search engines') }}</legend>

        <table>
        <table class="engine-table">
            <tr>
                <th>{{ _('Engine name') }}</th>
                <th>{{ _('Category') }}</th>