diff options
| author | Vishal More <[email protected]> | 2020-06-11 11:11:17 +0530 |
|---|---|---|
| committer | Vishal More <[email protected]> | 2020-06-11 11:11:17 +0530 |
| commit | bbe353230727568d3c1999af2701d2e150ff232f (patch) | |
| tree | 4b75466fc0f5b8fb70bc020a9da22d2b924d0aab /doc/html/search/search.css | |
| parent | Documentation Update (diff) | |
| download | gfesdk-1.1.232.tar.xz gfesdk-1.1.232.zip | |
Picking up lastest bug fixes & SHA2 signing1.1.232
[SNG-2803] GFE-SDK : SHA-2 sign task
Diffstat (limited to 'doc/html/search/search.css')
| -rw-r--r-- | doc/html/search/search.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/search/search.css b/doc/html/search/search.css index 03a95f1..c9fa23c 100644 --- a/doc/html/search/search.css +++ b/doc/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 #69A600; background-color: #F6FFE7; - 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: #E5FFB9; - z-index:10000; } /* ----------------------------------- */ |