/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ body { margin: 10px 8px; } .icon { -webkit-margin-end: 3px; -webkit-margin-start: 6px; } html[dir='ltr'] .icon { -webkit-transform: scaleX(-1); float: right; } html[dir='rtl'] .icon { float: left; } .content { background-color: #eee; border-radius: 5px; color: black; margin-left: auto; margin-right: auto; margin-top: 66px; max-width: 600px; padding: 10px; } .extensions-message { -webkit-padding-start: 39px; margin-top: 15px; position: relative; } .extension-icon { left: 0; margin-top: -15px; position: absolute; right: 0; top: 50%; width: 30px; }