Skip to content

Commit

Permalink
♻️ refactor style css and minor changes by A
Browse files Browse the repository at this point in the history
  • Loading branch information
soeren227 committed Jan 8, 2024
1 parent 7361b7a commit bc7c957
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
4 changes: 0 additions & 4 deletions tracex/extraction/templates/generation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
.form-column:last-child {
margin-right: 0;
}
button {
width: 100%;
padding: 10px;
}
input[type="submit"].button {
width: 100%;
padding: 10px;
Expand Down
9 changes: 1 addition & 8 deletions tracex/extraction/templates/selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,12 @@
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static '/extraction/css/style.css' %}">
<style>


button {
width: 100%; /* Full width of the container */
padding: 10px; /* Add padding for better appearance */
margin: 10px 0; /* Add some margin around buttons */
}
.logo {
max-width: 800px;
margin-bottom: 20px;
margin-top: -150px;}
</style>
</head>

<body class="selection_body">
<div class="selection_container">
<img src="{% static '/extraction/img/TraceEx_v2.svg' %}" alt="TracEX Logo" class="selection_logo">
Expand Down
4 changes: 0 additions & 4 deletions tracex/extraction/templates/upload_journey.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
.form-column:last-child {
margin-right: 0;
}
button {
width: 100%; /* Full width of the container */
padding: 10px; /* Add padding for better appearance */
}
input[type="submit"].button {
width: 100%;
padding: 10px;
Expand Down

0 comments on commit bc7c957

Please sign in to comment.