summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
{