8000 [WebProfilerBundle] Fix design issue in profiler when having errors in forms by Pierstoval · Pull Request #17561 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WebProfilerBundle] Fix design issue in profiler when having errors in forms #17561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix issue in profiler when having errors in forms
  • Loading branch information
Pierstoval committed Feb 9, 2016
commit 387540b660fd51affff1afd5ee57ed1107527e06
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,15 @@
color: #999;
}
.badge-error {
float: right;
background: #B0413E;
color: #FFF;
padding: 1px 4px;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
position: absolute;
top: 7px;
right: 7px;
}
.errors h3 {
color: #B0413E;
Expand Down
0