diff --git a/_layouts/front-rtl.html b/_layouts/front-rtl.html
index aeda26c98..191ba6f16 100644
--- a/_layouts/front-rtl.html
+++ b/_layouts/front-rtl.html
@@ -25,7 +25,7 @@
diff --git a/_layouts/front.html b/_layouts/front.html
index aeda26c98..191ba6f16 100644
--- a/_layouts/front.html
+++ b/_layouts/front.html
@@ -25,7 +25,7 @@
diff --git a/style-rtl.css b/style-rtl.css
index 4e2fb7c7e..4689061e0 100644
--- a/style-rtl.css
+++ b/style-rtl.css
@@ -480,10 +480,11 @@ a.license {
.searchbox input {
border:none;
- padding:4px 20px 4px 0px;
font-size:16px;
font-family:'Source Sans Pro',sans-serif;
background-color: #ffffff;
+ width: 70%;
+ vertical-align: middle;
}
.searchbox input:focus {
diff --git a/style.css b/style.css
index 87e673961..db51f5c59 100644
--- a/style.css
+++ b/style.css
@@ -473,10 +473,11 @@ a.license {
.searchbox input {
border:none;
- padding:4px 0px 4px 20px;
font-size:16px;
font-family:'Source Sans Pro',sans-serif;
background-color: #ffffff;
+ width: 70%;
+ vertical-align: middle;
}
.searchbox input:focus {