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

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_options_page.css

Issue 8764008: Remove import ONC option from internet settings (to be moved to net-internals). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove localized strings Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #inetTitle { 1 #inetTitle {
2 border: none; 2 border: none;
3 } 3 }
4 4
5 #network-general-div { 5 #network-general-div {
6 -webkit-margin-start: 15px; 6 -webkit-margin-start: 15px;
7 } 7 }
8 8
9 #networking-controls { 9 #networking-controls {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 line-height: 100%; 64 line-height: 100%;
65 max-width: 320px; 65 max-width: 320px;
66 overflow: hidden; 66 overflow: hidden;
67 vertical-align: middle; 67 vertical-align: middle;
68 } 68 }
69 69
70 html[dir='rtl'] .network-item-text { 70 html[dir='rtl'] .network-item-text {
71 background: right center no-repeat; 71 background: right center no-repeat;
72 } 72 }
73 73
74 input[type='file'] {
75 margin-top: 5px;
76 }
77
78 #import-network-settings {
79 margin-top: 10px;
80 }
81 .network-item[connected] > * > .network-name-label { 74 .network-item[connected] > * > .network-name-label {
82 font-weight: bold; 75 font-weight: bold;
83 } 76 }
84 77
85 .network-status-label { 78 .network-status-label {
86 color: grey; 79 color: grey;
87 } 80 }
88 81
89 .network-item > * > button { 82 .network-item > * > button {
90 min-width: 100px; 83 min-width: 100px;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 } 153 }
161 154
162 #ipConfigList .name { 155 #ipConfigList .name {
163 width: 40%; 156 width: 40%;
164 } 157 }
165 158
166 #ipConfigList .value { 159 #ipConfigList .value {
167 -webkit-box-flex: 1; 160 -webkit-box-flex: 1;
168 color: #666; 161 color: #666;
169 } 162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698