Skip to content

Commit

Permalink
Updates to Bootstrap 5, adds Stellar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Feb 29, 2024
1 parent 8474fad commit 040d865
Show file tree
Hide file tree
Showing 26 changed files with 137 additions and 282 deletions.
6 changes: 6 additions & 0 deletions cws-ui/src/main/webapp/css/bootstrap-reboot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions cws-ui/src/main/webapp/css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions cws-ui/src/main/webapp/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ label{
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
Expand Down Expand Up @@ -89,6 +88,7 @@ label{
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
text-decoration: none;
}
.nav-sidebar li:hover {
background-color: #ddd;
Expand All @@ -100,8 +100,8 @@ label{
color: #fff;
}

.nav-sidebar .active > a:hover,
.nav-sidebar .active > a:focus {
.nav-sidebar .active > li:hover,
.nav-sidebar .active > li:focus {
background-color: #428bca;
}
/*
Expand Down Expand Up @@ -281,6 +281,7 @@ div[class*="bar-"] {

#filters-btn {
margin: 10px 0px;
color: white;
}
#log-div {
clear: both;
Expand Down Expand Up @@ -412,3 +413,8 @@ a.nav-link {
a.nav-link img {
margin-right: 5px;
}

.icon-button {
display: flex;
align-items: center;
}
19 changes: 9 additions & 10 deletions cws-ui/src/main/webapp/css/deployments.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.dataTables_wrapper .mylength .dataTables_length {
float: right
float: right;
}

.dataTables_wrapper .download-button {
Expand All @@ -29,7 +29,7 @@
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: flex-end;
align-items: baseline;
gap: 10px;
}

Expand Down Expand Up @@ -57,11 +57,11 @@
}

.bar-failedToStart {
background-color: #D8860B;
background-color: #d8860b;
}

.bar-incident {
background-color: #C347ED;
background-color: #c347ed;
/*#F142F4;*/
}

Expand All @@ -77,15 +77,15 @@
}

.progress-bar-warning {
background-color: #E7B814;
background-color: #e7b814;
}

.progress-bar-disabled {
background-color: #CCCCCC;
background-color: #cccccc;
}

.progress-bar-info {
background-color: #4363CF;
background-color: #4363cf;
}

#selAll-label {
Expand Down Expand Up @@ -113,7 +113,7 @@
#process-table tr td:nth-child(2) {
min-width: 200px;
overflow: hidden;
text-wrap: none
text-wrap: none;
}

#process-table tr td:nth-child(3) {
Expand Down Expand Up @@ -153,7 +153,6 @@
display: none;
justify-content: center;
align-items: center;

}

.loader {
Expand Down Expand Up @@ -222,4 +221,4 @@

.disabled td {
font-style: italic;
}
}
14 changes: 9 additions & 5 deletions cws-ui/src/main/webapp/css/workers.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.value_flexbox {
display: flex;
flex-wrap: nowrap;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}

Expand All @@ -9,7 +9,11 @@
}

.copy_span {
display: flex;
justify-content: flex-end;
display: flex;
justify-content: flex-end;
align-items: center;
}
}

.worker-section {
margin-bottom: 10px;
}
3 changes: 3 additions & 0 deletions cws-ui/src/main/webapp/images/chevron_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions cws-ui/src/main/webapp/images/chevron_up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 5 additions & 30 deletions cws-ui/src/main/webapp/images/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions cws-ui/src/main/webapp/images/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions cws-ui/src/main/webapp/images/hamburger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions cws-ui/src/main/webapp/images/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cws-ui/src/main/webapp/images/visible_show.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 040d865

Please sign in to comment.