diff options
author | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2018-11-21 16:32:29 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-23 12:45:14 +0000 |
commit | 31ff5ce755d00cf12ea2ffc96c33ed9acd36358f (patch) | |
tree | a630609b99490a6c55c97688c5a4f39f273d3583 /doc/api-ref/html/search/search.css | |
parent | bbb4ee8e9974c4b008da84a1e504120f70606c92 (diff) |
update docguppy_6.99.1guppy/6.99.16.99.1
add new sequence and update doxygen files.
Change-Id: I6737939eb2628577d58b2d1d65086e46e7cb14a4
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Diffstat (limited to 'doc/api-ref/html/search/search.css')
-rw-r--r-- | doc/api-ref/html/search/search.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api-ref/html/search/search.css b/doc/api-ref/html/search/search.css index 3cf9df9..4d7612f 100644 --- a/doc/api-ref/html/search/search.css +++ b/doc/api-ref/html/search/search.css @@ -6,12 +6,14 @@ #MSearchBox { white-space : nowrap; + position: absolute; float: none; + display: inline; margin-top: 8px; right: 0px; width: 170px; - height: 24px; z-index: 102; + background-color: white; } #MSearchBox .left @@ -46,13 +48,12 @@ height:19px; background:url('search_m.png') repeat-x; border:none; - width:115px; + width:111px; margin-left:20px; padding-left:4px; color: #909090; outline: none; font: 9pt Arial, Verdana, sans-serif; - -webkit-border-radius: 0px; } #FSearchBox #MSearchField { @@ -63,7 +64,7 @@ display:block; position:absolute; right:10px; - top:8px; + top:0px; width:20px; height:19px; background:url('search_r.png') no-repeat; @@ -101,7 +102,7 @@ left: 0; top: 0; border: 1px solid #90A5CE; background-color: #F9FAFC; - z-index: 10001; + z-index: 1; padding-top: 4px; padding-bottom: 4px; -moz-border-radius: 4px; @@ -164,7 +165,6 @@ iframe#MSearchResults { left: 0; top: 0; border: 1px solid #000; background-color: #EEF1F7; - z-index:10000; } /* ----------------------------------- */ |