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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe.html

Issue 10830332: [cros] Remove vertical clipping in OOBE step container. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert #2 Created 8 years, 4 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/chromeos/login/oobe.css ('k') | 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came raType"> 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came raType">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 7 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
8 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 8 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
9 <link rel="stylesheet" href="bubble.css"> 9 <link rel="stylesheet" href="bubble.css">
10 <link rel="stylesheet" href="butter_bar.css"> 10 <link rel="stylesheet" href="butter_bar.css">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <include src="version.html"> 51 <include src="version.html">
52 <div id="outer-container"> 52 <div id="outer-container">
53 <include src="notification_area.html"> 53 <include src="notification_area.html">
54 <div id="oobe" class="faded"> 54 <div id="oobe" class="faded">
55 <div id="header"> 55 <div id="header">
56 <span i18n-content="productName"></span> 56 <span i18n-content="productName"></span>
57 <div id="header-sections"></div> 57 <div id="header-sections"></div>
58 </div> 58 </div>
59 <hr class="top shadow"> 59 <hr class="top shadow">
60 <div id="inner-container" class="down"> 60 <div id="inner-container" class="down">
61 <div id="step-logo"> 61 <div id="step-logo" hidden>
62 <img src="chrome://theme/IDR_PRODUCT_LOGO"> 62 <img src="chrome://theme/IDR_PRODUCT_LOGO">
63 </div> 63 </div>
64 <include src="oobe_screen_network.html"> 64 <include src="oobe_screen_network.html">
65 <include src="oobe_screen_eula.html"> 65 <include src="oobe_screen_eula.html">
66 <include src="oobe_screen_update.html"> 66 <include src="oobe_screen_update.html">
67 <include src="oobe_screen_oauth_enrollment.html"> 67 <include src="oobe_screen_oauth_enrollment.html">
68 <include src="oobe_screen_user_image.html"> 68 <include src="oobe_screen_user_image.html">
69 <include src="screen_gaia_signin.html"> 69 <include src="screen_gaia_signin.html">
70 <include src="screen_account_picker.html"> 70 <include src="screen_account_picker.html">
71 <include src="screen_error_message.html"> 71 <include src="screen_error_message.html">
(...skipping 23 matching lines...) Expand all
95 <p id="tpm-password" hidden></p> 95 <p id="tpm-password" hidden></p>
96 </div> 96 </div>
97 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 97 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button>
98 </div> 98 </div>
99 </div> 99 </div>
100 <div id="bubble" class="bubble faded" hidden></div> 100 <div id="bubble" class="bubble faded" hidden></div>
101 <include src="header_bar.html"> 101 <include src="header_bar.html">
102 <include src="user_pod_template.html"> 102 <include src="user_pod_template.html">
103 </body> 103 </body>
104 </html> 104 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698