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

Unified Diff: ui/webui/resources/cr_elements/network/cr_network_list_item.html

Issue 2578793004: MD Settings: Fix size and padding of expand button (Closed)
Patch Set: Rebase Created 4 years 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: ui/webui/resources/cr_elements/network/cr_network_list_item.html
diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.html b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
index 5b93941280beb331da587ecdc73b5f973710a21e..616385f12c5ac594854f316dd3fba35f9485ef4d 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_list_item.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
@@ -17,12 +17,6 @@
outline: none;
}
- #divButtons {
- align-items: center;
- display: flex;
- flex-direction: row;
- }
-
#divDetail {
display: flex;
flex: 1 0 auto;
@@ -42,9 +36,8 @@
border-style: none;
display: flex;
flex-direction: row;
- margin: 0;
height: 32px;
- padding: 4px;
+ margin: 4px 12px;
}
#divOuter[first-custom-item] {
@@ -117,11 +110,9 @@
</template>
<template is="dom-if"
if="[[isSubpageButtonVisible_(networkState, showButtons)]]">
- <div id="divButtons">
- <button class="subpage-arrow" is="paper-icon-button-light"
- on-tap="fireShowDetails_" tabindex$="[[tabindex]]">
- </button>
- </div>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ on-tap="fireShowDetails_" tabindex$="[[tabindex]]">
+ </button>
</template>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698