aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-08 03:53:08 -0700
committerCesar G <prototech91@gmail.com>2014-04-23 09:11:40 -0700
commit652f787abd937fe8254edc1a7f9f2fd6d7114c09 (patch)
treed5cda16c930004ec9fb0b8b065e6b8245a8f1347 /phpBB/styles/prosilver/theme/common.css
parenta60d9a7f86653cbb4c37a424e5fcc55c2318deda (diff)
downloadforums-652f787abd937fe8254edc1a7f9f2fd6d7114c09.tar
forums-652f787abd937fe8254edc1a7f9f2fd6d7114c09.tar.gz
forums-652f787abd937fe8254edc1a7f9f2fd6d7114c09.tar.bz2
forums-652f787abd937fe8254edc1a7f9f2fd6d7114c09.tar.xz
forums-652f787abd937fe8254edc1a7f9f2fd6d7114c09.zip
[ticket/10737] Use dropdown for search results container.
PHPBB3-10737
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css15
1 files changed, 4 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index c8eb5da9a6..e4da028855 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -472,6 +472,10 @@ ul.linklist.bulletin li.no-bulletin:before {
padding: 9px 0 0;
}
+.dropdown.live-search {
+ top: auto;
+}
+
.dropdown-container.topic-tools {
float: left;
}
@@ -940,17 +944,6 @@ li.pagination ul {
z-index: 51;
}
-/* Live search box */
-#livesearch {
- width: 30%;
- margin: 0px;
- position: absolute;
- background-color: #12A3EB;
- box-shadow: 1px 2px 5px rgb(175,167,167);
- z-index: 999;
- overflow: auto;
-}
-
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {