Project

General

Profile

« Previous | Next » 

Revision e2464cf8

Added by Andreas Kohlbecker almost 11 years ago

new debug block implemented, see #3316 (dataportal debug box as table and as block)

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.css
6 6
 * are not CDM Dataportal specific classes or ids.
7 7
 * See also http://groups.drupal.org/node/6355.
8 8
 */
9
body .messages {
10
  clear: both;
11
  margin-top: 25px;
12
}
13 9

  
14
div.debug,
15
h6.debug {
10
#block-cdm-api-cdm-ws-debug {
16 11
  background-color: #252525;
17
  color: #aaa;
18
  font-family: monospace;
19
  font-size: 90%;
20
  overflow: auto;
21
}
22
body h6.debug {
23 12
  color: #fff;
24
  padding: 0 1em;
25
  margin-top: 10px;
26
  margin-bottom: -0.75em;
27 13
  border: 1px solid #b8d3e5;
28
  clear: both;
29 14
}
30
div.debug a.valid {
15

  
16
#block-cdm-api-cdm-ws-debug h2 {
17
  margin: 0;
18
}
19

  
20
#cdm-ws-debug-table td.data_links a {
21
  color: #999;
22
}
23
#cdm-ws-debug-table tr.valid td.data_links a {
31 24
  color: #1bdf00;
32 25
}
33
div.debug a.invalid {
26
#cdm-ws-debug-table tr.invalid td.data_links a {
34 27
  color: #f3000a;
35 28
}
36
div.debug .uri {
37
  color: #fff;
29
#cdm-ws-debug-table tr.cacheL1, #cdm-ws-debug-table tr.cacheL2 {
30
  color: #999;
31
}
32
#cdm-ws-debug-table .ws_uri {
33
  width: 50%;
38 34
}
39 35

  
40 36
/*

Also available in: Unified diff