summaryrefslogtreecommitdiffstats
path: root/Tools/RebaselineQueueServer/static/styles.css
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-06-02 12:07:03 +0100
committerBen Murdoch <benm@google.com>2011-06-10 10:47:21 +0100
commit2daae5fd11344eaa88a0d92b0f6d65f8d2255c00 (patch)
treee4964fbd1cb70599f7718ff03e50ea1dab33890b /Tools/RebaselineQueueServer/static/styles.css
parent87bdf0060a247bfbe668342b87e0874182e0ffa9 (diff)
downloadexternal_webkit-2daae5fd11344eaa88a0d92b0f6d65f8d2255c00.zip
external_webkit-2daae5fd11344eaa88a0d92b0f6d65f8d2255c00.tar.gz
external_webkit-2daae5fd11344eaa88a0d92b0f6d65f8d2255c00.tar.bz2
Merge WebKit at r84325: Initial merge by git.
Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b
Diffstat (limited to 'Tools/RebaselineQueueServer/static/styles.css')
-rw-r--r--Tools/RebaselineQueueServer/static/styles.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/Tools/RebaselineQueueServer/static/styles.css b/Tools/RebaselineQueueServer/static/styles.css
new file mode 100644
index 0000000..a36ff35
--- /dev/null
+++ b/Tools/RebaselineQueueServer/static/styles.css
@@ -0,0 +1,71 @@
+body {
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 12px;
+}
+
+h1 {
+ border-bottom: solid 1px #ccc;
+}
+
+#builder-picker body,
+#add-form body {
+ margin: 0;
+}
+
+#builder-picker,
+#builder-picker body {
+ height: 100%;
+}
+
+#builder-picker body {
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+}
+
+#builder-picker-controls {
+ padding: 0.5em;
+ border-bottom: solid 1px black;
+}
+
+#builder-picker-controls select {
+ min-width: 10em;
+}
+
+#builder-frame {
+ border: 0;
+ -webkit-box-flex: 1;
+ display: block;
+}
+
+.status {
+ font-size: 16px;
+ text-align: center;
+ padding: 1em;
+}
+
+.test-table {
+ border-collapse: collapse;
+}
+
+.test-table caption {
+ font-size: 16px;
+ font-weight: bold;
+ background: #eee;
+ padding: .5em;
+}
+
+.test-table th {
+ text-align: left;
+ border-bottom: solid 1px #ccc;
+ background: #eee;
+ min-width: 8em;
+}
+
+.test-table tbody tr:hover {
+ background: #ffa;
+}
+
+.test-table .submit-row {
+ text-align: right;
+ padding: 1em 0;
+}