blob: 4bfa77f8684cf7144217b38c46a141ba43e9b82b [file] [log] [blame]
// 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 "../../../../../assets/less/variables.less";
.document-result-screen {
.bulk-action-component {
padding-bottom: 15px;
}
}
.watermark-logo {
background: transparent url('../img/couch-watermark.png') no-repeat 50% 50%;
min-height: 400px;
padding-top: 60%;
text-align: center;
margin: 0 20%;
h3 {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 20px;
}
.preview {
margin: 0 10px;
}
}
.table-view-docs {
.tableview-data-cell-id {
font-weight: 700;
a {
color: @linkColor;
}
}
.tableview-header-el-checkbox {
border: none;
}
td, th, td a {
vertical-align: middle;
line-height: 20px;
font-size: 14px;
color: @defaultHTag;
}
td {
height: 49px;
}
td, th {
max-width: 160px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
td.tableview-checkbox-cell, th.tableview-header-el-checkbox {
width: 28px;
}
.tableview-checkbox-cell input {
margin: 0px;
}
}