|
.x-tbar-page-fitwidth {
|
background-image: url(../resources/icons/docViewer/fitwidth.png) !important;
|
}
|
|
.x-tbar-page-fitpage {
|
background-image: url(../resources/icons/docViewer/fitpage.png) !important;
|
}
|
|
.x-pdf-box {
|
position: absolute;
|
border: 1px dotted #000;
|
z-index: 3;
|
background-attachment: fixed;
|
background-repeat: no-repeat;
|
background-position: 0 0;
|
}
|
|
.x-pdf-box-edit, .x-pdf-itemslayer .x-pdf-box-edit {
|
border-color: #ff3e3e;
|
border-width: 1px;
|
}
|
|
.x-pdf-box-hide .x-pdf-box {
|
border-color: transparent;
|
}
|
.x-pdf-box-icon-add {
|
background: url(../resources/icons/docViewer/add.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-delete {
|
background: url(../resources/icons/docViewer/delete.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-gen {
|
background: url(../resources/icons/docViewer/pdf.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-dbsave {
|
background: url(../resources/icons/docViewer/database_save.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-dbsave-y {
|
background: url(../resources/icons/docViewer/database_save_yell.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-copy {
|
background: url(../resources/icons/docViewer/copy.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-paste {
|
background: url(../resources/icons/docViewer/paste.png) no-repeat transparent !important;
|
}
|
.x-pdf-box-icon-sign {
|
background: url(../resources/icons/docViewer/signature.png) no-repeat transparent !important;
|
}
|
|
.x-pdf-box-icon-gridlines {
|
background: url(../resources/icons/docViewer/gridlines.png) no-repeat transparent !important;
|
}
|
|
.x-pdf-box-icon-template {
|
background: url(../resources/icons/docViewer/template.png) no-repeat transparent !important;
|
}
|
|
.x-pdf-box-icon-checkbox {
|
background: url(../resources/icons/docViewer/checked.gif) no-repeat transparent;
|
}
|
|
.x-pdf-box-icon-textfield {
|
background: url(../resources/icons/docViewer/textfield.png) no-repeat transparent;
|
}
|
|
.x-pdf-box-icon-numberfield {
|
background: url(../resources/icons/docViewer/numberfield.png) no-repeat transparent;
|
}
|
|
.x-pdf-box-icon-datefield {
|
background: url(../resources/icons/docViewer/datefield.png) no-repeat transparent;
|
}
|
|
.x-pdf-box-icon-combo, .x-pdf-box-icon-combobox {
|
background: url(../resources/icons/docViewer/combobox.png) no-repeat transparent;
|
}
|
|
.x-pdf-box-icon-textarea {
|
background: url(../resources/icons/docViewer/textarea.png) no-repeat transparent;
|
}
|
|
.x-pdf-page-container {
|
z-index: 1;
|
}
|
|
.x-pdf-itemslayer {
|
z-index: 2;
|
}
|
|
.x-pdf-itemslayer .x-form-checkbox {
|
width: 100%;
|
height: 100%;
|
background: none;
|
margin: 0;
|
}
|
|
.x-pdf-itemslayer .x-form-cb-checked .x-form-checkbox-default:before {
|
content: none;
|
}
|
|
.x-pdf-itemslayer .x-form-checkbox-default:before {
|
content: none;
|
}
|
|
.x-pdf-itemslayer .x-form-check-wrap {
|
line-height: 0;
|
}
|
|
.x-pdf-itemslayer .x-form-check-wrap input {
|
vertical-align: top;
|
}
|
|
.x-pdf-box-hide div, .x-pdf-box-hide input {
|
display: none;
|
}
|
|
.x-pdf-itemslayer .x-form-text {
|
padding: 1px 0;
|
}
|
|
.x-pdf-itemslayer .x-form-text, .x-pdf-itemslayer textarea.x-form-field {
|
background-image: none;
|
line-height: normal;
|
min-height: unset;
|
}
|
|
.x-pdf-itemslayer .x-item-disabled {
|
opacity: 1;
|
}
|
|
.x-pdf-gridlines {
|
background: repeating-linear-gradient(0deg, #888, #888 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-90deg, #888, #888 1px, transparent 1px, transparent 10px);
|
background-size: 10px 10px;
|
height: 100%;
|
width: 100%;
|
opacity: 0.2;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 1;
|
}
|
.x-pdf-gridlines-hidden {
|
display: none;
|
}
|
|
.x-pdf-components-wrap {
|
float: left;
|
margin: 5px 0 5px 15px;
|
padding: 3px;
|
text-align: center;
|
cursor: pointer;
|
border: 1px solid transparent;
|
}
|
.x-pdf-components-wrap span {
|
display: block;
|
overflow: hidden;
|
font-size: 1.2em;
|
}
|
.x-pdf-components {
|
position: relative;
|
font-family: FontAwesome;
|
font-style: normal;
|
font-weight: normal;
|
line-height: 1;
|
font-size: 5em;
|
color: #118eff;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
.x-pdf-components-select {
|
background-color: rgba(124, 178, 255, 0.30);
|
border: 1px dashed #5c91ff;
|
}
|
|
.x-pdf-editor {
|
position: absolute;
|
z-index: 4;
|
border: 1px solid transparent;
|
}
|
.x-pdf-editor-tools {
|
position: absolute;
|
top: -19px;
|
left: -1px;
|
width: 44px;
|
min-width: 44px;
|
height: 18px;
|
|
font-family: FontAwesome;
|
font-style: normal;
|
font-weight: normal;
|
line-height: 18px;
|
font-size: 18px;
|
color: #000000;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
text-align: left;
|
}
|
.x-pdf-editor-tools-bottom .x-pdf-editor-tools {
|
top: auto;
|
bottom: -21px;
|
}
|
/* pdf-editor buttons */
|
.x-pdf-editor-tools span {
|
margin: 0 3px;
|
cursor: pointer;
|
width: 16px;
|
height: 16px;
|
}
|
.x-pdf-editor-tools-edit,
|
.x-pdf-editor-tools-delete,
|
.x-pdf-editor-tools-apply,
|
.x-pdf-editor-tools-copy,
|
.x-pdf-editor-tools-paste {
|
display: inline-block;
|
}
|
.x-pdf-editor-tools-edit {
|
background: url(../resources/icons/docViewer/edit.png) no-repeat transparent !important;
|
}
|
.x-pdf-editor-tools-delete {
|
background: url(../resources/icons/docViewer/delete.png) no-repeat transparent !important;
|
}
|
.x-pdf-editor-tools-apply {
|
background: url(../resources/icons/docViewer/apply.png) no-repeat transparent !important;
|
}
|
.x-pdf-editor-tools-copy {
|
background: url(../resources/icons/docViewer/copy.png) no-repeat transparent !important;
|
}
|
.x-pdf-editor-tools-paste {
|
background: url(../resources/icons/docViewer/paste.png) no-repeat transparent !important;
|
}
|
/* borders of pdf-editor */
|
.x-pdf-editor-bordertop, .x-pdf-editor-borderright, .x-pdf-editor-borderbottom, .x-pdf-editor-borderleft {
|
position: absolute;
|
background-color: transparent;
|
width: 3px;
|
height: 3px;
|
}
|
|
.x-pdf-editor-active .x-pdf-editor-bordertop,
|
.x-pdf-editor-active .x-pdf-editor-borderright,
|
.x-pdf-editor-active .x-pdf-editor-borderbottom,
|
.x-pdf-editor-active .x-pdf-editor-borderleft {
|
background-color: #118eff;
|
}
|
|
.x-pdf-editor-hidden,
|
.x-pdf-editor-edit .x-pdf-editor-tools-edit,
|
.x-pdf-editor-edit .x-pdf-editor-tools-delete {
|
display: none;
|
}
|
.x-pdf-editor-edit .x-pdf-editor-hidden {
|
display: inline-block;
|
}
|
|
.x-pdf-box-edit .x-pdf-editor-bordertop,
|
.x-pdf-box-edit .x-pdf-editor-borderright,
|
.x-pdf-box-edit .x-pdf-editor-borderbottom,
|
.x-pdf-box-edit .x-pdf-editor-borderleft {
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-editor-bordertop,
|
.x-pdf-editor-borderbottom {
|
width: 100%;
|
}
|
|
.x-pdf-editor-bordertop,
|
.x-pdf-editor-borderleft {
|
top: 0;
|
left: 0;
|
}
|
|
.x-pdf-editor-borderbottom {
|
bottom: 0;
|
}
|
|
.x-pdf-editor-borderright, .x-pdf-editor-borderleft {
|
height: 100%;
|
}
|
|
.x-pdf-editor-borderleft {
|
left: 0;
|
}
|
|
.x-pdf-editor-borderright {
|
top: 0;
|
right: 0;
|
}
|
|
.x-pdf-box-edit .x-resizable-handle-east,
|
.x-pdf-box-edit .x-resizable-handle-west {
|
background-image: url(../resources/icons/docViewer/sizer/e-handle-dark.gif);
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-box-edit .x-resizable-handle-south,
|
.x-pdf-box-edit .x-resizable-handle-north {
|
background-image: url(../resources/icons/docViewer/sizer/s-handle-dark.gif);
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-box-edit .x-resizable-handle-southeast {
|
background-image: url(../resources/icons/docViewer/sizer/se-handle-dark.gif);
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-box-edit .x-resizable-handle-northwest {
|
background-image: url(../resources/icons/docViewer/sizer/nw-handle-dark.gif);
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-box-edit .x-resizable-handle-northeast {
|
background-image: url(../resources/icons/docViewer/sizer/ne-handle-dark.gif);
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-box-edit .x-resizable-handle-southwest {
|
background-image: url(../resources/icons/docViewer/sizer/sw-handle-dark.gif);
|
background-color: #ff3e3e;
|
}
|
|
.x-pdf-box-child-elem {
|
outline: 2px solid #c0272b;
|
}
|
.x-pdf-box-parent-elem {
|
outline: 2px solid #27c02b;
|
}
|
|
.x-pdf-box .x-resizable-handle {
|
font: 2px/2px FontAwesome;
|
}
|
.x-pdf-box .x-resizable-handle-north,
|
.x-pdf-box .x-resizable-handle-south,
|
.x-pdf-box .x-resizable-handle-northwest,
|
.x-pdf-box .x-resizable-handle-northeast,
|
.x-pdf-box .x-resizable-handle-southwest,
|
.x-pdf-box .x-resizable-handle-southeast {
|
height: 2px;
|
}
|
.x-pdf-box .x-resizable-handle-west,
|
.x-pdf-box .x-resizable-handle-east,
|
.x-pdf-box .x-resizable-handle-northwest,
|
.x-pdf-box .x-resizable-handle-northeast,
|
.x-pdf-box .x-resizable-handle-southwest,
|
.x-pdf-box .x-resizable-handle-southeast {
|
width: 2px;
|
}
|