- make errorHeading a generic class
- add styles for testcases (or update them from tests)
- add styles for testcase searching
This commit is contained in:
ccooper%deadsquid.com 2006-06-05 01:16:46 +00:00
Родитель a5b9b5ae82
Коммит d21b564f08
1 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -34,7 +34,7 @@ h1.firstHeading, h1.errorHeading {
text-transform: lowercase;
}
h1.errorHeading {
.errorHeading {
color: #FF0000;
}
@ -387,7 +387,7 @@ table.single-result, table.comments, table.stats {
margin-top: 5px;
}
.test-results {
.test-results, .testcases {
border-collapse: collapse;
margin-bottom: 5px;
width: 100%;
@ -443,7 +443,7 @@ table.section {
border: solid #bbbbbb 1px;
}
td.header, th {
td.header, td.headerleft, th {
vertical-align: middle;
background: #dddddd;
border: solid #bbbbbb 1px;
@ -454,6 +454,10 @@ td.header, th {
padding: 0px 5px 0px 5px;
}
td.headerleft {
text-align: left;
}
.run-tests td.header {
background: #dddddd;
border: solid #bbbbbb 1px;
@ -1160,3 +1164,7 @@ div.formButtons {
padding-bottom: 15px;
}
div.or {
padding: 1em 0 1em 0;
font-weight: bold;
}