diff options
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 3 | ||||
| -rw-r--r-- | res/client/css/style.css | 3 | ||||
| -rw-r--r-- | res/domain-fragment.d/default/template.d/index.html | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index 9371764c..25d4c7bf 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -61,8 +61,7 @@ font-weight: bold; } -#logo-3rd-party__CRI { - background-color: white; +#site-logo { border-radius: 3px; height: 25px; padding: 2px; diff --git a/res/client/css/style.css b/res/client/css/style.css index b72e9cdf..437dad3c 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -678,8 +678,7 @@ body.debug .debug-ui-right { font-size: 18px; font-weight: bold; } -#logo-3rd-party__CRI { - background-color: white; +#site-logo { border-radius: 3px; height: 25px; padding: 2px; diff --git a/res/domain-fragment.d/default/template.d/index.html b/res/domain-fragment.d/default/template.d/index.html index 9a10297d..45fa0e58 100644 --- a/res/domain-fragment.d/default/template.d/index.html +++ b/res/domain-fragment.d/default/template.d/index.html @@ -36,7 +36,7 @@ var RZ_VERSION = '{% include "version.txt" %}'; <span id="profile-circle"></span> <span class="profile-username">Hello <span id="user_id">{{ rz_username }}</span>!<span id="btn-logout" class="button">Logout</span></span> </span> - <span class="logo-3rd-party"><a tabindex="-1" href="http://cri-paris.org/"><img id="logo-3rd-party__CRI" src="/static/img/CRI-logo.png"></a></span> + <span class="site-logo"><a tabindex="-1"><img id="site-logo" src="/fragment.d/img/site-logo.png"></a></span> </span> </div> <div id="intro-task" class="task-alert" style="display:none"> |
