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

Unified Diff: chrome/browser/resources/chromeos/network_ui/network_ui.css

Issue 972223002: Fix chrome://network CSS for cr-network-icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/chromeos/network_ui/network_ui.css
diff --git a/chrome/browser/resources/chromeos/network_ui/network_ui.css b/chrome/browser/resources/chromeos/network_ui/network_ui.css
index 874e916aeb9270ecbe34f8c13e903717e0a27900..7a6dd35fc63c51990f854ea0d5ee1556de2bfddb 100644
--- a/chrome/browser/resources/chromeos/network_ui/network_ui.css
+++ b/chrome/browser/resources/chromeos/network_ui/network_ui.css
@@ -50,11 +50,6 @@ paper-button[raised].colored {
font-weight: bold;
}
-.state-table-icon-cell {
- display: flex;
- justify-content: center;
-}
-
.state-table-expand-button-cell {
text-align: center;
}
@@ -75,6 +70,7 @@ paper-button[raised].colored {
.state-table cr-network-icon {
height: 25px;
+ vertical-align: middle;
michaelpg 2015/03/03 21:09:09 w00t I figured this out! (kind of) TL;DR: It's a
stevenjb 2015/03/03 21:43:01 TLDR; display:block in the icon does fix this and
width: 25px;
}
« 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