thirdparty/google_appengine/google/appengine/ext/admin/templates/css/memcache.css
changeset 149 f2e327a7c5de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thirdparty/google_appengine/google/appengine/ext/admin/templates/css/memcache.css	Tue Sep 16 02:28:33 2008 +0000
@@ -0,0 +1,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;
+}