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 <style> | 6 <style> |
7 body { | 7 body { |
8 margin: 10px; | 8 margin: 10px; |
9 min-width: 47em; | 9 min-width: 47em; |
10 } | 10 } |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 padding-left: 10px; | 133 padding-left: 10px; |
134 padding-top: 0.8em; | 134 padding-top: 0.8em; |
135 width: 100%; | 135 width: 100%; |
136 } | 136 } |
137 html[dir=rtl] .developer-mode { | 137 html[dir=rtl] .developer-mode { |
138 padding-right: 10px; | 138 padding-right: 10px; |
139 padding-left: 0; | 139 padding-left: 0; |
140 } | 140 } |
141 | 141 |
142 .extension_disabled td { | 142 .extension_disabled td { |
143 background: url('gray.png') 0px 0px; | 143 background-color: #f0f0f0; |
144 color: #a0a0a0; | 144 color: #a0a0a0; |
145 padding-bottom: 4px; | 145 padding-bottom: 4px; |
146 padding-top: 5px; | 146 padding-top: 5px; |
147 } | 147 } |
148 | 148 |
149 .extension_enabled td { | 149 .extension_enabled td { |
150 padding-bottom: 4px; | 150 padding-bottom: 4px; |
151 padding-top: 5px; | 151 padding-top: 5px; |
152 } | 152 } |
153 | 153 |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 <td> | 763 <td> |
764 <span class="section-header-title" i18n-content="title" | 764 <span class="section-header-title" i18n-content="title" |
765 >TITLE</span> | 765 >TITLE</span> |
766 <span class="section-header-title" | 766 <span class="section-header-title" |
767 jsdisplay="extensions.length > 0">(<span | 767 jsdisplay="extensions.length > 0">(<span |
768 jscontent="extensions.length"></span>)</span> | 768 jscontent="extensions.length"></span>)</span> |
769 </td> | 769 </td> |
770 <td width="18" padding=""> | 770 <td width="18" padding=""> |
771 <img id="collapse" class="developer-mode-image" | 771 <img id="collapse" class="developer-mode-image" |
772 style="display:none" onclick="toggleDeveloperMode();" | 772 style="display:none" onclick="toggleDeveloperMode();" |
773 src="minus.png"> | 773 src="shared/images/minus.png"> |
774 <img id="expand" class="developer-mode-image" | 774 <img id="expand" class="developer-mode-image" |
775 onclick="toggleDeveloperMode();" src="plus.png"> | 775 onclick="toggleDeveloperMode();" src="shared/images/plus.png"
> |
776 </td> | 776 </td> |
777 <td width="50" align="right"> | 777 <td width="50" align="right"> |
778 <div class="developer-mode-link"> | 778 <div class="developer-mode-link"> |
779 <a onclick="toggleDeveloperMode();" style="cursor: default" | 779 <a onclick="toggleDeveloperMode();" style="cursor: default" |
780 i18n-content="devModeLink">DEVMODE</a> | 780 i18n-content="devModeLink">DEVMODE</a> |
781 </div> | 781 </div> |
782 </td> | 782 </td> |
783 </tr> | 783 </tr> |
784 </table> | 784 </table> |
785 </div> | 785 </div> |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 </div> | 918 </div> |
919 </div> | 919 </div> |
920 | 920 |
921 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" | 921 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" |
922 i18n-content="getMoreExtensions"></div> | 922 i18n-content="getMoreExtensions"></div> |
923 </div> | 923 </div> |
924 </div> | 924 </div> |
925 </div> | 925 </div> |
926 </body> | 926 </body> |
927 </html> | 927 </html> |
OLD | NEW |