| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 2 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> |
| 4 <link rel="import" href="/settings_shared_css.html"> | 4 <link rel="import" href="/settings_shared_css.html"> |
| 5 <link rel="import" href="/site_settings/site_data_details_dialog.html"> | 5 <link rel="import" href="/site_settings/site_data_details_dialog.html"> |
| 6 <link rel="import" href="/site_settings/site_settings_behavior.html"> | 6 <link rel="import" href="/site_settings/site_settings_behavior.html"> |
| 7 | 7 |
| 8 <dom-module id="site-data"> | 8 <dom-module id="site-data"> |
| 9 <template> | 9 <template> |
| 10 <style include="settings-shared"> | 10 <style include="iron-flex settings-shared"> |
| 11 :host { | 11 :host { |
| 12 display: block; | 12 display: block; |
| 13 margin-top: 18px; | 13 margin-top: 18px; |
| 14 width: 100%; | 14 width: 100%; |
| 15 } | 15 } |
| 16 | 16 |
| 17 .list-frame { | 17 .list-frame { |
| 18 -webkit-padding-start: 36px; | 18 -webkit-padding-start: 36px; |
| 19 margin-top: 10px; | 19 margin-top: 10px; |
| 20 } | 20 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 35 </div> | 35 </div> |
| 36 </div> | 36 </div> |
| 37 </template> | 37 </template> |
| 38 </div> | 38 </div> |
| 39 | 39 |
| 40 </template> | 40 </template> |
| 41 <script src="cookie_info.js"></script> | 41 <script src="cookie_info.js"></script> |
| 42 <script src="cookie_tree_node.js"></script> | 42 <script src="cookie_tree_node.js"></script> |
| 43 <script src="site_data.js"></script> | 43 <script src="site_data.js"></script> |
| 44 </dom-module> | 44 </dom-module> |
| OLD | NEW |