1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
6 /* http://crbug.com/129406 --- horizontal scrollbars flicker when changing
14 /* This is a hack to prevent the navigation bar from occluding pointer events
15 * from the bottom scroll bar (which shows when one needs to horizontally
16 * scroll). Corresponding padding-top to offset this is in uber_frame.css */
19 /* This value is different from the left value to compensate for the scroll
20 * bar (which is always on and to the right) in RTL. */
26 #navigation.background
{
30 #navigation.changing-content
{
31 -webkit-transition: -webkit-transform
100ms, width
100ms;
35 -webkit-margin-start: -20px;
36 -webkit-transition: margin
100ms, opacity
100ms;
46 .iframe-container.selected {
47 -webkit-margin-start: 0;
48 -webkit-transition: margin
200ms, opacity
200ms;
49 -webkit-transition-delay: 100ms;
54 .iframe-container.expanded {