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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/menu.js ('k') | chrome/browser/resources/network_menu.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 input:invalid {
2 background-color: #ff6666;
3 }
4
5 .network-menu-item {
6 width: 100%;
7 }
8
9 .network-label-icon {
10 -webkit-box-align: center;
11 display: -webkit-box;
12 min-height: 24px;
13 }
14
15 .network-label {
16 -webkit-box-flex: 1;
17 }
18
19 .network-icon {
20 border: 0;
21 }
22
23 .network-status {
24 color: grey;
25 }
OLDNEW
« 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