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

Unified Diff: chrome_linux64/resources/inspector/auditsPanel.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month 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
Index: chrome_linux64/resources/inspector/auditsPanel.css
===================================================================
--- chrome_linux64/resources/inspector/auditsPanel.css (revision 237140)
+++ chrome_linux64/resources/inspector/auditsPanel.css (working copy)
@@ -37,35 +37,13 @@
content: url(Images/resourceDocumentIcon.png);
}
-.audit-launcher-view {
- z-index: 1000;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: white;
- font-size: 13px;
- overflow-x: hidden;
- overflow-y: overlay;
- display: none;
-}
-
-.audit-launcher-view.visible {
- display: block;
-}
-
.audit-launcher-view .audit-launcher-view-content {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
padding: 0 0 0 16px;
white-space: nowrap;
display: -webkit-flex;
text-align: left;
-webkit-flex-direction: column;
+ flex: auto;
}
.audit-launcher-view h1 {
@@ -88,6 +66,7 @@
.audit-launcher-view div.button-container > button {
-webkit-align-self: flex-start;
+ margin: 5px;
}
.audit-launcher-view fieldset.audit-categories-container {
« no previous file with comments | « chrome_linux64/resources/inspector/TimelinePanel.js ('k') | chrome_linux64/resources/inspector/breadcrumbList.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698