@charset "UTF-8"; /* 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.
*/ .materials_popup { width:auto; min-width: 300px; font-size: 12px; overflow: hidden; background: #494949; color: white; } .materials_popup hr { float: left; clear: both; width: 100%; display: block; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1d1d1d), color-stop(0.75, #424242)); border: none; height: 2px; margin: 4px 0 4px 0; } .mp_title { margin: 4px 0 0 0; text-align: center; } .mp_preview { height: 100px; text-align: center; margin: 20px 0 10px 0; } .mp_property { height:40px; position: relative; } .mp_property > .prop-label { position:relative; top:12px; float: left; width: 100px; } .mp_property > .prop-controller { position:relative; top:12px; left: 10px; float: left; } .mp_property .hottext, .mp_property .hottextInput { width: 23px; } .mp_property .hottext { color: white; background: none; } .mp_property .hottextInput { color: black; background: white; } .mp_property .button { width: 30px; height: 20px; } .mp_property .inputRow { top: 8px; position: relative; } .mp_properties_list { padding-bottom: 8px; padding-right: 20px; } .mp_properties_list > .mp_property > .colortoolbar { width: 27px !important; height: 27px !important; overflow:hidden !important; margin-top: -6px; } .mp_properties_list .mp_property:first-child { margin-bottom: 12px; } .mp_buttons { clear:both; float: left; margin: 0 -4px 4px 4px; width: 97%; } .mp_buttons button { height: 22px; overflow: hidden; display: block; cursor: pointer; } .mp_buttons button:hover, .mp_buttons button:active { color: white; } .mp_buttons .mp_cancel_btn { float: left; width: 60px; } .mp_buttons .mp_saveAs_btn { float: right; width: 60px; } .mp_buttons .mp_ok_btn { float: right; width: 30px; margin-left:4px; } .materials_popup .mp_reset_btn { float: right; margin-right: 8px; }