summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-04-25 17:03:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-26 13:05:14 +0200
commit30e7b56061ecd73c4afdc5382837129eba08831f (patch)
tree222e29256543a984f1ce19d6833119eefc5cc590
parent0a0567098f6407cbec4dbad64f85455bb5eb150a (diff)
doc: use hooks introduced to qdoc for correct prev/next disambiguation.
Change-Id: I076839b146e2c3f92c884fc932f0ace54d5b3545 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
-rw-r--r--doc/src/template/style/offline.css4
-rw-r--r--doc/src/template/style/style.css12
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/src/template/style/offline.css b/doc/src/template/style/offline.css
index 1b430ab904..4767f1485d 100644
--- a/doc/src/template/style/offline.css
+++ b/doc/src/template/style/offline.css
@@ -161,7 +161,7 @@ margin:0px;
}
-.naviNextPrevious > a:first-child{
+.naviNextPrevious > a.prevPage {
background-image:url(../images/btn_prev.png);
background-repeat:no-repeat;
background-position:left;
@@ -170,7 +170,7 @@ height:20px;
padding-left:20px;
}
-.naviNextPrevious > a:last-child{
+.naviNextPrevious > a.nextPage {
background-image:url(../images/btn_next.png);
background-repeat:no-repeat;
background-position:right;
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 48ed49bb4c..a97fe17399 100644
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -1208,26 +1208,30 @@
color: red;
}
- .naviNextPrevious > a:first-child
+ .naviNextPrevious > a.prevPage
{
background-image:url(../images/btn_prev_green.png);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
height:20px;
- padding-left:20px;
}
- .naviNextPrevious > a:last-child
+ .naviNextPrevious > a.nextPage
{
background-image:url(../images/btn_next_green.png);
background-repeat:no-repeat;
background-position:right;
padding-right:20px;
height:20px;
- margin-left:30px;
+ float:right;
}
+ .naviNextPrevious + p
+ {
+ display:inline-block;
+ clear:both;
+ }
.qmltype
{