Browse Source

https://github.com/ldleman/hackpoint/issues/13

idleman 7 years ago
parent
commit
ceb3ebb1b4
2 changed files with 10 additions and 1 deletions
  1. 9 0
      css/main.css
  2. 1 1
      index.php

+ 9 - 0
css/main.css

@@ -215,6 +215,15 @@ div.CodeMirror{
 	margin-right:10px;
 }
 
+#loginBlock{
+	max-width:500px;
+	margin:10px auto 10px auto;
+	padding:15px;
+}
+#loginBlock h2{
+	margin-top:0;
+}
+
 .componentImage{
 	width:100px;
 	height:100px;

+ 1 - 1
index.php

@@ -86,7 +86,7 @@
 	</div>
 			
 	<?php else: ?>
-		<div class="jumbotron">
+		<div class="jumbotron"  id="loginBlock">
 			<div class="jumbotron-contents">
 				<h2>Connexion</h2>
 				<form action="action.php?action=login" method="post">