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

Side by Side Diff: chrome/browser/resources/options/chromeos_internet_options_page.css

Issue 4975004: Merge 66230 - Fix a bug that caused all <select> elements to have 200px width... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552d/src/
Patch Set: Created 10 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * TODO(xiyuan): Remove the section overrides when options_page.css uses the 2 * TODO(xiyuan): Remove the section overrides when options_page.css uses the
3 * new style. 3 * new style.
4 */ 4 */
5 #inetTitle { 5 #inetTitle {
6 border: none; 6 border: none;
7 } 7 }
8 8
9 #internetPage > section { 9 #internetPage > section {
10 display: block; 10 display: block;
(...skipping 16 matching lines...) Expand all
27 .networks { 27 .networks {
28 -webkit-margin-start: 15px; 28 -webkit-margin-start: 15px;
29 padding: 2px; 29 padding: 2px;
30 } 30 }
31 31
32 .network-password { 32 .network-password {
33 left: 0px; 33 left: 0px;
34 position: relative; 34 position: relative;
35 } 35 }
36 36
37 .network-password > input, select { 37 .network-password > input, .network-password > select {
38 width: 200px; 38 width: 200px;
39 } 39 }
40 40
41 .network-item { 41 .network-item {
42 -webkit-box-align: center; 42 -webkit-box-align: center;
43 -webkit-padding-start: 30px; 43 -webkit-padding-start: 30px;
44 border: 1px solid rgba(255,255,255,0); /* transparent white */ 44 border: 1px solid rgba(255,255,255,0); /* transparent white */
45 border-radius: 2px; 45 border-radius: 2px;
46 display: -webkit-box; 46 display: -webkit-box;
47 height: 35px; 47 height: 35px;
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 #detailsInternetPage[cert] .password-details, 162 #detailsInternetPage[cert] .password-details,
163 #detailsInternetPage[certPkcs] .password-details, 163 #detailsInternetPage[certPkcs] .password-details,
164 #detailsInternetPage:not([cert]) .cert-details, 164 #detailsInternetPage:not([cert]) .cert-details,
165 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { 165 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details {
166 display: none; 166 display: none;
167 } 167 }
168 168
169 #wirelessButtons > * > button { 169 #wirelessButtons > * > button {
170 margin-left: 5px; 170 margin-left: 5px;
171 } 171 }
OLDNEW
« 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