~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to timeline/Highstock-1.3.10/exporting-server/java/highcharts-export/highcharts-export-web/src/main/webapp/resources/lib/codemirror/util/dialog.css

  • Committer: Jeff Stys
  • Date: 2014-04-21 12:46:26 UTC
  • Revision ID: jstys@sesda3.com-20140421124626-2332pb2dyjc33jxi
Proof-of-concept version of Data Coverage Timeline using Highchart/Highstock javascript library.  Changes to getDataCoverage API in order to feed the necessary data to the Timeline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.CodeMirror-dialog {
 
2
  position: relative;
 
3
}
 
4
 
 
5
.CodeMirror-dialog > div {
 
6
  position: absolute;
 
7
  top: 0; left: 0; right: 0;
 
8
  background: white;
 
9
  border-bottom: 1px solid #eee;
 
10
  z-index: 15;
 
11
  padding: .1em .8em;
 
12
  overflow: hidden;
 
13
  color: #333;
 
14
}
 
15
 
 
16
.CodeMirror-dialog input {
 
17
  border: none;
 
18
  outline: none;
 
19
  background: transparent;
 
20
  width: 20em;
 
21
  color: inherit;
 
22
  font-family: monospace;
 
23
}
 
24
 
 
25
.CodeMirror-dialog button {
 
26
  font-size: 70%;
 
27
}
 
 
b'\\ No newline at end of file'