67 lines
955 B
CSS
67 lines
955 B
CSS
#reportViewer1 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.k-widget {
|
|
box-shadow: none;
|
|
/* all lines below are from Kendo CSS */
|
|
line-height: normal;
|
|
box-sizing: content-box;
|
|
outline: 0px none invert;
|
|
background-color: rgb(255, 255, 255);
|
|
color: #333;
|
|
}
|
|
|
|
.k-widget * {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.report-pages-area {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
overflow: auto;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.trv-pages-area {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
border: none;
|
|
position: inherit;
|
|
}
|
|
|
|
.trv-page-container {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.trv-page-wrapper {
|
|
height: 100%;
|
|
min-height: 20px;
|
|
}
|
|
|
|
.report-criteria-section {
|
|
border-bottom: solid 1px #d6d6d6;
|
|
}
|
|
|
|
.report-initial-message {
|
|
text-align: center;
|
|
font-style: italic;
|
|
color: #555;
|
|
}
|
|
|
|
label.control-label {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.report-btn {
|
|
margin-top: 23px;
|
|
}
|