aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/forms.css
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2014-09-18 20:08:01 +0200
committerPayBas <contact@paybas.com>2014-09-18 21:47:24 +0200
commit6eb2b876f1687c481d64c6be9930e1005aa070f3 (patch)
treeb81f736ba175fd5f29837be9643d375714e86ae5 /phpBB/styles/prosilver/theme/forms.css
parent0dc181a52936cf5e5f1948489145ceceb1af6c5f (diff)
downloadforums-6eb2b876f1687c481d64c6be9930e1005aa070f3.tar
forums-6eb2b876f1687c481d64c6be9930e1005aa070f3.tar.gz
forums-6eb2b876f1687c481d64c6be9930e1005aa070f3.tar.bz2
forums-6eb2b876f1687c481d64c6be9930e1005aa070f3.tar.xz
forums-6eb2b876f1687c481d64c6be9930e1005aa070f3.zip
[ticket/12598] Remove border from .search-header
PHPBB3-12598
Diffstat (limited to 'phpBB/styles/prosilver/theme/forms.css')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 64773f036e..a72ff9e64d 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -391,6 +391,29 @@ input.button1:focus, input.button2:focus, input.button3:focus {
padding: 2px 5px 2px 3px;
}
+/* Search box (header)
+--------------------------------------------- */
+.search-header {
+ border-radius: 4px;
+ display: block;
+ float: right;
+ margin-right: 5px;
+ margin-top: 30px;
+}
+
+.search-header .inputbox { border: 0; }
+
+.search-header button {
+ border-top: 0;
+ border-bottom: 0;
+}
+
+.search-header a.button {
+ border-top: 0;
+ border-bottom: 0;
+ padding: 3px 5px 3px 4px;
+}
+
input.search {
background-image: none;
background-repeat: no-repeat;