Skip to content
devel.css 2.38 KiB
Newer Older
/**
 * @file
 * Styles for elements created by Devel.
 */

.dev-query, .dev-timer, .dev-memory-usage {
Moshe Weitzman's avatar
Moshe Weitzman committed
  padding: 1em;
}

.devel-obj-output .field {
  color: red;
}

.devel-obj-output dd {
  display: block;
}

/**
 * Query summary
 */
div.dev-query {
  font-size:11px;
  background:#fff;
  border-top:3px solid #ccc;
  color:#333;
Moshe Weitzman's avatar
Moshe Weitzman committed
  /*padding:.5em;*/
div.dev-query .marker {
  color: #f00;
  font-weight: bold;
}

/**
 * Querylog
 */
div.devel-querylog {
  color:#333;
  border-bottom:1px solid #eee;
  font-size:11px;
Moshe Weitzman's avatar
Moshe Weitzman committed
  line-height:100%;
  padding-left:30em;
  padding-right:2em;

div.devel-querylog .marker {
  color: #f00;
  font-weight: bold;
}
div.devel-querylog-header {
  border-top:3px solid #ccc;
  background:#fff;
  font-weight:bold;
  }

div.devel-querylog-even {
  background:#fff;
  }

div.devel-querylog-odd {
  background:#f8f8f8;
  }

div.devel-querylog div.cell {
  overflow:hidden;
  padding: 1em .5em;
  }

  div.devel-querylog div.cell-1 {
    position:absolute;
    left:0px;
Moshe Weitzman's avatar
Moshe Weitzman committed
    width:4em;
Moshe Weitzman's avatar
Moshe Weitzman committed
    left:4em;
    width:3em;
    }

  div.devel-querylog div.cell-3 {
    position:absolute;
Moshe Weitzman's avatar
Moshe Weitzman committed
    left:6em;
    width:19em;
  div.devel-querylog div.cell-4 {
    position:absolute;
Moshe Weitzman's avatar
Moshe Weitzman committed
    left:26em;
    width:4em;
    }

  div.devel-querylog-even div.cell-5,
  div.devel-querylog-odd div.cell-5 {
Moshe Weitzman's avatar
Moshe Weitzman committed
    /*max-height:18em;*/
Moshe Weitzman's avatar
Moshe Weitzman committed
    /*width:9em;*/
div#content div#block-devel-switch-user ul.links,
div#footer div#block-devel-switch-user ul.links {
  margin-left: 0;
  padding-left: 0;
}

div#content div#block-devel-switch-user ul.links li,
div#footer div#block-devel-switch-user ul.links li {
  display: inline-block;
div#footer div#block-devel-switch-user ul.links li a {
  margin: 0;
  padding: 0;
  border: none;
}

div#content div#block-devel-switch-user div.form-item-username,
div#footer div#block-devel-switch-user div.form-item-username {
  float: left;
  margin-right: 2em;
}

div#content div#block-devel-switch-user #edit-submit,
div#footer div#block-devel-switch-user #edit-submit {

#devel-execute-form textarea {
  font-family: monospace;
}