CSS: adapt files to limit image height
Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>
This commit is contained in:
parent
0320d8061b
commit
4a06def327
@ -8,4 +8,5 @@ body#view-aoste nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#aoste-logo {
|
div#aoste-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-aoste.png');
|
content: url('https://resources.rero.ch/ils/images/logo-aoste.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ body#view-bulle nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#bulle-logo {
|
div#bulle-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-bulle.png');
|
content: url('https://resources.rero.ch/ils/images/logo-bulle.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ body#view-fictive nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#fictive-logo {
|
div#fictive-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-fictive.png');
|
content: url('https://resources.rero.ch/ils/images/logo-fictive.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ body#view-global nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#global-logo {
|
div#global-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-global.png');
|
content: url('https://resources.rero.ch/ils/images/logo-global.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ body#view-highlands nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#highlands-logo {
|
div#highlands-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-highlands.png');
|
content: url('https://resources.rero.ch/ils/images/logo-highlands.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ body#view-mvs nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#mvs-logo {
|
div#mvs-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-mvs.png');
|
content: url('https://resources.rero.ch/ils/images/logo-mvs.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ body#view-rbnj nav.rero-ils-header img.rero-ils-logo {
|
|||||||
|
|
||||||
div#rbnj-logo {
|
div#rbnj-logo {
|
||||||
content: url('https://resources.rero.ch/ils/images/logo-rbnj.png');
|
content: url('https://resources.rero.ch/ils/images/logo-rbnj.png');
|
||||||
|
max-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user