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

Side by Side Diff: chrome/browser/resources/network_menu.css

Issue 3854001: Merge 62674 - First round UI touch up of DOMUI based network menu.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: 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
1 input:invalid { 1 input:invalid {
2 background-color: #ff6666; 2 background-color: #ff6666;
3 } 3 }
4 4
5 .network-menu-item { 5 .network-menu-item {
6 width: 100%; 6 width: 100%;
7 } 7 }
8 8
9 .network-label-icon { 9 .network-label-icon {
10 -webkit-box-align: center; 10 -webkit-box-align: center;
11 display: -webkit-box; 11 display: -webkit-box;
12 min-height: 24px; 12 min-height: 24px;
13 } 13 }
14 14
15 .network-label { 15 .network-label {
16 -webkit-box-flex: 1; 16 -webkit-box-flex: 1;
17 } 17 }
18 18
19 .network-icon { 19 .network-icon {
20 border: 0; 20 border: 0;
21 } 21 }
22 22
23 .network-status { 23 .network-status {
24 color: grey; 24 color: grey;
25 } 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