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

Unified Diff: chrome/browser/resources/network_menu.css

Issue 3771003: First round UI touch up of DOMUI based network menu. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: sync and try Created 10 years, 2 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/menu.js ('k') | chrome/browser/resources/network_menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/network_menu.css
diff --git a/chrome/browser/resources/network_menu.css b/chrome/browser/resources/network_menu.css
new file mode 100644
index 0000000000000000000000000000000000000000..8ca40b0c39c6ea0061fd569a2965ff9fc7a35152
--- /dev/null
+++ b/chrome/browser/resources/network_menu.css
@@ -0,0 +1,25 @@
+input:invalid {
+ background-color: #ff6666;
+}
+
+.network-menu-item {
+ width: 100%;
+}
+
+.network-label-icon {
+ -webkit-box-align: center;
+ display: -webkit-box;
+ min-height: 24px;
+}
+
+.network-label {
+ -webkit-box-flex: 1;
+}
+
+.network-icon {
+ border: 0;
+}
+
+.network-status {
+ color: grey;
+}
« no previous file with comments | « chrome/browser/resources/menu.js ('k') | chrome/browser/resources/network_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698