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

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

Issue 8510042: fix appearance of buttons in chrome://settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also one breakage found in ntp Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <!-- Set the title to that of the default page so that the title doesn't flash 5 <!-- Set the title to that of the default page so that the title doesn't flash
6 on load (for the most common case). --> 6 on load (for the most common case). -->
7 <title i18n-content="browserPageTabTitle"></title> 7 <title i18n-content="browserPageTabTitle"></title>
8 8
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 9 <link rel="icon" href="../../../app/theme/settings_favicon.png">
10 <link rel="stylesheet" href="chrome://resources/css/button.css"> 10 <link rel="stylesheet" href="chrome://resources/css/button.css">
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 <include src="chromeos/system_options.html"> 128 <include src="chromeos/system_options.html">
129 <include src="chromeos/internet_options.html"> 129 <include src="chromeos/internet_options.html">
130 <include src="chromeos/accounts_options.html"> 130 <include src="chromeos/accounts_options.html">
131 </if> 131 </if>
132 <include src="advanced_options.html"> 132 <include src="advanced_options.html">
133 <include src="extension_settings.html"> 133 <include src="extension_settings.html">
134 </div> 134 </div>
135 <div id="subpage-sheet-container-1" 135 <div id="subpage-sheet-container-1"
136 class="subpage-sheet-container transparent" hidden> 136 class="subpage-sheet-container transparent" hidden>
137 <div id="subpage-sheet-1" class="subpage-sheet"> 137 <div id="subpage-sheet-1" class="subpage-sheet">
138 <button class="raw-button close-subpage"></button> 138 <button class="raw-button close-subpage custom-appearance"></button>
139 <div class="subpage-sheet-contents"> 139 <div class="subpage-sheet-contents">
140 <if expr="pp_ifdef('chromeos')"> 140 <if expr="pp_ifdef('chromeos')">
141 <include src="about_page.html"> 141 <include src="about_page.html">
142 <include src="chromeos/change_picture_options.html"> 142 <include src="chromeos/change_picture_options.html">
143 <include src="chromeos/proxy.html"> 143 <include src="chromeos/proxy.html">
144 </if> 144 </if>
145 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> 145 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
146 <include src="certificate_manager.html"> 146 <include src="certificate_manager.html">
147 </if> 147 </if>
148 <include src="autofill_options.html"> 148 <include src="autofill_options.html">
149 <include src="content_settings.html"> 149 <include src="content_settings.html">
150 <include src="font_settings.html"> 150 <include src="font_settings.html">
151 <include src="language_options.html"> 151 <include src="language_options.html">
152 <include src="password_manager.html"> 152 <include src="password_manager.html">
153 <include src="search_engine_manager.html"> 153 <include src="search_engine_manager.html">
154 </div> 154 </div>
155 </div> 155 </div>
156 </div> 156 </div>
157 <div id="subpage-sheet-container-2" 157 <div id="subpage-sheet-container-2"
158 class="subpage-sheet-container transparent" hidden> 158 class="subpage-sheet-container transparent" hidden>
159 <div id="subpage-sheet-2" class="subpage-sheet"> 159 <div id="subpage-sheet-2" class="subpage-sheet">
160 <button class="raw-button close-subpage"></button> 160 <button class="raw-button close-subpage custom-appearance"></button>
161 <div class="subpage-sheet-contents"> 161 <div class="subpage-sheet-contents">
162 <if expr="pp_ifdef('chromeos')"> 162 <if expr="pp_ifdef('chromeos')">
163 <include src="chromeos/language_chewing_options.html"> 163 <include src="chromeos/language_chewing_options.html">
164 <include src="chromeos/language_hangul_options.html"> 164 <include src="chromeos/language_hangul_options.html">
165 <include src="chromeos/language_mozc_options.html"> 165 <include src="chromeos/language_mozc_options.html">
166 <include src="chromeos/language_pinyin_options.html"> 166 <include src="chromeos/language_pinyin_options.html">
167 </if> 167 </if>
168 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard') "> 168 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard') ">
169 <include src="chromeos/virtual_keyboard.html"> 169 <include src="chromeos/virtual_keyboard.html">
170 </if> 170 </if>
171 <include src="cookies_view.html"> 171 <include src="cookies_view.html">
172 <if expr="pp_ifdef('enable_register_protocol_handler')"> 172 <if expr="pp_ifdef('enable_register_protocol_handler')">
173 <include src="handler_options.html"> 173 <include src="handler_options.html">
174 </if> 174 </if>
175 <if expr="pp_ifdef('enable_web_intents')"> 175 <if expr="pp_ifdef('enable_web_intents')">
176 <include src="intents_view.html"> 176 <include src="intents_view.html">
177 </if> 177 </if>
178 <include src="content_settings_exceptions_area.html"> 178 <include src="content_settings_exceptions_area.html">
179 </div> 179 </div>
180 </div> 180 </div>
181 </div> 181 </div>
182 </div> 182 </div>
183 </div> 183 </div>
184 </div> 184 </div>
185 <script src="chrome://settings/strings.js"></script> 185 <script src="chrome://settings/strings.js"></script>
186 <script src="chrome://resources/js/i18n_template.js"></script> 186 <script src="chrome://resources/js/i18n_template.js"></script>
187 <script src="chrome://resources/js/i18n_process.js"></script> 187 <script src="chrome://resources/js/i18n_process.js"></script>
188 </body> 188 </body>
189 </html> 189 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698