UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

77 lines (67 loc) 1.79 kB
/*! * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. * * 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. */ .k-pdf-viewer { display: flex; flex-direction: column; overflow: hidden; // Toolbar .k-toolbar { border-top-width: 0; border-right-width: 0; border-left-width: 0; border-color: inherit; flex: 0 0 auto; z-index: 2; } .k-toolbar .k-pager-wrap { padding: 0; color: inherit; background: none; } // Canvas .k-list-scroller { flex: 1 1 auto; } // Pager .k-pager-wrap { display: flex; flex: 0 0 auto; align-items: center; min-height: auto; } // Page .k-page { margin: @pdf-viewer-page-spacing auto; } .k-page canvas { direction: ltr; } } // Window .k-pdf-viewer-window { flex: 1 1 auto; .k-edit-field { .k-textbox, .k-file-format { width: 100%; } } .k-action-buttons { top: @pdf-viewer-action-buttons-top-offset; padding: @pdf-viewer-action-buttons-padding; margin-bottom: calc(@pdf-viewer-action-buttons-padding - 1em); } }