thirdparty/google_appengine/google/appengine/ext/admin/templates/css/memcache.css
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 12 Apr 2009 13:22:43 +0000
changeset 2172 ac7bd3b467ff
parent 149 f2e327a7c5de
permissions -rw-r--r--
Load /Users/solydzajs/Downloads/google_appengine into trunk/thirdparty/google_appengine.

.message {
  color: red;
  margin-bottom: 1em;
}

#flush_form {
  display: inline;
  margin-left: 2em;
}

#memcache_search {
  margin-bottom: 2em;
}

#value_display {
  border: 1px solid #c5d7ef;
}

#value_display_key {
  text-align: left;
  padding: 1ex;
  background: #e5ecf9;
}

#value_display_value {
  height: 20em;
  margin: 0;
  padding: 1ex;
  background: #f9f9f9;
  font-family: monospace;
  overflow: auto;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#memcache_edit th {
  font-weight: bold;
  padding: 2ex 3ex 0 0;
}

#memcache_edit td {
  padding: 2ex 0 0 0;
}

#memcache_edit th#value_key {
  vertical-align: top;
}

#memcache_edit div#value_key_text {
  padding-top: 3px;
}