bug #12899 [WebProfiler] Tweaked ajax requests toolbar css reset (1ed)

This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #12899).

Discussion
----------

[WebProfiler] Tweaked ajax requests toolbar css reset

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12139 (not sure)
| License       | MIT
| Doc PR        | -

Before:
![screenshot from 2014-12-08 14 52 42](https://cloud.githubusercontent.com/assets/162986/5340221/7b3f1716-7eea-11e4-81c7-f46768736289.png)

After:
![screenshot from 2014-12-08 15 14 35](https://cloud.githubusercontent.com/assets/162986/5340443/fbfb3d1a-7eec-11e4-8960-9990937a49a1.png)

Commits
-------

16a51e7 [WebProfiler] Tweaked ajax requests toolbar css reset
This commit is contained in:
Fabien Potencier 2014-12-11 16:04:48 +01:00
commit 4d3d1977b5
1 changed files with 15 additions and 5 deletions

View File

@ -51,14 +51,25 @@
cursor: help;
}
.sf-toolbarreset span,
.sf-toolbarreset div {
.sf-toolbarreset div,
.sf-toolbarreset td,
.sf-toolbarreset th {
font-size: 11px;
}
.sf-toolbarreset img {
width: auto;
display: inline;
}
.sf-toolbarreset table {
border-collapse: collapse;
border-spacing: 0;
background-color: #000;
margin: 0;
padding: 0;
border: 0;
width: 100%;
table-layout: auto;
}
.sf-toolbarreset .hide-button {
display: block;
position: absolute;
@ -289,12 +300,11 @@
overflow-y: auto;
}
table.sf-toolbar-ajax-requests {
border-collapse: collapse;
}
.sf-toolbar-ajax-requests th, .sf-toolbar-ajax-requests td {
border-bottom: 1px solid #ddd;
padding: 0 4px;
color: #2f2f2f;
background-color: #fff;
}
.sf-toolbar-ajax-requests th {
background-color: #eee;