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

Unified Diff: chrome_linux/resources/inspector/canvasProfiler.css

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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
Index: chrome_linux/resources/inspector/canvasProfiler.css
===================================================================
--- chrome_linux/resources/inspector/canvasProfiler.css (revision 273864)
+++ chrome_linux/resources/inspector/canvasProfiler.css (working copy)
@@ -63,10 +63,10 @@
bottom: 6px;
}
-.canvas-spinner-icon {
- content: url(Images/spinnerActiveSelected.gif);
+.canvas-profile-view .spinner-icon {
position: absolute;
width: 16px;
+ height: 16px;
right: 4px;
bottom: 4px;
}
@@ -83,15 +83,10 @@
border: none;
}
-button.status-bar-item.canvas-sidebar-show-hide-button {
- right: 15px;
- z-index: 13;
+.canvas-profile-view button.right-sidebar-show-hide-button.canvas-sidebar-show-hide-button.toggled-hide {
+ margin-right: 15px;
}
-button.status-bar-item.canvas-sidebar-show-hide-button.toggled-left {
- right: 0;
-}
-
.canvas-replay-button {
min-width: 32px;
}
« no previous file with comments | « chrome_linux/resources/inspector/breakpointsList.css ('k') | chrome_linux/resources/inspector/cmdevtools.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698