We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b657 commit b6b450aCopy full SHA for b6b450a
cws-ui/src/main/webapp/css/history.css
@@ -3,7 +3,13 @@
3
.dataTables_wrapper .button {float:left; display: inline; margin-top: 15px; margin-right: 15px;}
4
.dataTables_wrapper {margin-left: 5px; margin-right: -10px;}
5
summary {
6
+ display: list-item;
7
width: 100px;
8
+ margin-top: 8px;
9
+ margin-bottom: 8px;
10
+ outline: outset;
11
+ outline-offset: 3px;
12
+ font-size: medium;
13
}
14
.historyLimitSize {
15
max-height: 200px;
@@ -56,9 +62,6 @@ summary {
56
62
font-family: courier,consolas;
57
63
/*white-space: normal !important;*/
58
64
59
-summary {
60
- display: list-item;
61
-}
65
66
.proc-var-flex-main {
67
margin-bottom: 10px;
0 commit comments