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

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

Issue 6249019: dom-ui settings: Prevent intenet option panel sections from always displaying... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « 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 {
10 display: block;
11 }
12
13 #internetPage > section > h3 { 9 #internetPage > section > h3 {
14 font-size: 100%; 10 font-size: 100%;
15 width: auto; 11 width: auto;
16 } 12 }
17 13
18 #internetPage > section[hidden] { 14 #internetPage > section[hidden] {
19 display: none; 15 display: none;
20 } 16 }
21 17
22 #networkingControls { 18 #networkingControls {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 #detailsInternetPage[cert] .password-details, 207 #detailsInternetPage[cert] .password-details,
212 #detailsInternetPage[certPkcs] .password-details, 208 #detailsInternetPage[certPkcs] .password-details,
213 #detailsInternetPage:not([cert]) .cert-details, 209 #detailsInternetPage:not([cert]) .cert-details,
214 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details { 210 #detailsInternetPage:not([certPkcs]) .cert-pkcs-details {
215 display: none; 211 display: none;
216 } 212 }
217 213
218 #wirelessButtons > * > button { 214 #wirelessButtons > * > button {
219 margin-left: 5px; 215 margin-left: 5px;
220 } 216 }
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