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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 13606002: Making touch target wider (35px) for the splitter in bookmark manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index 4114e8e18173f98e51b68f21036925dfe95e8f81..6b2b0c435768ba326c0f189f657091f989ba4974 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -210,8 +210,7 @@ list > .folder > .label,
}
#tree-container {
- -webkit-padding-end: 5px;
- -webkit-padding-start: 10px;
+ -webkit-padding-start: 15px;
box-sizing: border-box;
/* min-width and max-width are used by the split pane. */
max-width: 50%;
@@ -238,15 +237,19 @@ list > .folder > .label,
#list {
-webkit-flex: 1;
+ -webkit-padding-end: 5px;
box-sizing: border-box;
/* TODO(arv): Remove min-width once bug is fixed:
* https://bugs.webkit.org/show_bug.cgi?id=111790 */
min-width: 0;
- padding: 5px;
+ padding-bottom: 5px;
+ padding-top: 5px;
}
.splitter {
background-color: rgb(235, 239, 249);
+ border-left: 15px solid white;
Evan Stade 2013/04/04 02:37:57 why white and not transparent?
+ border-right: 15px solid white;
cursor: e-resize;
width: 5px;
<if expr="is_macosx">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698