Merge branch 'rtl' of github.com:Cqoicebordel/searx

This commit is contained in:
Adam Tauber 2015-02-10 15:23:56 +01:00
parent c711212662
commit df9cf9d09b
28 changed files with 293 additions and 99 deletions

View file

@ -0,0 +1 @@
.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}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,38 @@
.q {
padding: 0.5em 1em 0.5em 3em;
}
#search_submit {
left: 0;
right:auto;
}
.result .favicon {
float: right;
margin-left: 0.5em;
margin-right: 0;
}
#sidebar {
right: auto;
left: 0;
}
#results {
padding: 0px 32px 0px 272px;
}
.search.center {
padding-right: 0;
padding-left: 17em;
}
.right {
right: auto;
left: 0;
}
#pagination form + form {
float: left;
margin-top: -2em;
}

View file

@ -278,7 +278,7 @@ a {
}
#preferences {
background: url(../img/preference-icon.png) no-repeat right 0 / 12% auto;
background: url("../img/preference-icon.png") no-repeat right center / 12% auto;
padding-right: 1.8em;
}

View file

@ -0,0 +1 @@
#search_submit{left:1px;right:auto}.result .favicon{float:right;margin-left:.5em;margin-right:0}

View file

@ -0,0 +1,11 @@
#search_submit {
left: 1px;
right:auto;
}
.result .favicon {
float: right;
margin-left: 0.5em;
margin-right: 0;
}