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

Side by Side Diff: chrome/browser/resources/http_auth.html

Issue 7828065: chromeos: Add WebUI implementation of form repost dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't crash on empty response Created 9 years, 3 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <link rel="stylesheet" href="dialog.css">
4 <style type="text/css"> 5 <style type="text/css">
5 body { 6 body {
6 margin: 10px 10px 0 10px; 7 margin: 10px 10px 0 10px;
7 -webkit-user-select: none; 8 -webkit-user-select: none;
8 } 9 }
9 10
10 form { 11 form {
11 margin: 0; 12 margin: 0;
12 } 13 }
13 14
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 </td> 116 </td>
116 </tr> 117 </tr>
117 </table> 118 </table>
118 <div id="buttons"> 119 <div id="buttons">
119 <input id="cancel" type="button" i18n-values="value:cancel"> 120 <input id="cancel" type="button" i18n-values="value:cancel">
120 <input id="login" type="submit" i18n-values="value:signin"> 121 <input id="login" type="submit" i18n-values="value:signin">
121 </div> 122 </div>
122 </form> 123 </form>
123 </body> 124 </body>
124 </html> 125 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698