summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-07 11:20:14 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-07 11:20:14 (GMT)
commit14fdf300795032b21fe51a256b5b22d3c14ca301 (patch)
treec30011370fda63a1e9cfa07610ab89973a221965 /doc/src/template/style/style.css
parent3a9c669816c2b0784b5c9e1790bc3bbd036cf013 (diff)
downloadQt-14fdf300795032b21fe51a256b5b22d3c14ca301.zip
Qt-14fdf300795032b21fe51a256b5b22d3c14ca301.tar.gz
Qt-14fdf300795032b21fe51a256b5b22d3c14ca301.tar.bz2
Doc: Chages to search feature, css and table order
Changes the search results Fixed table css Added odd&even classes to tables generated by the thmlgenerator Reviewed-by: Morten Engvoldsen
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-xdoc/src/template/style/style.css29
1 files changed, 25 insertions, 4 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 6bcb0db..644e56b 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -460,12 +460,12 @@
padding-left: 12px;
background: url(../images/bullet_sq.png) no-repeat 0 5px;
font: normal 400 10pt/1 Verdana;
- color: #44a51c;
+ /* color: #44a51c;*/
margin-bottom: 10px;
}
.content li:hover
{
- text-decoration: underline;
+ /* text-decoration: underline;*/
}
.offline .wrap .content
@@ -747,11 +747,23 @@
th
{
padding: 5px 15px 5px 15px;
+ background-color: #E1E1E1;
+ border-bottom: 1px solid #E6E6E6;
+ border-left: 1px solid #E6E6E6;
+ border-right: 1px solid #E6E6E6;
}
td
{
padding: 3px 15px 3px 20px;
+ border-left: 1px solid #E6E6E6;
+ border-right: 1px solid #E6E6E6;
+ }
+ tr.odd td:hover, tr.even td:hover
+ {
+ /* border-right: 1px solid #C3C3C3;
+ border-left: 1px solid #C3C3C3;*/
}
+
td.rightAlign
{
padding: 3px 15px 3px 10px;
@@ -879,13 +891,22 @@
font: 600 12px/1.2 Arial;
}
- .generic{}
+ .generic{
+ max-width:100%;
+ }
+ .generic td{
+ padding:0;
+ }
+
.alignedsummary{}
.propsummary{}
.memItemLeft{}
.memItemRight{}
.bottomAlign{}
- .highlightedCode{}
+ .highlightedCode
+ {
+ margin:10px;
+ }
.LegaleseLeft{}
.valuelist{}
.annotated{}