diff options
| author | MaZderMind | 2016-06-21 18:03:56 +0200 | 
|---|---|---|
| committer | MaZderMind | 2016-06-21 18:03:56 +0200 | 
| commit | 14a370ab392da55c6eac61355772d05375519b97 (patch) | |
| tree | 8d7c7e2d2bf66603bdea3ba3da640518661e7bc0 /configs/conferences | |
| parent | 08ec3d9955be455ca7c7d1b1356e811fceaf9f1f (diff) | |
nicer logo placement
Diffstat (limited to 'configs/conferences')
| -rw-r--r-- | configs/conferences/fossgis16/config.php | 2 | ||||
| -rw-r--r-- | configs/conferences/fossgis16/main.less | 15 | 
2 files changed, 16 insertions, 1 deletions
| diff --git a/configs/conferences/fossgis16/config.php b/configs/conferences/fossgis16/config.php index 4711f87..02b8b51 100644 --- a/configs/conferences/fossgis16/config.php +++ b/configs/conferences/fossgis16/config.php @@ -76,7 +76,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(  	 *  	 * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben.  	 */ -	 'BANNER_HTML' => '<img src="../configs/conferences/fossgis16/fossgis16-logo.png" class="logo">', +	 'BANNER_HTML' => '<div class="logo"></div>',  	/**  	 * Link zu den Recordings diff --git a/configs/conferences/fossgis16/main.less b/configs/conferences/fossgis16/main.less index cc775e2..0df9e80 100644 --- a/configs/conferences/fossgis16/main.less +++ b/configs/conferences/fossgis16/main.less @@ -33,4 +33,19 @@ h1 { color: @medium; }  	position: absolute;  	top: 51px + 25px;  	left: 25px; +	display: none; + +	background-image: url(fossgis16-logo.png); +	width: 205px; +	height: 205px; + +	@media screen and (min-width: 1630px) { +		display: block; +	} +} + + +nav .navbar-brand .icon { +	background-image: url(fossgis16-logo.png); +	background-size: contain;  } | 
