aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-02 16:19:35 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-02 16:19:35 +0000
commit15aee8920041aeaf3c9d8893341bc5470ec63ff8 (patch)
tree4494c33edf3c0961a93969688a9ef3e347ce1365 /phpBB/styles/prosilver/theme/common.css
parentf4b6f87641e60e8a2d746c8ac2e7b96bccf6d25d (diff)
downloadforums-15aee8920041aeaf3c9d8893341bc5470ec63ff8.tar
forums-15aee8920041aeaf3c9d8893341bc5470ec63ff8.tar.gz
forums-15aee8920041aeaf3c9d8893341bc5470ec63ff8.tar.bz2
forums-15aee8920041aeaf3c9d8893341bc5470ec63ff8.tar.xz
forums-15aee8920041aeaf3c9d8893341bc5470ec63ff8.zip
fixes for search button in header - #10389, #10225, #9548
added missing colour swatch to prosilver - #8657 language changes - #10387, #10375, #10373, #10353, #10279 line-height for font size (still not ideal) - #10317 Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383 Fix editing issues - #9660 git-svn-id: file:///svn/phpbb/trunk@7451 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css27
1 files changed, 23 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 170d4b0a83..f60fdec719 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -128,6 +128,7 @@ p.right {
float: left;
width: auto;
padding: 10px 13px 0 10px;
+ height: auto;
}
a#logo:hover {
@@ -138,14 +139,22 @@ a#logo:hover {
--------------------------------------------- */
#search-box {
color: #FFFFFF;
- position: absolute;
- right: 35px;
- top: 35px;
- width: 17em;
+ position: relative;
+ margin-top: 30px;
+ margin-right: 5px;
+ display: block;
+ float: right;
text-align: right;
white-space: nowrap; /* For Opera */
}
+.rtl #search-box {
+ float: left;
+ text-align: left;
+ margin-right: 0;
+ margin-left: 5px;
+}
+
#search-box #keywords {
width: 95px;
background-color: #FFF;
@@ -170,6 +179,16 @@ a#logo:hover {
margin-right: 3px;
}
+/* Site description and logo */
+#site-description {
+ float: left;
+ width: 70%;
+}
+
+.rtl #site-description {
+ float: right;
+}
+
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {