Commit f6225000 authored by Alexander Alekseev's avatar Alexander Alekseev Committed by Commit Bot

Update alignment of time zone settings.

This CL aligns time zone dropdowns to match the radio buttons labels.

Bug: 800597
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I231f970d90ff3d6fd47d97aeded2ec58ecd31173
Reviewed-on: https://chromium-review.googlesource.com/898398
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534587}
parent bdf2ced4
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
settings-dropdown-menu { settings-dropdown-menu {
--md-select-width: 400px; --md-select-width: 400px;
} }
#timeZoneResolveMethodDropdown,
#timezoneSelector {
-webkit-padding-start: 28px;
}
</style> </style>
<div class="settings-box block first"> <div class="settings-box block first">
<settings-radio-group id="timeZoneRadioGroup" <settings-radio-group id="timeZoneRadioGroup"
...@@ -42,7 +46,7 @@ ...@@ -42,7 +46,7 @@
label="$i18n{setTimeZoneAutomaticallyOff}" label="$i18n{setTimeZoneAutomaticallyOff}"
no-extension-indicator> no-extension-indicator>
</controlled-radio-button> </controlled-radio-button>
<timezone-selector prefs="{{prefs}}" <timezone-selector id="timezoneSelector" prefs="{{prefs}}"
active-time-zone-display-name="{{activeTimeZoneDisplayName}}"> active-time-zone-display-name="{{activeTimeZoneDisplayName}}">
</timezone-selector> </timezone-selector>
</settings-radio-group> </settings-radio-group>
......
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