diff --git a/doc/global/template/style/offline-dark.css b/doc/global/template/style/offline-dark.css index 559811b5295..fcbf307ddb6 100644 --- a/doc/global/template/style/offline-dark.css +++ b/doc/global/template/style/offline-dark.css @@ -372,9 +372,18 @@ h3.fn, span.fn { .fngroup h3.fngroupitem { margin-bottom: 5px; } -h3.fn code { + +h3.fn code, +h3.flags code, +td.tblQmlFuncNode > p > code, +td.tblQmlPropNode > p > code { float: right; } + +code.extra.summary { + font-size: 12px; +} + h3.fn:target { background-color: #F6F6D6; } diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index d3846597899..6426109a497 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -369,9 +369,18 @@ h3.fn, span.fn { .fngroup h3.fngroupitem { margin-bottom: 5px; } -h3.fn code { + +h3.fn code, +h3.flags code, +td.tblQmlFuncNode > p > code, +td.tblQmlPropNode > p > code { float: right; } + +code.extra.summary { + font-size: 12px; +} + h3.fn:target { background-color: #F6F6D6; } diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 4f51864d8b9..d7c01874090 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -1109,12 +1109,18 @@ span.wrap:active { code,.codelike { font-family:"Droid Sans Mono" } -h3.fn code { - font-size:0.75em; +h3.fn code, +h3.flags code, +td.tblQmlFuncNode > p > code, +td.tblQmlPropNode > p > code { + font-size:0.6em; float:right; background-color:#eee; padding:3px; - margin: 3px 0 0 20px + margin-left:20px +} +code.extra.summary { + font-size:0.75em; } pre:hover>.copy_text { display:inline-block;