summaryrefslogtreecommitdiffstats
path: root/google_appengine/google/appengine/ext/admin/templates/css/memcache.css
blob: 729c871f3baf9f06748f5fbb083eed08702e8bbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.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;
}