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

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

Issue 1182001: Remove vendor specific CSS prefixes. (Closed)
Patch Set: ? Created 10 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html id="template_root" i18n-values="dir:textdirection"> 2 <html id="template_root" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <style> 5 <style>
6 body { 6 body {
7 background-color:#500; 7 background-color:#500;
8 font-family:Helvetica,Arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 9 margin:0px;
10 } 10 }
11 .background { 11 .background {
12 position:absolute; 12 position:absolute;
13 width:100%; 13 width:100%;
14 height:100%; 14 height:100%;
15 } 15 }
16 .cell { 16 .cell {
17 padding:40px; 17 padding:40px;
18 } 18 }
19 .box { 19 .box {
20 width:80%; 20 width:80%;
21 background-color:white; 21 background-color:white;
22 color:black; 22 color:black;
23 font-size:10pt; 23 font-size:10pt;
24 line-height:16pt; 24 line-height:16pt;
25 text-align:left; 25 text-align:left;
26 padding:20px; 26 padding:20px;
27 position:relative; 27 position:relative;
28 -webkit-box-shadow:3px 3px 8px #200; 28 -webkit-box-shadow:3px 3px 8px #200;
29 -webkit-border-radius:5px; 29 border-radius:5px;
30 } 30 }
31 html[dir='rtl'] .box { 31 html[dir='rtl'] .box {
32 text-align:right; 32 text-align:right;
33 } 33 }
34 34
35 .icon { 35 .icon {
36 position:absolute; 36 position:absolute;
37 } 37 }
38 .title { 38 .title {
39 margin:0px 87px 0px; 39 margin:0px 87px 0px;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <input name="checky" id="checky" type="checkbox" onclick="agreed(this. form)">&nbsp;<label for="checky" i18n-content="confirm_text"></label> 95 <input name="checky" id="checky" type="checkbox" onclick="agreed(this. form)">&nbsp;<label for="checky" i18n-content="confirm_text"></label>
96 <input type="button" name="continue_button" i18n-values="value:continu e_button" disabled="true" onclick="sendCommand('proceed')"><br> 96 <input type="button" name="continue_button" i18n-values="value:continu e_button" disabled="true" onclick="sendCommand('proceed')"><br>
97 <input type="button" name="back_button" i18n-values="value:back_button " onclick="sendCommand('takeMeBack')"> 97 <input type="button" name="back_button" i18n-values="value:back_button " onclick="sendCommand('takeMeBack')">
98 </form> 98 </form>
99 </div> 99 </div>
100 </div> 100 </div>
101 </td> 101 </td>
102 </table> 102 </table>
103 </body> 103 </body>
104 </html> 104 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/safe_browsing_multiple_threat_block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698