Path: blob/trunk/third_party/closure/goog/css/editor/equationeditor.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* The CSS definition for everything inside equation editor dialog.9*10* Author: [email protected] (Yoah Bar-David)11* Author: [email protected] (Ming Zhang)12*/1314.ee-modal-dialog {15width: 475px;16}1718.ee-content {19background: #FFF;20border: 1px solid #369;21overflow: auto;22padding: 4px 8px;23}2425.ee-tex {26border: 1px solid #000;27display: block;28height: 7.5em;29margin: 4px 0 10px 0;30width: 100%;31}3233.ee-section-title {34font-weight: bold;35}3637.ee-section-title-floating {38float: left;39}4041#ee-section-learn-more {42float: right;43}4445.ee-preview-container {46border: 1px dashed #ccc;47height: 80px;48margin: 4px 0 10px 0;49width: 100%;50overflow: auto;51}5253.ee-warning {54color: #F00;55}5657.ee-palette {58border: 1px solid #aaa;59left: 0;60outline: none;61position: absolute;62}6364.ee-palette-table {65border: 0;66border-collapse: separate;67}6869.ee-palette-cell {70background: #F0F0F0;71border: 1px solid #FFF;72margin: 0;73padding: 1px;74}7576.ee-palette-cell-hover {77background: #E2ECF9 !important;78border: 1px solid #000;79padding: 1px;80}8182.ee-palette-cell-selected {83background: #F0F0F0;84border: 1px solid #CCC !important;85padding: 1px;86}8788.ee-menu-palette-table {89margin-right: 10px;90}9192.ee-menu-palette {93outline: none;94padding-top: 2px;95}9697.ee-menu-palette-cell {98background: #F0F0F0 none repeat scroll 0 0;99border-color: #888 #AAA #AAA #888;100border-style: solid;101border-width: 1px;102}103.ee-menu-palette-cell-hover,104.ee-menu-palette-cell-selected {105background: #F0F0F0;106}107108.ee-palette-item,109.ee-menu-palette-item {110background-image: url(//ssl.gstatic.com/editor/ee-palettes.gif);111}112113114115