mirror of https://github.com/perkeep/perkeep.git
55 lines
1.2 KiB
CSS
55 lines
1.2 KiB
CSS
/*
|
|
Copyright 2014 The Perkeep 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.
|
|
*/
|
|
|
|
@import (less) "prefix-free.css";
|
|
|
|
|
|
.cam-property-sheet-container,
|
|
.cam-property-sheet-container td {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.cam-property-sheet-title {
|
|
background: #e5e5e5;
|
|
color: #999;
|
|
padding: 2px 6px;
|
|
}
|
|
|
|
.cam-property-sheet-content {
|
|
padding: 2px 6px;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.cam-property-sheet-content table {
|
|
border-collapse: collapse;
|
|
display: block;
|
|
margin: -2px -6px;
|
|
}
|
|
|
|
.cam-property-sheet-content td {
|
|
border-bottom: 1px dashed #ccc;
|
|
padding: 2px 6px;
|
|
}
|
|
|
|
.cam-property-sheet-content td:first-child {
|
|
border-right: 1px dashed #ccc;
|
|
color: #666;
|
|
}
|
|
|
|
.cam-property-sheet-content td:last-child {
|
|
width: 100%;
|
|
}
|