summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-29 14:05:51 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-09-29 14:05:51 (GMT)
commit8c65dc25962e167237c2573979b1dfff88c29326 (patch)
treedc0191ba8ad8d094cabc8acd9681ef0df7e82361 /doc/src/template/style/style.css
parentd6e5dccd23e5726b855f2378b28c6d7baab1e640 (diff)
downloadQt-8c65dc25962e167237c2573979b1dfff88c29326.zip
Qt-8c65dc25962e167237c2573979b1dfff88c29326.tar.gz
Qt-8c65dc25962e167237c2573979b1dfff88c29326.tar.bz2
Doc: Implementing new doc search dialog.
Removing search results from menus and including them in a floating dialog div element
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-xdoc/src/template/style/style.css45
1 files changed, 22 insertions, 23 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index c172e23..5833266 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -528,8 +528,6 @@
height:21px;
padding:2px 0 0 5px;
width:167px;
- _height: 23px;
- _width: 169px;
}
.sidebar .search form input#pageType
@@ -629,25 +627,11 @@
background:url("../images/spinner.gif") no-repeat scroll right center transparent;
}
-.floatingResult{
- z-index:1;
- position:relative;
- padding-top:0px;
- background-color:white;
- border:solid 1px black;
- height:250px;
- width:600px;
- overflow-x:hidden;
- overflow-y:auto;
-}
-
- .floatingResult:hover{
- display:block;
- }
- .floatingResult:hover{
+ .sidebar .search form {
+ _height: 23px;
+ _width: 169px;
}
-
-
+
#resultdialog {
display: none;
position: absolute;
@@ -720,7 +704,23 @@
#resultlinks.all a#showallresults:hover {
color: #B0ADAB;
}
-
+ .floatingResult{
+ z-index:1;
+ position:relative;
+ padding-top:0px;
+ background-color:white;
+ border:solid 1px black;
+ height:250px;
+ width:600px;
+ overflow-x:hidden;
+ overflow-y:auto;
+ }
+
+ .floatingResult:hover{
+ display:block;
+ }
+ .floatingResult:hover{
+ }
/* end sidebar elements */
/* content elements */
@@ -1421,8 +1421,7 @@
.creator .wrapper .hd,
.creator .wrapper .ft,
.creator .sidebar,
- .creator .wrap .feedback,
- .creator #resultdialog
+ .creator .wrap .feedback
{
display:none;
}