This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 76f41f77c91351b71852804d1169393b55958dd0 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Sep 11 10:30:33 2017 +0200 logo personnalisable (ref #86) --- pollen-ui-riot-js/src/main/web/css/custom.css | 1 + pollen-ui-riot-js/src/main/web/css/main.css | 7 ++++++- pollen-ui-riot-js/src/main/web/home/lutin.png | Bin 0 -> 622 bytes 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/css/custom.css b/pollen-ui-riot-js/src/main/web/css/custom.css index dbbd4d85..f73e944b 100644 --- a/pollen-ui-riot-js/src/main/web/css/custom.css +++ b/pollen-ui-riot-js/src/main/web/css/custom.css @@ -70,6 +70,7 @@ --title: "Pollen"; --title-font: pacifico; + --logo: "" /* url("/home/lutin.png")*/ ; --h1: #777777; --h1-background: #f3f3f3; diff --git a/pollen-ui-riot-js/src/main/web/css/main.css b/pollen-ui-riot-js/src/main/web/css/main.css index 217b47f0..16088191 100644 --- a/pollen-ui-riot-js/src/main/web/css/main.css +++ b/pollen-ui-riot-js/src/main/web/css/main.css @@ -63,6 +63,11 @@ input, textarea { } .instance-title::before { + content: var(--logo); + margin-right: 10px; +} + +.instance-title::after { content: var(--title); white-space: nowrap; text-overflow: ellipsis; @@ -476,4 +481,4 @@ pollenfooter a:hover { .italic { font-style: italic; - } \ No newline at end of file + } diff --git a/pollen-ui-riot-js/src/main/web/home/lutin.png b/pollen-ui-riot-js/src/main/web/home/lutin.png new file mode 100644 index 00000000..6af5633a Binary files /dev/null and b/pollen-ui-riot-js/src/main/web/home/lutin.png differ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.