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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Google Inc. All rights reserved. 3 * Copyright (C) 2009 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 } 59 }
60 60
61 .audit-launcher-view div.button-container { 61 .audit-launcher-view div.button-container {
62 width: 100%; 62 width: 100%;
63 padding: 16px 0; 63 padding: 16px 0;
64 -webkit-flex: none; 64 -webkit-flex: none;
65 } 65 }
66 66
67 .audit-launcher-view div.button-container > button { 67 .audit-launcher-view div.button-container > button {
68 -webkit-align-self: flex-start; 68 -webkit-align-self: flex-start;
69 margin: 5px; 69 margin-right: 10px;
70 margin-bottom: 5px;
71 margin-top: 5px;
70 } 72 }
71 73
72 .audit-launcher-view fieldset.audit-categories-container { 74 .audit-launcher-view fieldset.audit-categories-container {
73 position: relative; 75 position: relative;
74 top: 11px; 76 top: 11px;
75 left: 0; 77 left: 0;
76 width: 100%; 78 width: 100%;
77 overflow-y: auto; 79 overflow-y: auto;
78 border: 0 none; 80 border: 0 none;
79 -webkit-flex: none; 81 -webkit-flex: none;
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 font-weight: bold; 241 font-weight: bold;
240 } 242 }
241 243
242 .audit-launcher-view .progress-bar-container { 244 .audit-launcher-view .progress-bar-container {
243 display: inline-block; 245 display: inline-block;
244 } 246 }
245 247
246 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { 248 .audit-launcher-view .progress-bar-container .progress-bar-stop-button {
247 display: none; 249 display: none;
248 } 250 }
OLDNEW
« 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