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

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

Issue 581003002: Fix some chrome://settings paddings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/webui/resources/css/widgets.css » ('j') | ui/webui/resources/css/widgets.css » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <include src="secondary_user_banner.html"> 7 <include src="secondary_user_banner.html">
8 <section> 8 <section>
9 <div id="network-section-header" class="section-header"> 9 <div id="network-section-header" class="section-header">
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 </div> 674 </div>
675 </section> 675 </section>
676 <if expr="enable_service_discovery"> 676 <if expr="enable_service_discovery">
677 <section id="cloudprint-options-mdns"> 677 <section id="cloudprint-options-mdns">
678 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 678 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
679 <div class="settings-row"> 679 <div class="settings-row">
680 <span i18n-content="cloudPrintOptionLabel"></span> 680 <span i18n-content="cloudPrintOptionLabel"></span>
681 <a target="_blank" i18n-content="learnMore" 681 <a target="_blank" i18n-content="learnMore"
682 i18n-values="href:cloudPrintLearnMoreURL"></a> 682 i18n-values="href:cloudPrintLearnMoreURL"></a>
683 </div> 683 </div>
684 <button id="cloudPrintDevicesPageButton" 684 <div class="settings-row">
685 i18n-content="cloudPrintDevicesPageButton"> 685 <button id="cloudPrintDevicesPageButton"
686 </button> 686 i18n-content="cloudPrintDevicesPageButton"></button>
687 </div>
687 688
688 <div class="settings-row checkbox controlled-setting-with-label" 689 <div class="settings-row checkbox controlled-setting-with-label"
689 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> 690 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox">
690 <label> 691 <label>
691 <input id="local-discovery-notifications-enabled" 692 <input id="local-discovery-notifications-enabled"
692 pref="local_discovery.notifications_enabled" 693 pref="local_discovery.notifications_enabled"
693 type="checkbox" 694 type="checkbox"
694 metric="LocalDiscoveryNotificationsDisabled_Settings"> 695 metric="LocalDiscoveryNotificationsDisabled_Settings">
695 <span> 696 <span>
696 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> 697 <span i18n-content="cloudPrintEnableNotificationsLabel"></span>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 <button id="advanced-settings-expander" class="link-button" 916 <button id="advanced-settings-expander" class="link-button"
916 i18n-content="showAdvancedSettings"> 917 i18n-content="showAdvancedSettings">
917 </button> 918 </button>
918 <if expr="chromeos"> 919 <if expr="chromeos">
919 <button id="version-button" class="link-button" hidden 920 <button id="version-button" class="link-button" hidden
920 i18n-content="browserVersion"> 921 i18n-content="browserVersion">
921 </button> 922 </button>
922 </if> 923 </if>
923 </footer> 924 </footer>
924 </div> 925 </div>
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/css/widgets.css » ('j') | ui/webui/resources/css/widgets.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698