This commit is contained in:
skidoodle 2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.noUlLiButton {
list-style-type: none;
}

View file

@ -0,0 +1,3 @@
.toolbarHide .k-editor-toolbar {
display: none;
}

View file

@ -0,0 +1,203 @@
.k-widget .rowFunction {
overflow: visible;
height: auto !important;
width: auto;
text-align: center;
}
.k-widget .rowFunction ul.k-menu {
display: inline-block;
}
.k-widget .rowFunction li.k-item {
border-width: 0;
}
.kendo-gridHeaderCustomContent {
display: table-cell;
}
.kendo-gridFunctionKommand {
margin-top: 5px;
display: table-cell;
}
.kendo-gridFunctionKommand button,
.kendo-gridFunctionKommand ul {
float: left;
}
.kreta-pagerContainer {
display: table-cell;
}
.kreta-pager.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap.btn-group {
float: right;
}
.k-grid .k-header.k-grid-toolbar.k-grid-top {
display: table;
margin-bottom: 5px;
}
.k-grid .k-header.k-grid-toolbar.k-grid-top .k-button {
padding-top: 4px;
}
.k-grid .k-hierarchy-cell {
width: 2%;
}
.k-grid td > div.gridTextarea > textarea {
width: 100%;
min-height: 32px;
margin-bottom: inherit !important;
}
.k-grid .selectorwrapper {
margin: 0;
}
.k-grid .k-grid-header .k-header {
height: auto;
white-space: normal;
}
.k-grid .k-grid-header .k-header .k-link {
height: auto;
}
.k-grid .k-header.k-grid-toolbar.k-grid-top {
height: auto;
}
.k-grid .kendo-gridFunctionKommand > .k-menu .k-menu-group li .k-link {
padding: 0.5em 4.929em 0.5em 1.714em;
}
.k-grid .kendo-gridFunctionKommand > .k-menu > li > .k-link {
background-color: #54a5d1;
border-radius: 2px;
color: white;
cursor: default;
padding: 7px;
line-height: 17px;
}
.k-grid
.kendo-gridFunctionKommand
.k-menu
> .k-state-hover
> .k-link.k-state-active {
background-color: #54a5d1;
border-radius: 2px;
color: white;
cursor: default;
}
.k-grid
.kendo-gridFunctionKommand
.k-menu
> .k-state-hover
> .k-link.k-state-active
> .k-i-arrow-s {
background-position: -16px -32px;
}
.k-grid .kendo-gridFunctionKommand .k-menu {
background-color: #54a5d1;
border-radius: 2px;
color: white;
cursor: default;
vertical-align: middle;
margin: 2px 0.16em 0 0;
}
.k-grid .kendo-gridFunctionKommand .k-button {
margin: 2px 0.16em 0 0;
}
.k-grid
.kendo-gridFunctionKommand
> .k-menu
> .k-item
> .k-link
> .k-i-arrow-s {
margin: initial;
background-position: -16px 0;
}
.k-content .k-grid .k-master-row .rowFunction {
white-space: nowrap;
}
.k-grid .k-pager-wrap > .k-link {
float: none;
}
.k-grid .gridEditableDropDownHalfColumnList {
width: 45%;
}
.k-grid .k-loading-image {
background-position: top;
}
.k-grid th.kretaRowNumberHeader {
text-align: right !important;
}
.k-grid td.kretaRowNumber {
text-align: right !important;
min-width: 42px;
}
.k-grid > table.tableLayoutFixed {
table-layout: fixed;
}
.k-content .k-grid > table > tbody > tr:hover > td,
.k-content .k-grid > .k-grid-content > table > tbody > tr:hover > td,
tr.k-detail-row .k-grid > table > tbody > tr:hover > td {
background-color: #a5d6a7 !important;
}
.k-grid > table > tbody > tr.k-detail-row:hover td {
background-color: initial !important;
}
.k-grid
> table
> tbody
tr
td
div.gridFormattedTextInput
> div.k-kretaFormattedTextInput,
.k-grid
> table
> thead
tr
th
div.gridFormattedTextInput
> div.k-kretaFormattedTextInput {
background-color: #fff;
border: 1px solid #c5d3e2;
border-radius: 2px;
min-height: 20px;
height: 20px;
padding: 2px 0.3em;
resize: vertical;
word-break: break-all;
overflow: auto;
}
.k-grid
> table
> tbody
tr
td
div.gridFormattedTextInput
> div.k-kretaFormattedTextInput:hover {
border: 1px solid #aab7c4;
}

