Project

General

Profile

« Previous | Next » 

Revision 86b65fa0

Added by Andreas Kohlbecker almost 11 years ago

module update and some bugfixes for #3316 (dataportal debug box as table and as block)

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.css
7 7
 * See also http://groups.drupal.org/node/6355.
8 8
 */
9 9

  
10

  
10 11
#block-cdm-api-cdm-ws-debug {
11
  background-color: #252525;
12
  background-color: #373737;
12 13
  color: #fff;
13
  border: 1px solid #b8d3e5;
14
  border: 1px solid #fff;
15
  -moz-box-shadow: inset 0 0 3px 2px #fff;
16
  -webkit-box-shadow: inset 0 0 3px 2px #fff;
17
  box-shadow: inset 0 0 3px 2px #fff;
14 18
}
15 19

  
16
#block-cdm-api-cdm-ws-debug h2 {
17
  margin: 0;
20
#cdm-ws-debug-table-container {
21
  display: none;
22
}
23

  
24
#block-cdm-api-cdm-ws-debug h4 {
25
  margin: 3px;
26
  padding: 0;
27
}
28

  
29
#cdm-ws-debug-table {
30
  width: 100%;
18 31
}
19 32

  
20 33
#cdm-ws-debug-table td.data_links a {

Also available in: Unified diff