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

Side by Side Diff: chrome/browser/resources/chromeos/proxy_settings.css

Issue 9702011: Migrate proxy-settings.html to options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright notices. Created 8 years, 9 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 | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
1 /* These additional styles constrain the size of the proxy page to the height of 5 /* These additional styles constrain the size of the proxy page to the height of
2 the dialog containing them. */ 6 the dialog containing them. */
3 html { 7 html {
4 height: 100%; 8 height: 100%;
5 } 9 }
6 10
7 body { 11 body {
8 -webkit-box-sizing: border-box; 12 -webkit-box-sizing: border-box;
9 height: 100%; 13 height: 100%;
10 margin: 0; 14 margin: 0;
11 padding: 8px; 15 padding: 8px;
12 } 16 }
13 17
14 #proxyPage { 18 #proxyPage {
15 height: 100%; 19 height: 100%;
16 } 20 }
17 21
18 #proxy-page-title { 22 #proxy-page-title {
19 /* We have a title on the window, so the title in domui should be hidden. */ 23 /* We have a title on the window, so the title in domui should be hidden. */
20 display: none; 24 display: none;
21 } 25 }
26
27 #internet-details-content-area > .subpages-tab-contents {
28 height: 100% !important;
29 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698