Commit 574e8424 authored by Samarth Joshi's avatar Samarth Joshi

small UI changes

parent 6bc80228
<!DOCTYPE html>
<head>
<title>Pariksha</title>
<title>Pariksha | Quiz List</title>
<script>
function start_quiz(x) {
window.open("/quiz/?q="+x, "_blank", "fullscreen=yes");
......
<!DOCTYPE html>
<html>
<head>
<title>Pariksha | Login</title>
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
......@@ -79,7 +80,6 @@ button:focus {
.divider {
border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.full-width {
......@@ -181,6 +181,16 @@ button:focus {
z-index: 1;
}
p {
display: flex;
flex-direction: column;
}
p > input {
width: 100%;
height: 40px;
font-size: 1em;
}
@media (max-width: 500px) {
......@@ -193,6 +203,9 @@ button:focus {
height: 100%;
}
}
#login_btn {
margin-top: 20px;
}
</style>
</head>
......@@ -208,7 +221,7 @@ button:focus {
<form class='input-line full-width' method="post">
{% csrf_token %}
{{form.as_p}}
<div><button class='sub_button full-width'>Login</button></div>
<div><button id="login_btn" class='sub_button full-width'>Login</button></div>
</form>
</div>
......
<!DOCTYPE html>
<html>
<head>
<title>Pariksha | Sign Up</title>
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);
......
<!DOCTYPE html>
<head>
<title>Pariksha | My Submission</title>
{% load static %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment