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

Unified Diff: chrome/browser/resources/shared/css/tree.css

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Convert <span> to <p>. Created 8 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
« no previous file with comments | « chrome/browser/resources/shared/css/list.css ('k') | chrome/browser/resources/shared/css/widgets.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/tree.css
diff --git a/chrome/browser/resources/shared/css/tree.css b/chrome/browser/resources/shared/css/tree.css
index 887b2445833767afddbd975717e290d816413b49..076724cbd09b3844e1012ff2f5602b49a5598c43 100644
--- a/chrome/browser/resources/shared/css/tree.css
+++ b/chrome/browser/resources/shared/css/tree.css
@@ -16,18 +16,12 @@ tree {
border-radius: 2px;
color: black;
cursor: default;
- line-height: 20px;
+ line-height: 28px;
padding: 0 3px;
position: relative;
white-space: nowrap;
}
-@media (pointer:coarse) {
- .tree-item > .tree-row {
- line-height: 40px;
- }
-}
-
.expand-icon {
-webkit-transform: rotate(-90deg);
-webkit-transition: all 150ms;
@@ -38,17 +32,11 @@ tree {
height: 16px;
opacity: .6;
position: relative;
- top: 2px;
+ top: 6px;
vertical-align: top;
width: 16px;
}
-@media (pointer:coarse) {
- .expand-icon {
- vertical-align: text-top;
- }
-}
-
html[dir=rtl] .expand-icon {
-webkit-transform: rotate(90deg);
}
« no previous file with comments | « chrome/browser/resources/shared/css/list.css ('k') | chrome/browser/resources/shared/css/widgets.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698