Index: chrome/browser/resources/file_manager/js/image_editor/image_editor.css |
=================================================================== |
--- chrome/browser/resources/file_manager/js/image_editor/image_editor.css (revision 100141) |
+++ chrome/browser/resources/file_manager/js/image_editor/image_editor.css (working copy) |
@@ -6,8 +6,7 @@ |
/* Main container div for the editor */ |
.image-editor { |
- background: white; |
- position: absolute; |
+ background: black; |
width: 100%; |
height: 100%; |
} |
@@ -15,7 +14,11 @@ |
/* Editor toolbar */ |
.toolbar { |
width: 100%; |
- height: 32px; |
+ height: 100%; |
+ display: -webkit-box; |
+ -webkit-box-orient: horizontal; |
+ -webkit-box-align: center; |
+ -webkit-box-pack: center; |
} |
.toolbar button { |
@@ -34,10 +37,9 @@ |
/* The container div for the main canvas */ |
.canvas-wrapper { |
- position: absolute; |
width: 100%; |
- top: 32px; |
- bottom: 0; |
+ height: 100%; |
+ background: black; |
} |
/* Scaling controls */ |