Skip to content

Commit b6b450a

Browse files
authored
Update Show all button to be outlined, larger to make clearer (#203)
1 parent f38b657 commit b6b450a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cws-ui/src/main/webapp/css/history.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
.dataTables_wrapper .button {float:left; display: inline; margin-top: 15px; margin-right: 15px;}
44
.dataTables_wrapper {margin-left: 5px; margin-right: -10px;}
55
summary {
6+
display: list-item;
67
width: 100px;
8+
margin-top: 8px;
9+
margin-bottom: 8px;
10+
outline: outset;
11+
outline-offset: 3px;
12+
font-size: medium;
713
}
814
.historyLimitSize {
915
max-height: 200px;
@@ -56,9 +62,6 @@ summary {
5662
font-family: courier,consolas;
5763
/*white-space: normal !important;*/
5864
}
59-
summary {
60-
display: list-item;
61-
}
6265

6366
.proc-var-flex-main {
6467
margin-bottom: 10px;

0 commit comments

Comments
 (0)