Path: blob/trunk/third_party/closure/goog/css/dialog.css
3983 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*/1011@provide 'goog.css.dialog';1213.modal-dialog {14background: #c1d9ff;15border: 1px solid #3a5774;16color: #000;17padding: 4px;18position: absolute;19}2021.modal-dialog a,22.modal-dialog a:link,23.modal-dialog a:visited {24color: #06c;25cursor: pointer;26}2728.modal-dialog-bg {29background: #666;30left: 0;31position: absolute;32top: 0;33}3435.modal-dialog-title {36background: #e0edfe;37color: #000;38cursor: pointer;39font-size: 120%;40font-weight: bold;4142/* Add padding on the right to ensure the close button has room. */43padding: 8px 31px 8px 8px;4445position: relative;46_zoom: 1; /* Ensures proper width in IE6 RTL. */47}4849.modal-dialog-title-close {50/* Client apps may override the URL at which they serve the sprite. */51background: #e0edfe url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -528px 0;52cursor: default;53height: 15px;54position: absolute;55right: 10px;56top: 8px;57width: 15px;58vertical-align: middle;59}6061.modal-dialog-buttons,62.modal-dialog-content {63background-color: #fff;64padding: 8px;65}6667.goog-buttonset-default {68font-weight: bold;69}707172