Skip to content

Commit

Permalink
Update Show all button to be outlined, larger to make clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Feb 27, 2024
1 parent f38b657 commit 9c6576c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cws-ui/src/main/webapp/css/history.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
.dataTables_wrapper .button {float:left; display: inline; margin-top: 15px; margin-right: 15px;}
.dataTables_wrapper {margin-left: 5px; margin-right: -10px;}
summary {
display: list-item;
width: 100px;
margin-top: 8px;
margin-bottom: 8px;
outline: outset;
outline-offset: 3px;
font-size: medium;
}
.historyLimitSize {
max-height: 200px;
Expand Down Expand Up @@ -56,9 +62,6 @@ summary {
font-family: courier,consolas;
/*white-space: normal !important;*/
}
summary {
display: list-item;
}

.proc-var-flex-main {
margin-bottom: 10px;
Expand Down

0 comments on commit 9c6576c

Please sign in to comment.