OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
5 themegravity:themegravity; | 5 themegravity:themegravity; |
6 bookmarkbarattached:bookmarkbarattached;" | 6 bookmarkbarattached:bookmarkbarattached;" |
7 class="starting-up"> | 7 class="starting-up"> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
99 <div id="logo-img"> | 99 <div id="logo-img"> |
100 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> | 100 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> |
101 <div id="promo-bubble-anchor"></div> | 101 <div id="promo-bubble-anchor"></div> |
102 </div> | 102 </div> |
103 | 103 |
104 <ul id="dot-list"> | 104 <ul id="dot-list"> |
105 </ul> | 105 </ul> |
106 | 106 |
107 <div id="footer-menu-container" class="menu-container"> | 107 <div id="footer-menu-container" class="menu-container"> |
108 <button id="other-sessions-menu-button" | 108 <button id="other-sessions-menu-button" |
109 class="footer-menu-button custom-appearance" hidden> | 109 class="footer-menu-button custom-appearance invisible"> |
110 <span i18n-content="otherSessions"></span> | 110 <span i18n-content="otherSessions"></span> |
111 <div class="disclosure-triangle"></div> | 111 <div class="disclosure-triangle"></div> |
112 </button> | 112 </button> |
113 <button id="recently-closed-menu-button" | 113 <button id="recently-closed-menu-button" |
114 class="footer-menu-button custom-appearance"> | 114 class="footer-menu-button custom-appearance invisible"> |
115 <span i18n-content="recentlyclosed"></span> | 115 <span i18n-content="recentlyclosed"></span> |
116 <div class="disclosure-triangle"></div> | 116 <div class="disclosure-triangle"></div> |
117 </button> | 117 </button> |
118 <div id="vertical-separator"></div> | 118 <a id="chrome-web-store-link"> |
Dan Beam
2013/01/31 20:22:11
this is not a menu so it doesn't belong here
dconnelly
2013/02/01 14:34:14
I was reusing the container to keep all the button
| |
119 <div id="vertical-separator"></div> | |
120 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort"> | |
121 </span> | |
122 </a> | |
119 </div> | 123 </div> |
120 | 124 |
121 <a id="chrome-web-store-link"> | |
122 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort"> | |
123 </span> | |
124 </a> | |
125 | |
126 <div id="trash" class="trash"> | 125 <div id="trash" class="trash"> |
127 <span class="lid"></span> | 126 <span class="lid"></span> |
128 <span class="can"></span> | 127 <span class="can"></span> |
129 <span class="trash-text" i18n-content="appuninstall"></span> | 128 <span class="trash-text" i18n-content="appuninstall"></span> |
130 </div> | 129 </div> |
131 </div> | 130 </div> |
132 </div> | 131 </div> |
133 | 132 |
134 <button id="login-container" class="custom-appearance" hidden> | 133 <button id="login-container" class="custom-appearance" hidden> |
135 <div id="login-status-header-container" class="login-status-row"> | 134 <div id="login-status-header-container" class="login-status-row"> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
187 </a> | 186 </a> |
188 </p> | 187 </p> |
189 </div> | 188 </div> |
190 | 189 |
191 </div> | 190 </div> |
192 | 191 |
193 <!-- This is used to measure text in the current locale. It is not visible. --> | 192 <!-- This is used to measure text in the current locale. It is not visible. --> |
194 <div id="fontMeasuringDiv"></div> | 193 <div id="fontMeasuringDiv"></div> |
195 | 194 |
196 </html> | 195 </html> |
OLD | NEW |