mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #865, added log functions to interpolator
* updated HTML template * parts use now string builder
This commit is contained in:
committed by
Mathew Sutcliffe
parent
af15929b30
commit
def51576de
@@ -9,7 +9,7 @@
|
||||
body {
|
||||
background-color: white;
|
||||
font-family: arial;
|
||||
font-size: 12px;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
tr:nth-child(even) {
|
||||
background-color: #c0c0c0;
|
||||
@@ -23,6 +23,9 @@ th {
|
||||
color:#fff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.small {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
.mouseoverdisplay {
|
||||
background-color: #eeeeee;
|
||||
position: absolute;
|
||||
@@ -35,6 +38,11 @@ th {
|
||||
a:hover + .mouseoverdisplay {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/** classes for interpolation log **/
|
||||
.old { color: blue; }
|
||||
.new { color: green; }
|
||||
.cur { color: red; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user