aboutsummaryrefslogtreecommitdiff
path: root/doc/html/search/search.css
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-08-18 08:47:03 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-08-18 08:47:03 +0000
commitf37fd40f9ce2f01c3decd0e9071791dd23c26390 (patch)
treeaa12891f3e0588113d94e03ec861ef6542927876 /doc/html/search/search.css
parentce81158c979f3e40b2a871730cd87de54c7953ba (diff)
Upgrade to Doxygen 1.8.3.1
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1005 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'doc/html/search/search.css')
-rw-r--r--doc/html/search/search.css45
1 files changed, 38 insertions, 7 deletions
diff --git a/doc/html/search/search.css b/doc/html/search/search.css
index 50249e5..5b208ed 100644
--- a/doc/html/search/search.css
+++ b/doc/html/search/search.css
@@ -4,13 +4,6 @@
float: left;
}
-#searchli {
- float: right;
- display: block;
- width: 170px;
- height: 36px;
-}
-
#MSearchBox {
white-space : nowrap;
position: absolute;
@@ -20,6 +13,7 @@
right: 0px;
width: 170px;
z-index: 102;
+ background-color: white;
}
#MSearchBox .left
@@ -224,6 +218,10 @@ a.SRScope:focus, a.SRScope:active {
text-decoration: underline;
}
+span.SRScope {
+ padding-left: 4px;
+}
+
.SRPage .SRStatus {
padding: 2px 5px;
font-size: 8pt;
@@ -238,3 +236,36 @@ DIV.searchresults {
margin-left: 10px;
margin-right: 10px;
}
+
+/*---------------- External search page results */
+
+.searchresult {
+ background-color: #F0F3F8;
+}
+
+.pages b {
+ color: white;
+ padding: 5px 5px 3px 5px;
+ background-image: url("../tab_a.png");
+ background-repeat: repeat-x;
+ text-shadow: 0 1px 1px #000000;
+}
+
+.pages {
+ line-height: 17px;
+ margin-left: 4px;
+ text-decoration: none;
+}
+
+.hl {
+ font-weight: bold;
+}
+
+#searchresults {
+ margin-bottom: 20px;
+}
+
+.searchpages {
+ margin-top: 10px;
+}
+