aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-26 16:38:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-26 16:38:33 +0000
commit1b32236b1ebbf046e84a435c97c7ed6bc9edd5f9 (patch)
treefb368f22ddc4ca85ba81b455cc05c756f533f6a1 /phpBB/styles/subsilver2
parentfda482ce2921bdaa5c5c61a1e288461701cea6b7 (diff)
downloadforums-1b32236b1ebbf046e84a435c97c7ed6bc9edd5f9.tar
forums-1b32236b1ebbf046e84a435c97c7ed6bc9edd5f9.tar.gz
forums-1b32236b1ebbf046e84a435c97c7ed6bc9edd5f9.tar.bz2
forums-1b32236b1ebbf046e84a435c97c7ed6bc9edd5f9.tar.xz
forums-1b32236b1ebbf046e84a435c97c7ed6bc9edd5f9.zip
hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine...
- other fixes git-svn-id: file:///svn/phpbb/trunk@7687 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_search.html5
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css4
2 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html
index c64d7321d0..253fff9ecf 100644
--- a/phpBB/styles/subsilver2/template/memberlist_search.html
+++ b/phpBB/styles/subsilver2/template/memberlist_search.html
@@ -12,7 +12,10 @@
{
if (typeof(users.length) == "undefined")
{
- insert_user(users.value);
+ if (users.checked)
+ {
+ insert_user(users.value);
+ }
}
else if (users.length > 0)
{
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index a2d8829f9a..f0223a2b6f 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -482,6 +482,10 @@ option {
padding: 0 1em 0 0;
}
+option.disabled-option {
+ color: graytext;
+}
+
.rtl option {
padding: 0 0 0 1em;
}