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

Side by Side Diff: chrome/browser/resources/settings/search_page/search_page_style.html

Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a test Created 5 years, 8 months 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
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> 1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html"> 2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
3 3
4 <core-style id="dateTimePageStyle"> 4 <core-style id="searchPageStyle">
5 core-label { 5 .manage-search-engines {
6 margin: 10px; 6 -webkit-margin-start: 10px;
7 } 7 }
8 8
9 .time-zone-label { 9 .search-engines {
10 -webkit-margin-end: 10px; 10 margin-top: 20px;
11 } 11 }
12 12
13 #setAutomatically { 13 .search-engines-dropdown {
14 margin: 10px; 14 min-width: 150px;
15 } 15 }
16 </core-style> 16 </core-style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698