Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Unified Diff: Source/devtools/front_end/auditsPanel.css

Issue 460953002: DevTools: Fix buttons alignment in the audits panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/auditsPanel.css
diff --git a/Source/devtools/front_end/auditsPanel.css b/Source/devtools/front_end/auditsPanel.css
index 90ecb07d3603b48a8bc6fda6a18dd04ef17b6458..bfb6d1f3350b5a8712d2addbdccb03cb8e642b4d 100644
--- a/Source/devtools/front_end/auditsPanel.css
+++ b/Source/devtools/front_end/auditsPanel.css
@@ -66,7 +66,9 @@
.audit-launcher-view div.button-container > button {
-webkit-align-self: flex-start;
- margin: 5px;
+ margin-right: 10px;
+ margin-bottom: 5px;
+ margin-top: 5px;
}
.audit-launcher-view fieldset.audit-categories-container {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698