| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <link rel="icon" href="../../app/theme/downloads_favicon.png"> | 6 <link rel="icon" href="../../app/theme/downloads_favicon.png"> |
| 7 <style> | 7 <style> |
| 8 body { | 8 body { |
| 9 background-color:white; | 9 background-color:white; |
| 10 color:black; | 10 color:black; |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 } | 44 } |
| 45 html[dir='rtl'] #downloads-summary > a { | 45 html[dir='rtl'] #downloads-summary > a { |
| 46 float:left; | 46 float:left; |
| 47 } | 47 } |
| 48 #downloads-display { | 48 #downloads-display { |
| 49 max-width:740px; | 49 max-width:740px; |
| 50 } | 50 } |
| 51 .download { | 51 .download { |
| 52 position:relative; | 52 position:relative; |
| 53 margin-top:6px; | 53 margin-top:6px; |
| 54 margin-left:96px; | 54 margin-left:114px; |
| 55 padding-left:56px; | 55 padding-left:56px; |
| 56 margin-bottom:15px; | 56 margin-bottom:15px; |
| 57 } | 57 } |
| 58 html[dir='rtl'] .download { | 58 html[dir='rtl'] .download { |
| 59 padding-left:0px; | 59 padding-left:0px; |
| 60 margin-left:0px; | 60 margin-left:0px; |
| 61 margin-right:96px; | 61 margin-right:114px; |
| 62 padding-right:56px; | 62 padding-right:56px; |
| 63 } | 63 } |
| 64 .date-container { | 64 .date-container { |
| 65 position:absolute; | 65 position:absolute; |
| 66 left:-92px; | 66 left:-110px; |
| 67 width:92px; | 67 width:110px; |
| 68 } | 68 } |
| 69 html[dir='rtl'] .date-container { | 69 html[dir='rtl'] .date-container { |
| 70 left:auto; | 70 left:auto; |
| 71 right:-92px; | 71 right:-110px; |
| 72 } | 72 } |
| 73 .date-container .since { | 73 .date-container .since { |
| 74 color:black; | 74 color:black; |
| 75 } | 75 } |
| 76 .date-container .date { | 76 .date-container .date { |
| 77 color:#666; | 77 color:#666; |
| 78 } | 78 } |
| 79 .download .icon { | 79 .download .icon { |
| 80 position:absolute; | 80 position:absolute; |
| 81 top:2px; | 81 top:2px; |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 <div id="downloads-summary"> | 721 <div id="downloads-summary"> |
| 722 <span id="downloads-summary-text" i18n-content="downloads">Downloads</span> | 722 <span id="downloads-summary-text" i18n-content="downloads">Downloads</span> |
| 723 <a id="clear-all" href="" onclick="clearAll();" i18n-content="clear_all">Cle
ar All</a> | 723 <a id="clear-all" href="" onclick="clearAll();" i18n-content="clear_all">Cle
ar All</a> |
| 724 </div> | 724 </div> |
| 725 <div id="downloads-display"></div> | 725 <div id="downloads-display"></div> |
| 726 </div> | 726 </div> |
| 727 <div class="footer"> | 727 <div class="footer"> |
| 728 </div> | 728 </div> |
| 729 </body> | 729 </body> |
| 730 </html> | 730 </html> |
| OLD | NEW |