| 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;
|
| }
|
|
|