Commit c478e9cc authored by alekseys's avatar alekseys Committed by Commit bot

Print Preview UI tweaks:

- change "More/Fewer options" -> "More/Fewer settings"
- change "More/Fewer settings" button background color to #f6f6f6

BUG=397741

Review URL: https://codereview.chromium.org/553843003

Cr-Commit-Position: refs/heads/master@{#294316}
parent 51b4fe1f
...@@ -8322,10 +8322,10 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -8322,10 +8322,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
Add a printer Add a printer
</message> </message>
<message name="IDS_MORE_OPTIONS_LABEL" desc="Label of the toggle element to switch between showing more or less printing options in the Print Preview."> <message name="IDS_MORE_OPTIONS_LABEL" desc="Label of the toggle element to switch between showing more or less printing options in the Print Preview.">
More options More settings
</message> </message>
<message name="IDS_LESS_OPTIONS_LABEL" desc="Label of the toggle element to switch between showing more or less printing options in the Print Preview."> <message name="IDS_LESS_OPTIONS_LABEL" desc="Label of the toggle element to switch between showing more or less printing options in the Print Preview.">
Fewer options Fewer settings
</message> </message>
<message name="IDS_PRINT_PREVIEW_NO_DESTS_PROMO_NOT_NOW_BUTTON_LABEL" desc="Label of button to cancel the Google Cloud Print promotion."> <message name="IDS_PRINT_PREVIEW_NO_DESTS_PROMO_NOT_NOW_BUTTON_LABEL" desc="Label of button to cancel the Google Cloud Print promotion.">
Not now Not now
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* found in the LICENSE file. */ * found in the LICENSE file. */
#more-settings { #more-settings {
background-color: #fafafa; background-color: #f6f6f6;
border-bottom: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1;
margin-top: 4px; margin-top: 4px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment