Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Nov 3, 2023
2 parents e7e1fe6 + f712e7f commit 0420646
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
27 changes: 18 additions & 9 deletions assets/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
border: 3px solid purple;
/*border: 3px solid purple;*/
}
thead th:nth-child(1) {
width: 20%;
Expand Down Expand Up @@ -60,7 +60,7 @@ thead th, tfoot th, tfoot td {
rgba(0, 0, 0, 0.1),
rgba(0, 0, 0, 0.5)
);
border: 3px solid rgb(101, 178, 216);
border: 2px solid white;
}
tr {
font-weight: bold;
Expand All @@ -72,7 +72,7 @@ tbody tr:nth-child(even) {
background-color: #e597e2;
}
table {
background-color: #a023d5;
background-color: #924bee;
}
/* .metadata {
height: 0px;
Expand All @@ -82,7 +82,7 @@ table {
.input-group{
margin: auto;
margin-top: auto;
width: 80%;
width: 50%;
}
.input-group input {
width: 100%;
Expand All @@ -93,10 +93,6 @@ table {
text-align: center;
}

.button-elements {

}

.button-elements button {
margin: auto;
display: block;
Expand All @@ -111,4 +107,17 @@ table {
}
.button-elements button:hover {
background-color: #df7bda;
}
}

.table button{
margin: auto;
display: block;
background-color: #924bee;
color: #fff;
border: none;
border-radius: 25px;
padding: 10px 20px;
cursor: pointer;
font-size: 18px;
margin-bottom: 20px;
}
4 changes: 2 additions & 2 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</style>

<body>
<div style="margin-top: 4%;">
<div style="margin-top:4%;">
<div class="input-group">
<input type="text" id="filterInput" placeholder="Enter">
<div class="button-elements">
Expand All @@ -24,7 +24,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/stomp.js/2.3.3/stomp.min.js"></script>
<script src="/assets/search/search.js" type="module">
</script>
</div>
</div class="table">
<table>
<thead>
<tr>
Expand Down

0 comments on commit 0420646

Please sign in to comment.