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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/standalone_test.html

Issue 7552035: Adding simple filters to ChromeOS Image Editor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 4 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/browser/resources/file_manager/js/image_editor/standalone_test.html
diff --git a/chrome/browser/resources/file_manager/js/image_editor/standalone_test.html b/chrome/browser/resources/file_manager/js/image_editor/standalone_test.html
index ea9671fc43bef7d52ea98ee10ff34690fffffa96..003e3a7b7daaa92af90250039b482264c5a2226c 100644
--- a/chrome/browser/resources/file_manager/js/image_editor/standalone_test.html
+++ b/chrome/browser/resources/file_manager/js/image_editor/standalone_test.html
@@ -21,8 +21,8 @@
.debug-output {
position: absolute;
top: 34px;
- right: 1px;
- text-align: right;
+ left: 1px;
+ text-align: left;
}
.debug-buttons {

Powered by Google App Engine
This is Rietveld 408576698