Index: chrome/browser/resources/file_manager/js/image_editor/gallery.css |
diff --git a/chrome/browser/resources/file_manager/js/image_editor/gallery.css b/chrome/browser/resources/file_manager/js/image_editor/gallery.css |
index 4c78f29d017be9908d54fa4aebfdc84bad937953..b4f44446c448c7695a0ab6e7cb744a391dce5b16 100644 |
--- a/chrome/browser/resources/file_manager/js/image_editor/gallery.css |
+++ b/chrome/browser/resources/file_manager/js/image_editor/gallery.css |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+ * Copyright (c) 2012 The Chromium Authors. All rights reserved. |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
@@ -14,8 +14,10 @@ body { |
.gallery { |
background: black; |
position: absolute; |
- width: 100%; |
- height: 100%; |
+ left: 0; |
+ right: 0; |
+ top: 0; |
+ bottom: 0; |
overflow: hidden; |
} |