2 new revisions:
Revision: ea1097b160b2
Author: jussi.ao.malinen
Date: Mon Jun 6 09:40:54 2011
Log: tabs join the content beautifully with ie8
http://code.google.com/p/robotframework/source/detail?r=ea1097b160b2
Revision: dda58aac99e0
Author: jussi.ao.malinen
Date: Mon Jun 6 09:41:28 2011
Log: merge
http://code.google.com/p/robotframework/source/detail?r=dda58aac99e0
==============================================================================
Revision: ea1097b160b2
Author: jussi.ao.malinen
Date: Mon Jun 6 09:40:54 2011
Log: tabs join the content beautifully with ie8
http://code.google.com/p/robotframework/source/detail?r=ea1097b160b2
Modified:
/src/robot/webcontent/report.html
=======================================
--- /src/robot/webcontent/report.html Mon Jun 6 08:59:02 2011
+++ /src/robot/webcontent/report.html Mon Jun 6 09:40:54 2011
@@ -71,6 +71,7 @@
}
/* Details Table */
table.details {
+ clear: both;
width: 58em;
margin-bottom: 1em;
}
@@ -104,13 +105,12 @@
margin: 0px 1em;
}
#detail_tabs li {
- display: inline;
+ float: left;
background: #C6C6C6;
border: 1px solid black;
border-bottom-width: 0;
margin: 0 0.5em 0 0;
padding-top: 0.1em;
- border-radius: 3px 3px 0 0;
}
#detail_tabs li:hover {
background: yellow;
@@ -122,7 +122,8 @@
padding: 0 1em;
}
#detail_tabs li.tab_selected {
- padding-bottom: 1px;
+ position: relative;
+ top: 1px;
background: white;
}
#detail_tabs li.tab_selected:hover {
==============================================================================
Revision: dda58aac99e0
Author: jussi.ao.malinen
Date: Mon Jun 6 09:41:28 2011
Log: merge
http://code.google.com/p/robotframework/source/detail?r=dda58aac99e0
Modified:
/src/robot/webcontent/report.html
=======================================
--- /src/robot/webcontent/report.html Mon Jun 6 09:40:54 2011
+++ /src/robot/webcontent/report.html Mon Jun 6 09:41:28 2011
@@ -77,7 +77,7 @@
}
table.details th {
background: white;
- width: 11em;
+ width: 8em;
white-space: nowrap;
text-align: left;
vertical-align: top;
@@ -782,8 +782,12 @@
<td>{{tmpl($data) '#stats_message_partial_template'}}</td>
</tr>
<tr>
- <th>Start / End / Elapsed:</th>
- <td>${times.startTime} / ${times.endTime} /
${times.elapsedTime}</td>
+ <th>Start / End:</th>
+ <td>${times.startTime} / ${times.endTime}</td>
+ </tr>
+ <tr>
+ <th>Elapsed:</th>
+ <td>${times.elapsedTime}</td>
</tr>
</script>