aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/editor/equationeditor.css
blob: b6aff348b360dbcdec6965bdd048437c544f04c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/*
 * The CSS definition for everything inside equation editor dialog.
 *
 * Author: yoah@google.com (Yoah Bar-David)
 * Author: kfk@google.com (Ming Zhang)
 */

.ee-modal-dialog {
  width: 475px;
}

.ee-content {
  background: #FFF;
  border: 1px solid #369;
  overflow: auto;
  padding: 4px 8px;
}

.ee-tex {
  border: 1px solid #000;
  display: block;
  height: 7.5em;
  margin: 4px 0 10px 0;
  width: 100%;
}

.ee-section-title {
  font-weight: bold;
}

.ee-section-title-floating {
  float: left;
}

#ee-section-learn-more {
  float: right;
}

.ee-preview-container {
  border: 1px dashed #ccc;
  height: 80px;
  margin: 4px 0 10px 0;
  width: 100%;
  overflow: auto;
}

.ee-warning {
  color: #F00;
}

.ee-palette {
  border: 1px solid #aaa;
  left: 0;
  outline: none;
  position: absolute;
}

.ee-palette-table {
  border: 0;
  border-collapse: separate;
}

.ee-palette-cell {
  background: #F0F0F0;
  border: 1px solid #FFF;
  margin: 0;
  padding: 1px;
}

.ee-palette-cell-hover {
  background: #E2ECF9 !important;
  border: 1px solid #000;
  padding: 1px;
}

.ee-palette-cell-selected {
  background: #F0F0F0;
  border: 1px solid #CCC !important;
  padding: 1px;
}

.ee-menu-palette-table {
  margin-right: 10px;
}

.ee-menu-palette {
  outline: none;
  padding-top: 2px;
}

.ee-menu-palette-cell {
  background: #F0F0F0 none repeat scroll 0 0;
  border-color: #888 #AAA #AAA #888;
  border-style: solid;
  border-width: 1px;
}
.ee-menu-palette-cell-hover,
.ee-menu-palette-cell-selected {
  background: #F0F0F0;
}

.ee-palette-item,
.ee-menu-palette-item {
  background-image: url(//ssl.gstatic.com/editor/ee-palettes.gif);
}