From 815aebca80369b6ad9bcdfd075c72ab74c1f8f19 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 29 Aug 2021 12:18:52 +0200 Subject: [PATCH] issue #8738 Fixed sizes in project area of HTML output In respect to the project area of the doxygen HTML output a number of items were coded with `style=` in the , user changeable, `header.html` and others were coded through settings in the, user changeable, `doxygen.css`. This has been made consistent so all runs through the css. --- templates/html/doxygen.css | 6 ++++++ templates/html/header.html | 6 +++--- templates/html/htmlbase.tpl | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 087233592a8..b30ac0251ec 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -1356,6 +1356,11 @@ dl.section dd { } +#projectrow +{ + height: 56px; +} + #projectlogo { text-align: center; @@ -1371,6 +1376,7 @@ dl.section dd { #projectalign { vertical-align: middle; + padding-left: 0.5em; } #projectname diff --git a/templates/html/header.html b/templates/html/header.html index 8db982ea73b..adf16b62dca 100644 --- a/templates/html/header.html +++ b/templates/html/header.html @@ -34,12 +34,12 @@
- + - diff --git a/templates/html/htmlbase.tpl b/templates/html/htmlbase.tpl index e345441caa6..18f35bf8569 100644 --- a/templates/html/htmlbase.tpl +++ b/templates/html/htmlbase.tpl @@ -91,11 +91,11 @@ MathJax.Hub.Config({
+
$projectname $projectnumber
$projectbrief
@@ -47,7 +47,7 @@ -
+
$projectbrief
- + {% if config.PROJECT_LOGO %} {% endif %} -
+ {% if config.PROJECT_NAME %}
{{ config.PROJECT_NAME }}{% if config.PROJECT_NUMBER %} {{ config.PROJECT_NUMBER }}{% endif %}