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

Side by Side Diff: chrome/installer/setup/eula/oem.css

Issue 18732: Wire the eula and the dialog display code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | chrome/installer/setup/eula/oem.js » ('j') | chrome/installer/setup/main.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 html {
2 overflow:auto;
3 }
4 body, td {
5 overflow:auto;
6 margin:0px;
7 font-family:arial;
8 font-size:84%;
9 }
10 .header {
11 background-color:#d8dfea;
12 padding:10px 10px 10px 8px;
13 }
14 .icontext {
15 text-align:center;
16 font-family:tahoma;
17 font-size:11px;
18 padding:1px 0px 0px 2px;
19 }
20 .title {
21 font-size:115%;
22 font-weight:bold;
23 }
24 .desc {
25 display:block;
26 padding-top:5px;
27 }
28 .main {
29 margin:17px 13px 0px 14px;
30 }
31 .eula {
32 margin:5px 10px 0px 5px;
33 }
34 iframe {
35 border:1px solid #999999;
36 }
37 .footer {
38 position:absolute;
39 bottom:0px;
40 padding:5px 5px 5px 5px;
41 }
42 form {
43 margin:0px;
44 padding:0px;
45 }
46 .labelcell {
47 padding-top:2px;
48 }
49 .buttons {
50 margin:8px 5px 0px 5px;
51 text-align:right;
52 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/eula/oem.js » ('j') | chrome/installer/setup/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698