diff --git a/plugins/Installation/stylesheets/installation.css b/plugins/Installation/stylesheets/installation.css index 68ec544bb4c566e07f9b9328bcf60db8adeaca19..b8e032f6dada8d2eea95ed43577df68ae35271d1 100644 --- a/plugins/Installation/stylesheets/installation.css +++ b/plugins/Installation/stylesheets/installation.css @@ -3,7 +3,7 @@ div.both { } body { - background-color: #FFFBF9; + background-color: #fff; text-align: center; font-family: Arial, Georgia, "Times New Roman", Times, serif; font-size: 17px; @@ -41,18 +41,22 @@ p { } h2 { - font-size: 20px; - color: #666666; + font-size: 24px; + font-family: Verdana, sans-serif; + color: #0d0d0d; border-bottom: 1px solid #DADADA; padding: 0 0 7px; } h3 { margin-top: 10px; - font-size: 17px; - color: #3F5163; + font-family: Verdana, sans-serif; + color: #0d0d0d; + font-size: 20px; } + + code { font-size: 80%; } @@ -124,7 +128,8 @@ code { font-size: 90%; line-height: 1.4em; width: 860px; - border: 1px solid #7A5A3F; + border: 1px solid #d9d9d9; + box-shadow: 0 1px 1px rgba(204,204,204,0.5); margin: auto; background: #FFFFFF; padding: 0.2em 2em 2em 2em; @@ -170,7 +175,7 @@ p.nextStep a { } td { - border: 1px solid rgb(198, 205, 216); + background-color: #f2f2f2; border-top-color: #FFF; color: #444; padding: 0.5em 0.5em 0.5em 0.8em; diff --git a/plugins/Installation/templates/_systemCheckSection.twig b/plugins/Installation/templates/_systemCheckSection.twig index a3b34e4f70e58cda99fe3eb889ae667e8f374e65..ef01b880d63a65751d11c9e3935785c1f311f214 100755 --- a/plugins/Installation/templates/_systemCheckSection.twig +++ b/plugins/Installation/templates/_systemCheckSection.twig @@ -151,7 +151,7 @@ </table> <br/> -<h2>{{ 'Installation_Optional'|translate }}</h2> +<h3>{{ 'Installation_Optional'|translate }}</h3> <table class="infos" id="systemCheckOptional"> <tr> <td class="label">{{ 'Installation_SystemCheckFileIntegrity'|translate }}</td> diff --git a/plugins/Installation/templates/layout.twig b/plugins/Installation/templates/layout.twig index 4a114f292d93b6609e381830532b5ed4ab91c27f..79b0609a9f5316760a0f24685091ad2b9578bab2 100644 --- a/plugins/Installation/templates/layout.twig +++ b/plugins/Installation/templates/layout.twig @@ -67,7 +67,7 @@ <br/> <br/> - <h3>{{ 'Installation_InstallationStatus'|translate }}</h3> + <h4>{{ 'Installation_InstallationStatus'|translate }}</h4> <div id="progressbar" data-progress="{{ percentDone }}"></div> {{ 'Installation_PercentDone'|translate(percentDone) }} diff --git a/plugins/Installation/templates/systemCheck.twig b/plugins/Installation/templates/systemCheck.twig index f142e4edefdd2f920509569d536470855248a706..eb0357fbf6f38f0ef3c75500077dc2e3913087fd 100644 --- a/plugins/Installation/templates/systemCheck.twig +++ b/plugins/Installation/templates/systemCheck.twig @@ -16,7 +16,7 @@ <br style="clear:both;"> {% endif %} -<h3>{{ 'Installation_SystemCheck'|translate }}</h3> +<h2>{{ 'Installation_SystemCheck'|translate }}</h2> <br/> {% include "@Installation/_systemCheckSection.twig" %} @@ -28,4 +28,4 @@ </p> {% include "@Installation/_systemCheckLegend.twig" %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}