Path: blob/trunk/third_party/closure/goog/css/editor/dialog.css
2868 views
/*1* Copyright 2007 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* Styles for Editor dialogs and their sub-components.9*10* @author [email protected] (Marcos Almeida)11*/121314.tr-dialog {15width: 475px;16}1718.tr-dialog .goog-tab-content {19margin: 0;20border: 1px solid #6b90da;21padding: 4px 8px;22background: #fff;23overflow: auto;24}2526.tr-tabpane {27font-size: 10pt;28padding: 1.3ex 0;29}3031.tr-tabpane-caption {32font-size: 10pt;33margin-bottom: 0.7ex;34background-color: #fffaf5;35line-height: 1.3em;36}3738.tr-tabpane .goog-tab-content {39border: none;40padding: 5px 7px 1px;41}4243.tr-tabpane .goog-tab {44background-color: #fff;45border: none;46width: 136px;47line-height: 1.3em;48margin-bottom: 0.7ex;49}5051.tr-tabpane .goog-tab {52text-decoration: underline;53color: blue;54cursor: pointer;55}5657.tr-tabpane .goog-tab-selected {58font-weight: bold;59text-decoration: none;60color: black;61}6263.tr-tabpane .goog-tab input {64margin: -2px 5px 0 0;65}666768