View file

@ -0,0 +1,15 @@
.labelRowHeightLabel {
/*height: 35px;*/
/*display: inline-block;*/
/*width: 235px;*/
min-height: 20px;
font-weight: bold;
padding: 8px 0px 11px 0px;
}
.labelRowHeightValue {
min-height: 20px;
/*display: inline-block;*/
/*width: 200px;*/
padding: 8px 0px 11px 0px;
}

View file

@ -0,0 +1,9 @@
.searchInputRowHeight {
height: 35px;
display: inline-block;
min-width: 360px;
}
.searchPanelInputLabel {
min-width: 130px;
}

View file

@ -0,0 +1,76 @@
.onoffswitch {
position: relative;
width: 90px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 20px;
height: 30px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner-before {
padding-left: 0px;
background-color: #34a7c1;
color: #ffffff;
float: left;
width: 100%;
padding-top: 5px;
height: 30px;
}
.onoffswitch-inner-before span {
padding-left: 10px;
}
.onoffswitch-inner-after {
padding-right: 0px;
background-color: #eeeeee;
color: #999999;
text-align: right;
padding-top: 5px;
height: 30px;
}
.onoffswitch-inner-after span {
padding-right: 10px;
}
.onoffswitch-switch {
display: block;
width: 18px;
margin: 6px;
background: #ffffff;
position: absolute;
top: 0;
bottom: 0;
right: 56px;
border: 2px solid #999999;
border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}

View file

@ -0,0 +1,3 @@
.timepickerMinWidth {
min-width: 140px;
}

View file

@ -0,0 +1,28 @@
div.kendoTooltip {
text-align: left;
padding: 10px 12px;
min-width: 230px;
font-size: 11px;
float: left;
}
div.kendoTooltip div.tooltipTanuloErtekeles {
font-size: 32px;
float: left;
margin-right: 4px;
padding-right: 4px;
padding-bottom: 80px;
border-right: 1px solid;
}
div.kendoTooltip.defaultKendoTooltip {
min-width: inherit;
}
span.kendoTooltip.clickable {
cursor: pointer;
}
span.kendoTooltip.notallowed {
cursor: not-allowed;
}

View file

@ -0,0 +1,18 @@
.labelError {
color: red;
}
label.error {
color: red;
float: none !important;
}
.kreta-validation-summary {
height: auto;
overflow: initial;
}
.kreta-validation-summary ul {
/*list-style-type: none;*/
color: red;
}

View file

@ -0,0 +1,321 @@
.feedBackWindowIconSuccess {
font-size: 28px;
color: darkseagreen;
}
.feedBackWindowIconError {
font-size: 28px;
color: crimson;
}
.warningWindowIcon {
font-size: 28px;
color: orange;
}
.confirmWindowIcon {
font-size: 28px;
color: blue;
}
.modalOuter {
display: table;
height: 100%;
width: 100%;
}
.modalContent {
display: table-row;
}
/* modal */
.modalContainer {
position: relative;
top: 0;
width: 100%;
height: 100%;
}
.modalContainer .modalOuter {
width: 100%;
display: block;
height: calc(100% - 51px);
bottom: 80px;
position: relative;
top: 0;
}
.modalContainer .modalContent {
width: 100%;
display: block;
height: 100%;
overflow-y: auto;
}
.modalContainer .modalContent > .k-content {
width: 100%;
display: block;
height: 100%;
overflow-y: auto;
}
.modalContainer .modalContent > .k-content > form {
height: 100%;
max-height: 95%;
}
.modalContainer .modalContent > .k-content > .container-fluid,
.modalContainer .modalContent > .k-content > form > .container-fluid {
margin-top: 0 !important;
/* margin-left: 20px;
margin-right: 20px;*/
}
.modalContainer .modalContent > .k-content > .container-fluid .row,
.modalContainer .modalContent > .k-content > form > .container-fluid .row {
border-color: #e5e9ec;
}
.modalContainer .modalContent > form {
height: 100%;
}
.modalContainer .modalContent .k-tabstrip-wrapper {
height: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.modalContainer .modalContent .k-tabstrip-wrapper > .k-tabstrip > .k-content {
position: absolute;
top: 0;
left: 200px;
width: calc(100% - 200px);
padding: 20px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.modalContainer
.modalContent
.k-tabstrip-wrapper
> .k-tabstrip
> .k-content
.container-fluid {
margin: 0 -20px;
}
.modalContainer
.modalContent
.k-tabstrip-wrapper
> .k-tabstrip
> .k-content
.container-fluid
h3,
.modalContainer
.modalContent
.k-tabstrip-wrapper
> .k-tabstrip
> .k-content
.container-fluid
h4 {
margin-left: 0;
}
.modalContainer
.modalContent
.k-tabstrip-wrapper
> .k-tabstrip
> .k-content
.container-fluid
.row {
margin: 0;
}
.modalContainer .modalContent .k-tabstrip {
height: 100%;
}
.modalContainer .modalContent .k-tabstrip > .k-tabstrip-items > .k-item {
text-transform: none;
display: block;
}
.modalContainer .modalContent .k-tabstrip.k-header {
background-color: white;
}
.modalContainer .modalContent .k-tabstrip .tab-container {
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 200px;
overflow: auto;
overflow-x: hidden;
overflow-y: hidden;
min-height: 100%;
}
.modalContainer .modalContent .k-tabstrip .tab-container > ul {
float: left;
width: 200px;
height: 100%;
margin-bottom: -9999px;
padding-bottom: 9999px;
overflow: hidden;
background-color: #49788d;
color: white;
}
.modalContainer .modalContent .k-tabstrip .tab-container > ul li {
display: block !important;
width: 100%;
border: none;
border-right: 5px solid #406a7c;
box-sizing: border-box;
border-bottom: 1px solid #406a7c;
color: white;
-moz-transition: background-color 0.12s ease-in;
-o-transition: background-color 0.12s ease-in;
-webkit-transition: background-color 0.12s ease-in;
transition: background-color 0.12s ease-in;
}
.modalContainer
.modalContent
.k-tabstrip
.tab-container
> ul
li.k-state-active {
border-right: none;
background-color: white;
color: #5c6a79;
}
.modalContainer
.modalContent
.k-tabstrip
.tab-container
> ul
li.k-state-active:hover {
border-right: none;
background-color: white !important;
}
.modalContainer
.modalContent
.k-tabstrip
.tab-container
> ul
li.k-state-active.k-state-disabled:hover {
background-color: #c5d3e2;
border-right: none;
color: #7c8a99;
}
.modalContainer .modalContent .k-tabstrip .tab-container > ul li span {
width: 100%;
box-sizing: border-box;
}
.modalContainer
.modalContent
.k-tabstrip
.tab-container
> ul
li.k-state-disabled
span {
cursor: not-allowed !important;
}
.disabled-grrid-icon :hover {
cursor: not-allowed !important;
}
.modalContainer .modalContent .k-tabstrip .tab-container > ul li:hover {
background-color: #51879e;
-moz-transition: background-color 0s ease-in;
-o-transition: background-color 0s ease-in;
-webkit-transition: background-color 0s ease-in;
transition: background-color 0s ease-in;
}
.modalContainer
.modalContent
.k-tabstrip
.tab-container
> ul
li.k-state-disabled:hover {
background-color: #c5d3e2;
-moz-transition: background-color 0s ease-in;
-o-transition: background-color 0s ease-in;
-webkit-transition: background-color 0s ease-in;
transition: background-color 0s ease-in;
color: #7c8a99;
}
.modalContainer .modalContent > .k-content {
padding: 0 !important;
}
.modalFooter {
position: absolute;
min-height: 50px;
bottom: 0;
background-color: white;
z-index: 500;
display: block;
width: 100%;
border-top: 1px solid lightgray;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.modalFooter div {
padding: 7px 5px 3px 3px;
}
.modalFooter div:first-child {
padding: 7px 9px 3px 3px;
}
.modalFooterStatic {
position: static;
}
.windowInputLabel {
font-weight: 600;
padding-top: 0 !important;
min-width: 130px;
padding-top: 6px;
}
.clearMinWidth {
min-width: initial;
}
.szamonkeresleftside {
float: left;
border-right: 1px solid #e5e9ec;
min-height: 400px !important;
}
.szamonkeresrightside {
float: left;
padding-left: 40px !important;
}
.normaltexttransform {
text-transform: inherit !important;
font-variant: small-caps;
}
.jegyzekcimlabel {
font-weight: 600;
font-size: 14px;
padding-left: 10px;
position: absolute;
margin-top: -5px;
}
.k-widget.k-window {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
.k-widget.k-window:not(.k-window-maximized) {
max-width: 90vw !important;
max-height: 90vh !important;
}