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

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: Fix position of favicon. Tighten up margins and padding. 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
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 b2b3b1005949a0562eae17d22e2bc875c277efa1..65fa89c852d8d19483150caa14fe01d3a723952d 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);
}

Powered by Google App Engine
This is Rietveld 408576698