/* This file contains proprietary software owned by Motorola Mobility, Inc.
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
*/ .css-panel { color: #FFF; display: -webkit-box; height: 100%; -webkit-box-orient: vertical; } .css-panel > h3 { background-color: #333; border-top: 1px solid #3D3D3D; color: #FFF; cursor: default; font-size: 12px; font-weight: normal; height: 16px; margin: 0; padding: 4px 0 2px 10px; vertical-align: top; -webkit-box-flex: 0; -webkit-user-select: none; } .css-panel .style-sheets-view-container { -webkit-box-flex: 0; min-height: 41px; } .css-panel .styles-view-container { -webkit-box-flex: 1; display: -webkit-box; -webkit-box-orient: vertical; } .panel-message { background-color: rgba(255,255,255, 0.1); border: 1px dashed rgba(255,255,255, 0.2); border-radius: 4px; color: #CCC; font-size: 11px; font-weight: normal; margin: 0 8px; padding: 5px; position: relative; text-shadow: 1px 1px 0px #333; text-align: center; top: 8px; -webkit-box-flex: 0; }