mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
Styled same margin-top for start-, einleitung- and frage-page in RT-tool.
This commit is contained in:
@@ -182,7 +182,7 @@ echo '
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class='testtool-content' style="margin-top: 20px;">
|
<body class='testtool-content'>
|
||||||
<?php
|
<?php
|
||||||
if(!isset($_SESSION['pruefling_id']))
|
if(!isset($_SESSION['pruefling_id']))
|
||||||
die($p->t('testtool/bitteZuerstAnmelden'));
|
die($p->t('testtool/bitteZuerstAnmelden'));
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<frame src="topbar.php" name="topbar" scrolling="NO" noresize>
|
<frame src="topbar.php" name="topbar" scrolling="NO" noresize>
|
||||||
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO" border="0">
|
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO" border="0">
|
||||||
<frame id="menu_testtool" src="menu.php" name="menu" scrolling="AUTO" noresize>
|
<frame id="menu_testtool" src="menu.php" name="menu" scrolling="AUTO" noresize>
|
||||||
<frame id="content_testtool" style="padding: 0px 50px 0px 50px; overflow: hidden;" src="login.php" name="content">
|
<frame id="content_testtool" style="padding: 20px 50px 0px 50px; overflow: hidden;" src="login.php" name="content">
|
||||||
</frameset>
|
</frameset>
|
||||||
<noframes>
|
<noframes>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -407,7 +407,7 @@ if (isset($prestudent_id))
|
|||||||
|
|
||||||
//Prestudent Informationen
|
//Prestudent Informationen
|
||||||
echo '
|
echo '
|
||||||
<h1>'. $p->t('testtool/begruessungstext'). '</h1><br/>
|
<h1 style="margin-top: -20px;">'. $p->t('testtool/begruessungstext'). '</h1><br/>
|
||||||
<p>'. $p->t('testtool/anmeldedaten'). '</p><br/>
|
<p>'. $p->t('testtool/anmeldedaten'). '</p><br/>
|
||||||
';
|
';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user