Path: blob/trunk/third_party/closure/goog/css/dialog.css
2868 views
/*1* Copyright 2009 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/*8* Standard styling for goog.ui.Dialog.9*10* @author [email protected] (Steven Saviano)11* @author [email protected] (Attila Bodis)12*/131415.modal-dialog {16background: #c1d9ff;17border: 1px solid #3a5774;18color: #000;19padding: 4px;20position: absolute;21}2223.modal-dialog a,24.modal-dialog a:link,25.modal-dialog a:visited {26color: #06c;27cursor: pointer;28}2930.modal-dialog-bg {31background: #666;32left: 0;33position: absolute;34top: 0;35}3637.modal-dialog-title {38background: #e0edfe;39color: #000;40cursor: pointer;41font-size: 120%;42font-weight: bold;4344/* Add padding on the right to ensure the close button has room. */45padding: 8px 31px 8px 8px;4647position: relative;48_zoom: 1; /* Ensures proper width in IE6 RTL. */49}5051.modal-dialog-title-close {52/* Client apps may override the URL at which they serve the sprite. */53background: #e0edfe url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -528px 0;54cursor: default;55height: 15px;56position: absolute;57right: 10px;58top: 8px;59width: 15px;60vertical-align: middle;61}6263.modal-dialog-buttons,64.modal-dialog-content {65background-color: #fff;66padding: 8px;67}6869.goog-buttonset-default {70font-weight: bold;71}727374