aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2014-06-24 19:07:20 +0200
committerhanakin <midaym@gmail.com>2014-06-30 17:08:08 +0200
commit710e0e7aa658fc604110dc5f988559916fb002b5 (patch)
treed789f5b91567a032cc685cfbec82e967231c1510 /phpBB/styles/prosilver
parentbf3ac9b1dcb8588d946be3523fce58dcad1a90ea (diff)
downloadforums-710e0e7aa658fc604110dc5f988559916fb002b5.tar
forums-710e0e7aa658fc604110dc5f988559916fb002b5.tar.gz
forums-710e0e7aa658fc604110dc5f988559916fb002b5.tar.bz2
forums-710e0e7aa658fc604110dc5f988559916fb002b5.tar.xz
forums-710e0e7aa658fc604110dc5f988559916fb002b5.zip
[ticket/12732] Undo search-box change
PHPBB3-12735
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/common.css17
1 files changed, 7 insertions, 10 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 601da2f912..e7369e11cf 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -218,14 +218,11 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
white-space: nowrap; /* For Opera */
}
-#search-box #keywords {
- width: 95px;
-}
+#search-box #keywords { width: 95px; }
+#search-box input { border: 1px solid transparent; }
/* .button1 style defined later, just a few tweaks for the search button version */
-#search-box input.button1 {
- padding: 1px 5px;
-}
+#search-box input.button1 { padding: 1px 5px; }
#search-box li {
text-align: right;
@@ -908,14 +905,14 @@ fieldset.fields1 dl.pmlist dd.recipients {
.phpbb_alert {
border: 1px solid transparent;
display: none;
- left: 0;
+ left: 0;
padding: 0 25px 20px 25px;
position: fixed;
- right: 0;
+ right: 0;
top: 150px;
z-index: 50;
width: 620px;
- margin: 0 auto;
+ margin: 0 auto;
}
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
@@ -1139,7 +1136,7 @@ form > p.post-notice strong {
font-size: 11px;
font-weight: bold;
text-shadow: 1px 1px 1px white;
- text-transform: uppercase;
+ text-transform: uppercase;
line-height: 30px;
border-bottom: 1px solid;
border-radius: 5px 5px 0 0;