aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/tweaks.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/tweaks.css')
-rw-r--r--phpBB/styles/prosilver/theme/tweaks.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index 4dd490ea33..e3a2557fc5 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -52,4 +52,13 @@ dl.icon {
min-height: 35px;
height: auto !important;
height: 35px;
+}
+
+* html #search-box {
+ margin-right: 35px;
+}
+
+* html .rtl #search-box {
+ margin-right: 0;
+ margin-left: 35px;
} \ No newline at end of file