From 9c6576c39a1288d90890667691e1e6602993a8c1 Mon Sep 17 00:00:00 2001 From: wcgunter Date: Tue, 27 Feb 2024 13:40:21 -0500 Subject: [PATCH] Update Show all button to be outlined, larger to make clearer --- cws-ui/src/main/webapp/css/history.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cws-ui/src/main/webapp/css/history.css b/cws-ui/src/main/webapp/css/history.css index e565ab4c..d816f888 100644 --- a/cws-ui/src/main/webapp/css/history.css +++ b/cws-ui/src/main/webapp/css/history.css @@ -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; @@ -56,9 +62,6 @@ summary { font-family: courier,consolas; /*white-space: normal !important;*/ } -summary { - display: list-item; -} .proc-var-flex-main { margin-bottom: 10px;