Project

General

Profile

« Previous | Next » 

Revision 34749

sql query

View differences:

codemirror.css
7 7
  height: 400px;
8 8
  color: black;
9 9
  background-color: #ffffff;
10
/*  border: 1px solid #cccccc;
10

  
11
}
12

  
13
.dnetFormField .CodeMirror {
14
  border: 1px solid #cccccc;
11 15
  border-radius: 4px;
12
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
16
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
17
  height: 100px !important;
13 18
}
14 19

  
20
.panel-collapse .CodeMirror {
21
  height: 100px !important;
22
}
23

  
15 24
/* PADDING */
16 25

  
17 26
.CodeMirror-lines {

Also available in: Unified diff