* public/index.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@166481
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-03-31 Ryosuke Niwa <rniwa@webkit.org>
+
+ Some CSS tweaks after r166477 and r166479,
+
+ * public/index.html:
+
2014-03-30 Ryosuke Niwa <rniwa@webkit.org>
WebKitPerfMonitor: Sometimes text inside panes overlap
td, th {
border: none;
border-collapse: collapse;
+ padding-top: 0.5em;
}
#dashboard > tbody > tr > td {
vertical-align: top;
- padding-bottom: 1.5em;
}
#dashboard > thead th {
position: relative;
border: solid 1px #ccc;
border-radius: 5px;
- margin: 10px 10px 0px 0px;
+ margin: 0px 0px 10px 0px;
}
.chart.worse {
position: absolute;
left: 10px;
top: 10px;
- width: 200px;
+ width: 220px;
}
.chart header {
top: 0px;
}
+#charts .summaryTable {
+ margin-top: 0.3em;
+}
+
#dashboard .arrow {
width: 20px;
height: 40px;