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

Unified Diff: chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.css

Issue 865033002: Implement a slide-in pane for bookmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-pane
Patch Set: Document bookmarks.js Created 5 years, 11 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/pdf/elements/bookmarks-pane/bookmarks-pane.css
diff --git a/chrome/browser/resources/options/chromeos/browser_options.css b/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.css
similarity index 53%
copy from chrome/browser/resources/options/chromeos/browser_options.css
copy to chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.css
index e02cae24c7d9f654ecd1e33cc493daef403e82ba..f20997dd5eefe1eaf97e8274eaab56040600bc49 100644
--- a/chrome/browser/resources/options/chromeos/browser_options.css
+++ b/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.css
@@ -1,7 +1,7 @@
-/* Copyright 2013 The Chromium Authors. All rights reserved.
+/* Copyright 2015 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. */
-#sync-section {
- min-height: 64px;
+.sub-bookmark {
+ margin-left: 1em;
}

Powered by Google App Engine
This is Rietveld 408576698