views.css.ehcache.ehcache.css Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2014 the original author or authors
*
* 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
*
* http://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.
*/
div.cache {
display: block;
float: left;
}
.clearfix {
clear: both;
}
table.cache-details {
border: solid 1px silver;
margin: 10px;
}
table.cache-details tr th, table.cache-details tr td {
border: solid 1px silver;
padding: 5px;
}
table.cache-details tr th {
text-align: left;
}
table.cache-details tr th.cache-name {
background-color: whitesmoke;
text-align: center;
}
table.cache-details tr th.cache-name a {
text-decoration: none;
color: black;
}
table.cache-details tr th.cache-name a:hover {
color: orange;
}
table.cache-details tr td {
width: 100px;
}