git.samba.org
/
kai
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
r24671: More improvements to the HTML test suite results: hide
[kai/samba.git]
/
source4
/
selftest
/
output
/
testresults.css
diff --git
a/source4/selftest/output/testresults.css
b/source4/selftest/output/testresults.css
index b37f881f207dc6982c59f746088a2931a62e294e..9f3b6c9e82eae5fbf727220570eadb64f0d15836 100644
(file)
--- a/
source4/selftest/output/testresults.css
+++ b/
source4/selftest/output/testresults.css
@@
-59,7
+59,7
@@
td.resultFailure
/* Skipped */
td.resultSkipped
{
/* Skipped */
td.resultSkipped
{
- text-align:
right
;
+ text-align:
center
;
padding-left: 10px;
padding-right: 10px;
background-color: #FFEA20;
padding-left: 10px;
padding-right: 10px;
background-color: #FFEA20;
@@
-90,3
+90,20
@@
td.outputFailure
{
background-color: #FF0000;
}
{
background-color: #FF0000;
}
+
+div.reason
+{
+ text-align: center;
+ font-weight: bold;
+}
+
+span.control
+{
+ display: none;
+}
+
+div.duration
+{
+ text-align: right;
+ font-weight: bold;
+}