diff --git a/CHANGELOG.md b/CHANGELOG.md index b979e9c50..5b28531f8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - **[CORE]** Infoscreen wurde umbenannt (informationsbildschirm.php) - **[CORE]** Moodle Schnittstelle wurde aus dem Core entfernt und in ein eigenes Addon verschoben. Moodle Versionen < 2.4 werden nicht mehr unterstützt - **[CORE]** Update campus.tbl_templates (contentmittitel and contentohnetitel) with system/templates/contentmittitel_xslt_xhtml.xslt andsystem/templates/contentohnetitel_xslt_xhtml.xslt +- **[CORE]** Neue Style Anweisungen (div.header_logo, td.headerbar, div.cis_logo) müssen in Custom Stylesheet hinzugefügt werden ## [3.2] diff --git a/cis/index.html b/cis/index.html index 42292afa6..792be7e10 100644 --- a/cis/index.html +++ b/cis/index.html @@ -1,17 +1,10 @@ - + CIS - - + - - - - - - @@ -20,13 +13,11 @@
-
- - + + +


- -
-
+

diff --git a/cis/index_login.php b/cis/index_login.php index d8a619c12..4c4d75f93 100644 --- a/cis/index_login.php +++ b/cis/index_login.php @@ -55,10 +55,9 @@ if(isset($_GET['login']))
-
- -
- +
+ +




diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 8cc31f79c..0821294f0 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -176,6 +176,7 @@ input.cis_login width:170px; height:53px; } + div.tip { position: absolute; @@ -474,9 +475,9 @@ td:hover.ItemTesttoolBeendet } div.TesttoolTitle /* Ueberschrift auf den Titelfolien */ { - font-size: 400%; - font-family: Helvetica, Arial, sans-serif; - text-transform: uppercase; + font-size: 400%; + font-family: Helvetica, Arial, sans-serif; + text-transform: uppercase; color: #FFFFFF; display: table; white-space: nowrap; @@ -1101,3 +1102,32 @@ body.anwesenheit table { body.anwesenheit form { margin: 10px; } + +div.header_logo +{ + position: absolute; + left: 16px; + top: 3%; + z-index: 5000; + + background-image:url(styles/tw/logo_250x130.png); + background-repeat: no-repeat; + width:170px; + height:51px; + background-size: contain; +} + +td.headerbar +{ + background-image: url(styles/tw/header.png); + background-position: top; + background-repeat: repeat-x;" +} + +div.cis_logo +{ + background-image:url(styles/tw/cis_logo_text_400x78.png); + background-repeat: no-repeat; + width: 400px; + height: 78px; +}