Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
update overview layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gonefishing4422 committed Apr 24, 2024
1 parent 546faaf commit 2b97e87
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 610 deletions.
4 changes: 2 additions & 2 deletions blocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ <h3 class="panel-title">&nbsp; <i class="fa fa-square-o "></i>
</div>
<div class="col-lg-6 ">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-square-o"></i>
BLOCK INFORMATION </h3>
<h3 class="panel-title"><i class="fa fa-square-o"></i> BLOCK
INFORMATION </h3>
</div>
<div class="panel-body1">
<div class="list-group"><span class="list-group-item">Genesys Block<span
Expand Down
19 changes: 17 additions & 2 deletions css/sb-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,21 @@ div {
/* Table Nav row */
.row {
margin: 0;
border: 0px solid black;
border: 1px solid black;
max-width:1300px;

}
.row2 {
margin: 0;
border: 0px solid black;
max-width:1250x;
max-width:1250px;

}
/* overview page tables row */
.row3 {
margin: 12px;
border: 1px solid black;
max-width:1280px;

}
/* Table Nav row */
Expand Down Expand Up @@ -601,13 +608,21 @@ table.tablesorter thead tr th:hover {
/* width:20px; */
/* padding: 6px 20px; */






/* explorer page table */
.styled-table1 tbody tr {
border-bottom: 1px solid #222222;
color: lightgrey;
}

/* Alternate row background color */
.styled-table1 tr:nth-child(odd) {
background-color: black; /* Dark background color */
}

.styled-table1 tbody tr:nth-of-type(even) {
background-color: black;
Expand Down
Loading

0 comments on commit 2b97e87

Please sign in to comment.