com.google.apphosting.utils.servlet.ah.css.memcache.css Maven / Gradle / Ivy
/*
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.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;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy