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,38 @@
/*
Kendo UI uses the default content-box box model (box-sizing CSS property),
while Bootstrap uses the non-default border-box model and applies it to all elements on the page, including the ones that are unrelated to Bootstrap. This breaks the layout of the Kendo UI widgets,
which are placed inside a Bootstrap grid layout, leading to the overriding of the Bootstrap CSS and reapplying the content-box box model to the widgets.
As a result, a Bootstrap grid layout, placed inside a Kendo UI widget, is not going to work as expected. In general, the multiple-level nesting of the two products is bound to break the one that is on the inside,
unless an additional CSS rule is used for each new level of nesting.
*/
/* reset everything to the default box model */
/**, :before, :after
{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}*/
/* set a border-box model only to elements that need it
*/
.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xlg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xlg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xlg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xlg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xlg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xlg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xlg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xlg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xlg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xlg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xlg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xlg-12 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

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;
}

301
KretaWeb/Content/Site.css Normal file
View file

@ -0,0 +1,301 @@
body {
/*padding-top: 50px;*/
/*padding-bottom: 20px;*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 100%;
}
#Menu {
background-color: transparent;
background-image: none;
border-color: transparent;
color: white;
}
.disabledMenuItem,
.disabledItem,
.disabledGrid {
pointer-events: none;
opacity: 0.4;
}
.disabledComboItem {
pointer-events: none;
opacity: 0.8;
}
.ertesites {
border-bottom: 1px solid #e5e9ec;
border-top: 1px solid #e5e9ec;
padding: 5px 0px;
position: relative;
cursor: pointer;
}
.ertesitesikon {
width: 30px;
float: left;
text-align: center;
font-size: 16px;
margin-top: -5px;
}
.ertesites > div > .cim {
padding-left: 36px;
}
.ertesites > div > .cim > p {
font-weight: normal;
/*font-size: 16px;*/
font-family: 'Roboto Condensed';
line-height: 1em;
}
.ertesites > div > .cim > span {
font-size: 12px;
color: #999999;
}
.ertesites > .kuka {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
color: #666666;
padding-top: 2px;
}
.kretapirosbetuszin {
color: #ff4444;
}
.favoriteIconContainer {
padding-top: 7px;
}
.displayNone {
display: none;
}
.main-content .content-content .fullCalendar hr {
margin: 0px 0px;
}
.fc-orasorszam {
text-align: center;
font-size: 50px;
opacity: 0.3;
}
.fc-orasorszam:hover {
opacity: 0;
}
.fc-bg2 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
z-index: 1;
height: 8%;
}
.hasCalendarIcon {
position: absolute;
right: 0;
top: 0;
margin-top: 2px;
margin-right: 2px;
}
.orgnamesmallscreen {
color: white;
font-size: 13.5px;
margin: 8px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
width: 100%;
}
@media (min-width: 1100px) {
.orgnamesmallscreen {
display: none;
}
.main-header2 {
display: none;
}
}
@media (max-width: 1100px) {
.school-title.pull-left,
.main-header {
display: none;
}
.main-header2 {
height: 48px;
background-color: white;
}
#layout_userMenu {
padding-top: 4px;
background-color: white;
float: right;
}
#layout_userMenu2 .usermenu {
padding-top: 4px;
display: flex;
flex-direction: row-reverse;
}
}
.headeruserNameSpan {
display: contents;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
}
@media (min-width: 1000px) {
.xs-username {
max-width: 70px;
}
}
@media (min-width: 1300px) {
.sm-userName {
max-width: 170px;
}
}
@media (min-width: 1600px) {
.md-userName {
max-width: 310px;
}
}
@media (min-width: 1900px) {
.lg-userName {
max-width: 470px;
}
}
@media (min-width: 1000px) {
.xs-username {
max-width: 70px;
}
}
@media (min-width: 1300px) {
.sm-userName {
max-width: 170px;
}
}
@media (min-width: 1600px) {
.md-userName {
max-width: 310px;
}
}
@media (min-width: 1900px) {
.lg-userName {
max-width: 470px;
}
}
.middle-button {
margin: 0 5px 0 5px;
}
.defaultCursor {
cursor: default !important;
}
.k-grid table > tbody > tr > td div.gridSelect ul li,
.k-grid table > thead > tr > th div.gridSelect ul li {
border: 1px solid #c5d3e2 !important;
}
.k-webkit .k-pager-wrap,
.k-ff .k-pager-wrap,
.k-ie11 .k-pager-wrap,
.k-safari .k-pager-wrap {
white-space: nowrap;
}
.initialBorder {
border: initial !important;
}
.initialBackgroundColor {
background-color: initial !important;
}
.initialMinHeight {
min-height: initial !important;
}
.kretaEllipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 0;
}
.ugyfelszolgalat_icon {
cursor: pointer;
background-image: url('../Content/content/images/ugyfelszolgalat_icon.png');
background-repeat: no-repeat;
background-position: center;
}
.fa-ugyfelszolgalaticon:before {
content: url('../Content/content/images/ugyfelszolgalat_icon.png');
height: 15px;
max-width: 15px;
display: block;
margin-left: -3px;
}
body .k-textbox span.k-icon.k-i-clock {
margin: 0;
position: initial;
}
.IntezmenyFeltoltottsege-GridHeaderText {
margin-top: 15px;
font-weight: bold;
font-size: 24px;
}
.fullCalendar .fc-prev-button .fc-icon-left-single-arrow {
text-align: right;
}
.fullCalendar .fc-prev-button .fc-icon:after {
margin: auto;
}
.fullCalendar .fc-next-button .fc-icon-right-single-arrow {
text-align: right;
}
.fullCalendar .fc-next-button .fc-icon:after {
margin: auto;
}
.amiKepzesiAdatokTitleContainer {
margin: 20px 0px;
}

3784
KretaWeb/Content/bootstrap-big-grid.css vendored Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,36 @@
.fc-day-header-today {
background-color: #628c9e;
color: white !important;
}
.fc-hover:hover {
background-color: rgba(0, 255, 0, 0.5) !important;
}
.fc-textline-through {
text-decoration: line-through !important;
}
.fc-hover:hover:after {
background: #d99c1a;
content: '';
width: 4px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -2px;
margin-top: -25px;
}
.fc-hover:hover:before {
background: #d99c1a;
content: '';
width: 50px;
height: 4px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -2px;
}

View file

@ -0,0 +1,7 @@
@font-face {
font-family: Baar Sophia;
/*src: url('WebFont.eot');*/
src: /*url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),*/ url('../fonts/baars___.ttf')
format('truetype') /*url('WebFont.svg#webfont') format('svg')*/;
}

View file

@ -0,0 +1,167 @@
/* Értesítés */
.ertesites {
width: 100%;
background-color: #e5e9ec;
}
.nb-item {
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.nb-item .nb-date {
text-align: right;
min-width: 80px;
padding-top: 10px;
margin-right: -10px;
}
.nb-item .nb-date span {
display: block;
text-align: right;
}
.nb-item .nb-date .year {
font-size: 12px;
color: #666;
}
.nb-item .nb-date .day,
.nb-item .nb-date .month {
display: inline-block;
font-size: 20px;
font-weight: 400;
color: #30a8cb;
color: #333366;
}
.nb-item .nb-timeline {
overflow: hidden;
text-align: right;
max-width: 40px;
}
.nb-item .nb-timeline .nb-line {
margin-bottom: -99999px;
padding-bottom: 99999px;
width: 4px;
background-color: white;
position: relative;
float: right;
margin-right: 12px;
}
.nb-item .nb-timeline .nb-circle {
width: 16px;
height: 16px;
z-index: 20;
position: relative;
margin-top: 20px;
margin-right: 6px;
float: right;
border: 2px solid white;
border-radius: 999px;
z-index: 20;
}
.nb-item .nb-content {
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
box-shadow: 0 1px 1px 0 #e0e0e0;
margin-right: 15px;
border-radius: 2px;
border-top: 2px solid #e5e9ec;
}
.nb-item .nb-content .subject {
min-height: 36px;
background-color: white;
padding: 10px;
margin: 0 -15px;
}
.nb-item .nb-content .subject h4 {
margin: 0;
color: #445261;
font-weight: 400;
}
.nb-item .nb-content .content {
padding: 15px 10px 15px 10px;
margin: 0 -15px;
border-bottom: 1px solid #e5e9ec;
}
.nb-item .nb-content .footer {
padding: 10px;
margin: 0 -15px;
height: auto;
display: inline-block;
overflow: visible;
margin-bottom: -5px;
}
.nb-item .nb-content .footer .author .image {
width: 32px;
height: 32px;
border-radius: 9999px;
background-size: cover;
float: left;
}
.nb-item .nb-content .footer .author .info {
float: left;
padding-left: 10px;
}
.nb-item .nb-content .footer .author .info span {
display: block;
float: none;
}
.nb-item .nb-content .footer .author .info .auth-name {
font-weight: 600;
}
.nb-item .nb-content .footer .author .info .auth-title {
font-size: 12px;
color: #666;
margin-top: -2px;
}
.nb-item:first-child .nb-line {
margin-top: 20px;
}
.nb-item:first-child .nb-circle {
margin-top: 0;
}
.nb-item.highlighted .kek {
background-color: #30a8cb;
}
.nb-item.highlighted .piros {
background-color: #ff4444;
}
.nb-item.highlighted .zold {
background-color: #14db17;
}
.nb-item.highlighted .subject h4 {
color: white;
}
.kuka i {
color: #666666;
cursor: pointer;
}

View file

@ -0,0 +1,155 @@
/* Faliújság */
.faliujsag {
width: 100%;
background-color: #e5e9ec;
}
.nb-item {
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.nb-item .nb-date {
text-align: right;
min-width: 80px;
padding-top: 10px;
margin-right: -10px;
}
.nb-item .nb-date span {
display: block;
text-align: right;
}
.nb-item .nb-date .year {
font-size: 12px;
color: #666;
}
.nb-item .nb-date .day,
.nb-item .nb-date .month {
display: inline-block;
font-size: 20px;
font-weight: 400;
color: #30a8cb;
color: #333366;
}
.nb-item .nb-timeline {
overflow: hidden;
text-align: right;
max-width: 40px;
}
.nb-item .nb-timeline .nb-line {
margin-bottom: -99999px;
padding-bottom: 99999px;
width: 4px;
background-color: white;
position: relative;
float: right;
margin-right: 12px;
}
.nb-item .nb-timeline .nb-circle {
width: 16px;
height: 16px;
background-color: #30a8cb;
z-index: 20;
position: relative;
margin-top: 20px;
margin-right: 6px;
float: right;
border: 2px solid white;
border-radius: 999px;
z-index: 20;
}
.nb-item .nb-content {
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
box-shadow: 0 1px 1px 0 #e0e0e0;
margin-right: 15px;
border-radius: 2px;
border-top: 2px solid #30a8cb;
}
.nb-item .nb-content .subject {
min-height: 36px;
background-color: white;
padding: 10px;
margin: 0 -20px;
}
.nb-item .nb-content .subject h4 {
margin: 0;
color: #445261;
font-weight: 400;
}
.nb-item .nb-content .content {
padding: 15px 10px 15px 10px;
margin: 0 -15px;
border-bottom: 1px solid #e5e9ec;
}
.nb-item .nb-content .footer {
padding: 10px;
margin: 0 -15px;
height: auto;
display: inline-block;
overflow: visible;
margin-bottom: -5px;
}
.nb-item .nb-content .footer .author .image {
width: 32px;
height: 32px;
border-radius: 9999px;
background-size: cover;
float: left;
}
.nb-item .nb-content .footer .author .info {
float: left;
padding-left: 10px;
}
.nb-item .nb-content .footer .author .info span {
display: block;
float: none;
}
.nb-item .nb-content .footer .author .info .auth-name {
font-weight: 600;
}
.nb-item .nb-content .footer .author .info .auth-title {
font-size: 12px;
color: #666;
margin-top: -2px;
}
.nb-item:first-child .nb-line {
margin-top: 20px;
}
.nb-item:first-child .nb-circle {
margin-top: 0;
}
.nb-item.highlighted .subject {
background-color: #30a8cb;
}
.nb-item.highlighted .subject h4 {
color: white;
}

View file

@ -0,0 +1,471 @@
/*Faliújság és értesítés közös cs*/
.faliujsagertesites {
width: 100%;
background-color: #e5e9ec;
}
.faliujsagertesites .felado {
width: 300px;
padding-right: 20px;
}
.faliujsagertesites .felado span:nth-child(1) {
width: 100%;
float: right;
color: #30a8cb;
font-size: 16px;
text-align: right;
}
.faliujsagertesites .felado span:nth-child(2) {
float: right;
font-size: 12px;
}
.faliujsagertesites .kep {
width: 50px;
border-right: 5px solid white;
padding-right: 20px;
height: 60px;
position: relative;
}
.faliujsagertesites .kep img {
width: 50px;
height: 50px;
border-radius: 25px;
float: right;
}
.faliujsagertesites .kep .nagykor {
width: 20px;
height: 20px;
border-radius: 10px;
position: absolute;
left: 62px;
top: 20px;
}
.faliujsagertesites .kep .kiskor {
width: 10px;
height: 10px;
border-radius: 5px;
position: absolute;
left: 67px;
top: 25px;
}
.faliujsagertesites .uzenet {
padding-left: 40px;
height: 60px;
}
.faliujsagertesites .uzenet .uzenetkeret {
height: 100%;
line-height: 16px;
}
.faliujsagertesites .uzenet .uzenetkeret h3 {
margin-top: 15px;
}
.faliujsagertesites .kep .nagykorfeljebb {
top: 13px;
}
.faliujsagertesites .kep .kiskorfeljebb {
top: 18px;
}
.jovobeliesemeny {
background-color: #dd4b39;
}
.elmultesemeny {
background-color: lightgray;
}
.hatterszin {
background-color: #e5e9ec;
}
.kretakek {
background: #30a8cb;
}
.kretapirosbetuszin {
color: #ff4444;
}
.kreatkekbetuszin {
color: #30a8cb;
}
.kretazoldbetuszin {
color: #14db17;
}
.feherhatter {
background-color: white;
}
.faliujsagertesites .uzenet .datum {
float: left;
width: 80px;
text-align: center;
color: white;
padding-top: 14px;
}
.faliujsagertesites .uzenet .nap {
font-size: 18px;
font-weight: bold;
}
.faliujsagertesites .uzenet .targy {
float: left;
color: white;
}
.faliujsagertesites .vonal {
width: 50px;
border-right: 5px solid white;
}
.faliujsagertesites .szoveg {
background-color: white;
width: 100%;
margin-bottom: 20px;
padding: 20px 0px 20px 82px;
}
.faliujsagertesites .honap {
font-size: 24px;
color: #30a8cb;
}
/* -------------- */
.panel-group .panel-default .panel-collapse > .panel-body {
border-top: 1px solid #dddddd;
}
.nagyMenu {
display: block;
position: static;
width: 100%;
box-shadow: none;
}
.nagyMenu > li > a {
display: block;
padding: 5px 15px;
clear: both;
font-weight: normal;
line-height: 1.5em;
white-space: normal;
/*-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;*/
}
.nagyMenu > li > a:hover {
text-decoration: none;
color: #30a8cb;
background-color: #e5e9ec;
/*padding-left: 20px;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;*/
}
.nagyMenu .nagyIkon {
height: 50px;
float: left;
width: 50px;
background-color: red;
font-size: 18px;
padding: 12px;
}
.nagyMenu .nagyIkon i {
font-size: 26px;
margin: 0px;
color: white;
}
.nagyMenu .menupontEsSzoveg {
min-height: 50px;
/*float: left;*/
padding: 0px 5px;
}
/*.nagyMenu > li > a:before {
content: " \f054";
font-family: FontAwesome;
font-size: 12px;
color: #dd4b39;
margin-right: 5px;
}*/
/* -------------- */
.ertesites {
border-bottom: 1px solid #e5e9ec;
border-top: 1px solid #e5e9ec;
padding: 5px 0px;
position: relative;
cursor: pointer;
}
.ertesitesikon {
width: 30px;
float: left;
text-align: center;
font-size: 16px;
margin-top: -5px;
}
.ertesites > div > .cim {
padding-left: 36px;
}
.ertesites > div > .cim > p {
font-weight: normal;
/*font-size: 16px;*/
font-family: 'Roboto Condensed';
line-height: 1em;
}
.ertesites > div > .cim > span {
font-size: 12px;
color: #999999;
}
.ertesites > .kuka {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
color: #666666;
padding-top: 2px;
}
body {
/*background: grey;*/
padding: 0px;
font-family: 'Open Sans';
}
.main {
background-color: #e5e9ec !important;
}
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.nb-item {
-webkit-animation: fadein 2s;
/* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s;
/* Firefox < 16 */
-ms-animation: fadein 2s;
/* Internet Explorer */
-o-animation: fadein 2s;
/* Opera < 12.1 */
animation: fadein 2s;
}
.nb-item .nb-date {
text-align: right;
min-width: 80px;
padding-top: 10px;
margin-right: -10px;
}
.nb-item .nb-date span {
display: block;
text-align: right;
}
.nb-item .nb-date .year {
font-size: 12px;
color: #666;
}
.nb-item .nb-date .day,
.nb-item .nb-date .month {
display: inline-block;
font-size: 20px;
font-weight: 400;
color: #30a8cb;
color: #333366;
}
.nb-item .nb-timeline {
overflow: hidden;
text-align: right;
max-width: 40px;
}
.nb-item .nb-timeline .nb-line {
margin-bottom: -99999px;
padding-bottom: 99999px;
width: 4px;
background-color: white;
position: relative;
float: right;
margin-right: 12px;
}
.nb-item .nb-timeline .nb-circle {
width: 16px;
height: 16px;
background-color: #30a8cb;
z-index: 20;
position: relative;
margin-top: 20px;
margin-right: 6px;
float: right;
border: 2px solid white;
border-radius: 999px;
z-index: 20;
}
.nb-item .nb-content {
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
box-shadow: 0 1px 1px 0 #e0e0e0;
margin-right: 15px;
border-radius: 2px;
border-top: 2px solid #30a8cb;
}
.nb-item .nb-content .subject {
min-height: 36px;
background-color: white;
padding: 10px;
margin: 0 -15px;
}
.nb-item .nb-content .subject h4 {
margin: 0;
color: #445261;
font-weight: 400;
}
.nb-item .nb-content .content {
padding: 15px 10px 15px 10px;
margin: 0 -15px;
border-bottom: 1px solid #e5e9ec;
}
.nb-item .nb-content .footer {
padding: 10px;
margin: 0 -15px;
height: auto;
display: inline-block;
overflow: visible;
margin-bottom: -5px;
}
.nb-item .nb-content .footer .author .image {
width: 32px;
height: 32px;
border-radius: 9999px;
background-size: cover;
float: left;
}
.nb-item .nb-content .footer .author .info {
float: left;
padding-left: 10px;
}
.nb-item .nb-content .footer .author .info span {
display: block;
float: none;
}
.nb-item .nb-content .footer .author .info .auth-name {
font-weight: 600;
}
.nb-item .nb-content .footer .author .info .auth-title {
font-size: 12px;
color: #666;
margin-top: -2px;
}
.nb-item:first-child .nb-line {
margin-top: 20px;
}
.nb-item:first-child .nb-circle {
margin-top: 0;
}
.nb-item.highlighted .subject {
background-color: #30a8cb;
}
.nb-item.highlighted .subject h4 {
color: white;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

View file

@ -0,0 +1,153 @@
#BeirasokGrid.k-grid tbody tr td,
#ElektronikusUzenetNaploNezetGrid.k-grid tbody tr td,
#ElektronikusUzenetListaNezetGrid.k-grid tbody tr td,
#FaliujsagBejegyzesekGrid.k-grid tbody tr td,
#KozossegiSzolgalatokGrid.k-grid tbody tr td,
#ModifyPopupGrid.k-grid tbody tr td,
.k-content #BeirasokGrid.k-grid tbody tr .gridcell,
.k-content #ElektronikusUzenetNaploNezetGrid.k-grid tbody tr .gridcell,
.k-content #ElektronikusUzenetListaNezetGrid.k-grid tbody tr .gridcell,
.k-content #FaliujsagBejegyzesekGrid.k-grid tbody tr .gridcell,
.k-content #KozossegiSzolgalatokGrid.k-grid tbody tr .gridcell,
.k-content #ModifyPopupGrid.k-grid tbody tr .gridcell {
height: 30px !important;
}
#BeirasokGrid.k-grid .kendo-gridFunctionKommand .clearFunctionCommand,
#ElektronikusUzenetNaploNezetGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand,
#ElektronikusUzenetListaNezetGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand,
#FaliujsagBejegyzesekGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand,
#KozossegiSzolgalatokGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand,
#ModifyPopupGrid.k-grid .kendo-gridFunctionKommand .clearFunctionCommand {
background-color: initial;
color: #5c6a79;
cursor: initial;
text-transform: initial;
font-weight: bold;
}
#BeirasokGrid.k-grid .kendo-gridFunctionKommand .clearFunctionCommand:before,
#ElektronikusUzenetNaploNezetGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand:before,
#ElektronikusUzenetListaNezetGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand:before,
#FaliujsagBejegyzesekGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand:before,
#KozossegiSzolgalatokGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand:before,
#ModifyPopupGrid.k-grid
.kendo-gridFunctionKommand
.clearFunctionCommand:before {
content: initial;
}
#BeirasokGrid.k-grid tbody tr,
#ElektronikusUzenetNaploNezetGrid.k-grid tbody tr {
height: 45px;
}
#BeirasokGrid.k-grid tr.k-master-row,
#ElektronikusUzenetNaploNezetGrid.k-grid tr.k-master-row {
height: 30px;
}
#BeirasokGrid.k-grid
.nevWidth
#ElektronikusUzenetNaploNezetGrid.k-grid
.nevWidth {
width: auto;
}
#BeirasokGrid.k-grid table > tbody > tr > td.rowFunction,
#ElektronikusUzenetNaploNezetGrid.k-grid table > tbody > tr > td.rowFunction {
text-align: center;
}
#BeirasokGrid.k-grid th.honap,
#ElektronikusUzenetNaploNezetGrid.k-grid th.honap {
width: 6%;
text-align: center;
}
#BeirasokGrid.k-grid td.honap,
#ElektronikusUzenetNaploNezetGrid.k-grid td.honap {
padding-left: 2px !important;
padding-right: 1px !important;
}
#BeirasokGrid.k-grid td.honap span,
#ElektronikusUzenetNaploNezetGrid.k-grid td.honap span {
display: inline-block;
margin-top: 1px !important;
margin-bottom: 1px !important;
}
#BeirasokGrid.k-grid table > tbody > tr > td.k-hierarchy-cell,
#ElektronikusUzenetNaploNezetGrid.k-grid
table
> tbody
> tr
> td.k-hierarchy-cell {
border-left: 1px solid #e0e0e0;
}
#BeirasokGrid.k-grid table > tbody > tr > td,
#ElektronikusUzenetNaploNezetGrid.k-grid table > tbody > tr > td {
border-right: 1px solid #e0e0e0;
}
#BeirasokGrid.k-grid table span.feljegyzesPadding,
#ElektronikusUzenetNaploNezetGrid.k-grid table span.feljegyzesPadding {
padding: 1px 3px 1px 3px;
}
#ElektronikusUzenetNaploNezetGrid.k-grid table td.gridSelectCheckBox,
#ElektronikusUzenetNaploNezetGrid.k-grid table th.gridHeaderSelectCheckBox,
#ModifyPopupGrid.k-grid table td.gridSelectCheckBox,
#ModifyPopupGrid.k-grid table th.gridHeaderSelectCheckBox {
text-align: center;
vertical-align: middle;
width: 50px;
}
.modalContainer .modalContent > .k-content > form#ElektronikusUzenetModifyForm,
.modalContainer
.modalContent
> .k-content
> form#FaliujsagBejegyzesekNewModifyForm {
height: initial !important;
}
.NaploNezetEdit .row {
border: 1px solid #e0e0e0;
margin: -1px;
}
#FeljegyzesKeresoGrid.k-grid table > tbody > tr > td.rowFunction,
#FeljegyzesKeresoGrid.k-grid table > thead > tr > th.rowFunction,
#ElektronikusUzenetKeresoGrid.k-grid table > tbody > tr > td.rowFunction,
#ElektronikusUzenetKeresoGrid.k-grid table > thead > tr > th.rowFunction,
#FaliujsagKeresoGrid.k-grid table > tbody > tr > td.rowFunction,
#FaliujsagKeresoGrid.k-grid table > thead > tr > th.rowFunction {
width: 80px !important;
}
#FeljegyzesKeresoGrid.k-grid table > tbody > tr > td.rowFunction,
#ElektronikusUzenetKeresoGrid.k-grid table > tbody > tr > td.rowFunction,
#FaliujsagKeresoGrid.k-grid table > tbody > tr > td.rowFunction {
text-align: center;
padding: 0 4px 6px 4px !important;
border-width: 0 0 1px 0;
}

View file

@ -0,0 +1,102 @@
/* InfoBar */
.parent {
display: flex;
flex-wrap: wrap;
}
.child {
display: flex;
flex-direction: column;
flex-grow: 1;
border: 1px solid #c5d3e2;
padding: 5px 10px;
}
.child > label {
min-width: initial;
}
.child > label.keretWarn {
color: red;
}
.child.keretHead {
background-color: #e5e9ec;
}
.child.keretHead span.kretaLabelTooltip {
visibility: collapse;
}
.child.keretHead span.kretaLabelTooltip.keretWarn {
visibility: visible;
}
/* */
td {
border-bottom: 1px solid #c5d3e2;
}
td.info {
border: 1px solid #c5d3e2;
padding: 5px 10px;
width: auto;
}
td.keretHead {
background-color: #e5e9ec;
border-top: 1px solid #c5d3e2;
}
td.keretHead > div {
visibility: collapse;
}
td.keretWarn > div {
visibility: visible;
}
td.keretHead span {
max-width: 250px;
}
.info > label {
text-align: right;
padding-left: 10px;
min-width: 0px;
}
.info > label.keretWarn {
color: red;
}
.gridCheckBox {
min-width: 23px;
}
.modalConfirmNote {
text-align: center;
}
.modalConfirmNote .k-textbox {
min-width: 330px;
}
.modalConfirmNote .k-textbox.required {
border-color: red;
}
.modalConfirmNote div.noteCaption,
.modalConfirmNote div.noteValidation {
text-align: left;
padding-left: 30px;
}
.modalConfirmNote div.noteValidation {
display: none;
color: red;
}
.modalConfirmNote div.noteRequired {
display: block;
}

View file

@ -0,0 +1,191 @@
.importInsert {
background-color: #c1ffc1;
}
.importUpdate {
background-color: #ffffe0;
}
.importDelete {
background-color: #ffb3b3;
}
td.Sortores {
white-space: pre;
}
.k-grid-norecords {
height: 99%;
}
.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
top: 5%;
left: 14%;
}
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
border-radius: 0;
border-style: solid;
border-width: 1px;
}
.k-pager-wrap .k-pager-numbers .k-state-selected {
border-color: #54a5d1;
}
.k-pager-wrap .k-pager-numbers .k-state-selected,
.k-grid .k-pager-wrap > .k-link {
border-radius: 0;
padding: 0;
min-width: 2.429em;
height: 2.429em;
line-height: 2.429em;
margin-top: 0;
}
.k-grid-header-wrap {
border-width: 0;
}
.k-grid .k-pager-wrap > .k-link {
float: left;
}
.k-pager-wrap .k-pager-nav span {
margin-top: -2px;
}
.k-grid-content {
overflow-y: auto;
}
#exportButton,
.exportButton,
.exportButton:hover {
background-color: #54a5d1;
}
/*NOTE: Ez azért kell, mert alapból vannak a grid-eken scrollok és ha ezt nem állítjuk be, akkor 1 másodpercre felugrik a scrollbar,
amikor tab-ot váltunk(ez a kendo ui hibája).*/
.k-window div.k-window-content div.k-content {
overflow: hidden;
}
.firstImportBox {
padding: 0 30px 0 30px;
height: 300px;
}
.importBox {
border-left: 1px solid gray;
padding: 0 30px 0 30px;
height: 300px;
}
.topImportBox {
border-bottom: 1px solid gray;
}
.k-checkbox-label:before,
.k-radio-label:before {
top: 1px;
}
.k-radio:checked + .k-radio-label:after,
.k-checkbox:checked + .k-checkbox-label:after {
top: 5px;
}
.k-radio-label {
line-height: initial;
padding-left: 2em;
font-weight: initial;
}
div.details > div.settings,
div.details > div.types {
background-color: #e5e9ec;
border: 2px solid silver;
}
div.details > div.settings ul {
background-color: #e5e9ec;
}
div.details > div.types {
padding: 20px;
margin-top: 20px;
}
div.details > div.types > ul#importExportPanelbar > li > span {
background-color: #54a5d1 !important;
color: #ffffff;
}
div.details
> div.types
> ul#importExportPanelbar
> li
> div.k-content
.k-upload,
div.details > div.types > ul#importExportPanelbar > li > div.k-content .k-file {
background-color: #e5e9ec;
border: 1px solid silver;
}
div.details
> div.types
> ul#importExportPanelbar
> li
> div.k-content
> .k-upload
.k-button.k-upload-button {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
display: inline-block;
}
div.details
> div.types
> ul#importExportPanelbar
> li
> div.k-content
> .k-upload
.k-button.k-upload-button:hover {
background-color: #ec971f;
border-color: #d58512;
}
div.details
> div.types
> ul#importExportPanelbar
> li
> div.k-content
> .k-upload
.k-button.k-upload-selected {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
display: inline-block;
}
div.details
> div.types
> ul#importExportPanelbar
> li
> div.k-content
> .k-upload
.k-button.k-upload-selected:hover {
background-color: #449d44;
border-color: #398439;
}
p.info {
padding-left: 10px;
}
ul li label.k-radio-label {
flex-direction: column;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

View file

@ -0,0 +1,90 @@
#MulasztasokTanuloNezetGrid.k-grid th.groupHeader,
#MulasztasokTanuloNezetGrid.k-grid th.statisztika,
#MulasztasokTanuloNezetGrid.k-grid td.statisztika {
text-align: center;
}
#MulasztasokTanuloNezetGrid.k-grid th.statisztika {
width: 6%;
}
#MulasztasokTanuloNezetGrid.k-grid th.statisztika,
#MulasztasokTanuloNezetGrid.k-grid th.groupHeader {
white-space: normal;
}
#MulasztasokTanuloNezetGrid.k-grid th.statisztika span,
#MulasztasokTanuloNezetGrid.k-grid th.groupHeader span {
height: auto;
}
#MulasztasokTanuloNezetGrid.k-grid th.borderRight,
#MulasztasokTanuloNezetGrid.k-grid td.borderRight,
#MulasztasokNaploNezetGrid.k-grid th.borderRight,
#MulasztasokNaploNezetGrid.k-grid td.borderRight {
border-right: 1px solid #e0e0e0;
}
#MulasztasokTanuloNezetGrid.k-grid th.borderLeft,
#MulasztasokTanuloNezetGrid.k-grid td.borderLeft,
#MulasztasokNaploNezetGrid.k-grid th.borderLeft,
#MulasztasokNaploNezetGrid.k-grid td.borderLeft {
border-left: 1px solid #e0e0e0;
}
#MulasztasokNaploNezetGrid.k-grid th.kozepre,
#MulasztasokNaploNezetGrid.k-grid td.kozepre {
text-align: center;
}
#MulasztasokTanuloNezetGrid.k-grid th.bold,
#MulasztasokTanuloNezetGrid.k-grid td.bold {
font-weight: bold;
}
.hianyzasImage {
display: block;
width: 0;
height: 0;
outline: none;
padding: 12px 12px 12px 12px;
margin: 0 auto 0 auto;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.igazolandoHianyzas {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_pending_hianyzas.png');
}
.igazolandoHianyzasModified {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_pending_hianyzas_modified.png');
}
.igazoltHianyzas {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_igazolt_hianyzas.png');
}
.igazolatlanHianyzas {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_igazolatlan_hianyzas.png');
}
.igazolandoKeses {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_pending_keses.png');
}
.igazoltKeses {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_igazolt_keses.png');
}
.igazolatlanKeses {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_igazolatlan_keses.png');
}
.megtartottOra {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_jelenlet.png');
}
.megtartottOraModified {
background-image: url('~/../../Content/content/mulasztasTypeImages/icon_jelenlet_modified.png');
}

View file

@ -0,0 +1,39 @@
.fejlegyezesImgDefault {
background-size: cover;
width: 30px;
height: 30px;
margin: 5px;
cursor: pointer;
}
.autoFeljegyzesTable .haziFeladatHiany {
background-image: url('../Content/content/naplozasMulasztasTypeImages/HaziFeladatHiany.png');
}
.autoFeljegyzesTable .haziFeladatHianyRed {
background-image: url('../Content/content/naplozasMulasztasTypeImages/HaziFeladatHiany_Red.png');
}
.autoFeljegyzesTable .felszerelesHiany {
background-image: url('../Content/content/naplozasMulasztasTypeImages/FelszerelesHiany.png');
}
.autoFeljegyzesTable .felszerelesHianyRed {
background-image: url('../Content/content/naplozasMulasztasTypeImages/FelszerelesHiany_Red.png');
}
.autoFeljegyzesTable .felmentes {
background-image: url('../Content/content/naplozasMulasztasTypeImages/Felmentes.png');
}
.autoFeljegyzesTable .felmentesOrange {
background-image: url('../Content/content/naplozasMulasztasTypeImages/Felmentes_Orange.png');
}
.autoFeljegyzesTable .dicseret {
background-image: url('../Content/content/naplozasMulasztasTypeImages/OraiDicseret.png');
}
.autoFeljegyzesTable .dicseretGreen {
background-image: url('../Content/content/naplozasMulasztasTypeImages/OraiDicseret_Green.png');
}

140
KretaWeb/Content/nexius.css Normal file
View file

@ -0,0 +1,140 @@
.courses {
display: flex;
flex-direction: column;
min-width: 280px;
max-width: 890px;
}
.course {
display: flex;
flex: 1;
border: 3px solid #dedede;
margin-bottom: 2rem;
padding: 10px;
}
.course .image {
min-width: 100px;
}
.course .image img {
width: 100px;
height: 100px;
object-fit: cover;
}
.course .details {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
padding: 0 1rem 0 1rem;
}
.course .details .description {
text-align: justify;
height: 40px;
overflow: hidden;
}
.course .details > .title {
font-size: 16px;
color: #0497bb;
}
.course .details .results {
display: flex;
flex-direction: row;
}
.course .details .results .left,
.course .details .results .right {
display: flex;
flex-direction: column;
}
.course .details .results .right {
padding-left: 3rem;
}
.course .details .results .progression,
.course .details .results .result {
display: flex;
}
.course .details .results .progression .result-title,
.course .details .results .result .result-title {
min-width: 100px;
}
.course .details .results .statusLineContent {
position: relative;
display: inline-block;
vertical-align: middle;
width: 100px;
height: 10px;
margin: 4px;
border: 1px solid #999;
}
.course .details .results .statusLineContent .statusLine {
width: 0;
height: 100%;
background-color: #0497bb;
}
.course .details .results .statusLineValue {
padding-right: 2px;
color: #999;
flex: 0.1;
}
.course .buttons {
flex: 0 0 200px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.course .buttons .coursebutton_container,
.course .buttons .coursestatus_container {
display: flex;
justify-content: flex-end;
}
.course .buttons > div > button {
color: #fff;
width: 100%;
outline: 0;
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
}
.course .buttons .coursestatus_container button {
color: #000;
background-color: #dedede;
cursor: initial;
}
.course .buttons .coursebutton_container button {
background-color: #0497bb;
}
.course .buttons .coursebutton_container button:hover {
background-color: #04aad4;
}
.kretaLogo {
background-image: url(content/images/kreta.png);
background-repeat: no-repeat;
background-size: 90px 60px;
background-position: center;
}

View file

@ -0,0 +1,14 @@
.kendoNyomtatvanyokTabla tr:hover {
background-color: #a5d6a7;
}
.kendoNyomtatvanyokTabla tr.panelBarChildHeader:hover {
background-color: white;
}
.kendoNyomtatvanyokTabla td.panelBarChildHeaderName {
padding: 8px;
padding-left: 16px;
border-bottom: 2px solid #54a5d1;
font-weight: bold;
}

View file

@ -0,0 +1,34 @@
/*
Use the DejaVu Sans font for display and embedding in the PDF file.
The standard PDF fonts have no support for Unicode characters.
*/
.k-grid table,
.k-grid th,
.k-grid td,
.k-grid span,
.k-grid div,
.k-grid input,
.k-grid textarea,
.k-grid select,
.k-grid p,
.k-grid a,
.k-grid ul,
.k-grid li,
.k-grid ol,
.k-grid label,
.k-grid dl,
.k-grid dt,
.k-grid h1,
.k-grid h2,
.k-grid h3,
.k-grid h4,
.k-grid h5,
.k-grid h6 {
font-family: 'DejaVu Sans', 'Arial', sans-serif !important;
}
/* Hide the Grid header and pager during export */
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
display: none;
}

View file

@ -0,0 +1,244 @@
/* "Pdf" reset */
a[href$='.pdf'] {
height: auto;
padding: 0;
display: inline;
border-radius: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: unset !important;
background-color: transparent !important;
background-size: unset !important;
background-position: unset !important;
-moz-transition: unset;
-o-transition: unset;
-webkit-transition: unset;
transition: unset;
color: #5c6a79;
font-family: 'Open Sans';
font-weight: 600;
border: none;
}
a[href$='.pdf']:before {
font-family: unset;
margin-right: unset;
font-weight: unset;
}
a[href$='.pdf']:hover {
text-decoration: underline;
background: none !important;
background-color: transparent !important;
background-size: unset !important;
background-position: unset !important;
-moz-transition: unset;
-o-transition: unset;
-webkit-transition: unset;
transition: unset;
color: #54a5d1;
filter: none !important;
}
a[href$='.pdf']:before {
content: initial;
}
/*Értesítés rendszerhibákról*/
.rendszerHeader {
font-weight: bold;
}
.nb-item {
-webkit-animation: fadein 2s;
-moz-animation: fadein 2s;
-ms-animation: fadein 2s;
-o-animation: fadein 2s;
animation: fadein 2s;
}
.nb-item .nb-timeline {
overflow: hidden;
text-align: right;
max-width: 40px;
}
.nb-item .nb-timeline .nb-line {
margin-bottom: -99999px;
padding-bottom: 99999px;
width: 4px;
background-color: white;
position: relative;
float: right;
margin-right: 12px;
}
.nb-item .nb-content {
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
box-shadow: 0 1px 1px 0 #e0e0e0;
margin-right: 15px;
border-radius: 2px;
border-top: 1px solid #e5e9ec;
position: relative;
float: left;
width: 100%;
min-height: 30px;
box-sizing: border-box;
padding: 0 20px;
}
.nb-item .nb-content .content {
padding: 15px 10px 15px 10px;
margin: 0 -15px;
border-bottom: 0;
text-align: justify;
}
.nb-item .nb-content .subjectError {
background-color: #a94442;
}
.nb-item .nb-content .subjectWarning {
background-color: #e39f0b;
}
.nb-item .nb-content .subjectSuccess {
background-color: #74a942;
}
.nb-item .nb-content .subjectInfo {
background-color: #24a9ca;
}
.nb-item .nb-content .subjectPriority {
background-color: #652d8e;
}
.nb-item .nb-content .subjectError,
.nb-item .nb-content .subjectWarning,
.nb-item .nb-content .subjectSuccess,
.nb-item .nb-content .subjectInfo,
.nb-item .nb-content .subjectPriority {
min-height: 36px;
padding: 10px;
margin: 0 -15px;
overflow: auto;
}
.nb-item .nb-content .subjectError h4,
.nb-item .nb-content .subjectWarning h4,
.nb-item .nb-content .subjectSuccess h4,
.nb-item .nb-content .subjectInfo h4,
.nb-item .nb-content .subjectPriority h4 {
margin: 0;
color: #445261;
font-weight: 400;
}
.nb-item:first-child .nb-line {
margin-top: 20px;
}
.nb-item:first-child .nb-circle {
margin-top: 0;
}
.nb-item.highlighted .subjectError h4,
.nb-item.highlighted .subjectWarning h4,
.nb-item.highlighted .subjectSuccess h4,
.nb-item.highlighted .subjectInfo h4,
.nb-item.highlighted .subjectPriority h4 {
color: white;
}
.subjectError .left,
.subjectWarning .left,
.subjectSuccess .left,
.subjectInfo .left,
.subjectPriority .left {
float: left;
}
.subjectError .right,
.subjectWarning .right,
.subjectSuccess .right,
.subjectInfo .right,
.subjectPriority .right {
float: left;
}
.displayNone {
display: none;
}
.redirectionLink {
font-weight: 600;
}
.redirectionLink:hover {
color: #337ab7;
text-decoration: underline;
}
.redirectionLink:after {
color: #5c6a79;
text-decoration: none;
}
@media only screen and (min-width: 1100px) and (max-width: 1365px) {
.rendszerContainer > div:nth-child(2n + 3) {
clear: left;
}
}
@media only screen and (min-width: 1366px) {
.rendszerContainer > div:nth-child(3n + 4) {
clear: left;
}
}
.textAlignCenter {
text-align: center;
}
.textAlignRight {
text-align: right;
}
.contentHeader {
font-weight: 600;
padding-bottom: 6px;
padding-top: 6px;
}
.contentContent {
padding-top: 3px;
padding-bottom: 6px;
text-align: justify;
}
.contentDescription {
padding-top: 6px;
padding-bottom: 6px;
text-align: justify;
font-style: italic;
}
.ulDecimalStyle {
list-style-type: decimal;
margin-left: 2em;
margin-right: 1em;
padding-left: 6px;
}
.tableLink {
color: #445261;
font-weight: 600;
cursor: pointer;
}
.rendszerContainer .dashboard-card-header:first-child {
min-width: 77px;
}

View file

@ -0,0 +1,20 @@
.sideSearchPanel {
float: left;
font-size: 12px;
overflow: auto;
/*height:800px;*/
}
.sideSearchPanel input.k-textbox {
height: 20px;
}
.sideSearchPanel .k-input {
height: 20px;
}
.sideSearchPanel label {
float: none;
padding: 0;
margin: 0;
}

View file

@ -0,0 +1,100 @@
.winter-is-coming,
.snow {
z-index: 100;
pointer-events: none;
}
.winter-is-coming {
overflow: hidden;
position: absolute;
top: 0;
height: 100%;
width: 100%;
max-width: 100%;
background: transparent;
}
.snow {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation: falling linear infinite both;
animation: falling linear infinite both;
-webkit-transform: translate3D(0, -100%, 0);
transform: translate3D(0, -100%, 0);
}
.snow--near {
-webkit-animation-duration: 10s;
animation-duration: 10s;
background-image: url('../Content/content/images/snow/snowlarge.png');
background-size: contain;
}
.snow--near + .snow--alt {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.snow--mid {
-webkit-animation-duration: 20s;
animation-duration: 20s;
background-image: url('../Content/content/images/snow/snowmedium.png');
background-size: contain;
}
.snow--mid + .snow--alt {
-webkit-animation-delay: 10s;
animation-delay: 10s;
}
.snow--far {
-webkit-animation-duration: 30s;
animation-duration: 30s;
background-image: url('../Content/content/images/snow/snowsmall.png');
background-size: contain;
}
.snow--far + .snow--alt {
-webkit-animation-delay: 15s;
animation-delay: 15s;
}
@-webkit-keyframes falling {
0% {
-webkit-transform: translate3D(-7.5%, -100%, 0);
transform: translate3D(-7.5%, -100%, 0);
}
100% {
-webkit-transform: translate3D(7.5%, 100%, 0);
transform: translate3D(7.5%, 100%, 0);
}
}
@keyframes falling {
0% {
-webkit-transform: translate3D(-7.5%, -100%, 0);
transform: translate3D(-7.5%, -100%, 0);
}
100% {
-webkit-transform: translate3D(7.5%, 100%, 0);
transform: translate3D(7.5%, 100%, 0);
}
}
#login .login_main .login_container {
border-width: 3px !important;
border-color: #ffffff !important;
border-style: solid !important;
}
#login .login_header {
background-image: url('../Content/content/images/snow/20_40_snowtop.png') !important;
background-repeat: repeat-x !important;
}
#login .login_main .login_systemmessage_container {
border-color: #ffffff !important;
}
#login .login_systemmessage_header {
background-image: url('../Content/content/images/snow/20_40_snowtop.png') !important;
background-repeat: repeat-x !important;
padding-top: 10px !important;
}

138
KretaWeb/Content/stars.css Normal file
View file

@ -0,0 +1,138 @@
* {
margin: 0;
padding: 0;
}
header {
background-color: rgba(33, 33, 33, 0.9);
color: #ffffff;
display: block;
font: 14px/1.3 Arial, sans-serif;
height: 50px;
position: relative;
z-index: 5;
}
h2 {
margin-top: 30px;
text-align: center;
}
header h2 {
font-size: 22px;
margin: 0 auto;
padding: 10px 0;
width: 80%;
text-align: center;
}
header a,
a:visited {
text-decoration: none;
color: #fcfcfc;
}
@keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@-webkit-keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@-moz-keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@-ms-keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-webkit-keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-moz-keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-ms-keyframes move-clouds-back {
from {
background-position: 0;
}
to {
background-position: 10000px 0;
}
}
.stars,
.twinkling,
.clouds {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: block;
}
.stars {
background: #000 url(../Content/content/images/stars/stars.png) repeat top
center;
z-index: 0;
}
.twinkling {
background: transparent url(../Content/content/images/stars/twinkling.png)
repeat top center;
z-index: 1;
-moz-animation: move-twink-back 200s linear infinite;
-ms-animation: move-twink-back 200s linear infinite;
-o-animation: move-twink-back 200s linear infinite;
-webkit-animation: move-twink-back 200s linear infinite;
animation: move-twink-back 200s linear infinite;
}
.clouds {
background: transparent url(../Content/content/images/stars/clouds.png) repeat
top center;
z-index: 3;
-moz-animation: move-clouds-back 200s linear infinite;
-ms-animation: move-clouds-back 200s linear infinite;
-o-animation: move-clouds-back 200s linear infinite;
-webkit-animation: move-clouds-back 200s linear infinite;
animation: move-clouds-back 200s linear infinite;
}

View file

@ -0,0 +1,343 @@
:root {
--kreta-anchor-blue: #54a5d1;
--warning-highlight: orangered;
--focus-darkgrey: #1f1f1f;
}
.k-grid > table.TanuloErtekelesGrid td > div.gridNumericBox {
float: left !important;
}
.k-grid
> table.TanuloErtekelesGrid
td
> div.gridNumericBox
> span.k-numerictextbox {
margin-bottom: inherit !important;
}
.k-grid
> table.TanuloErtekelesGrid
th
> span.k-link
> div.gridNumericBox
> span.k-numerictextbox
> span.k-numeric-wrap,
.k-grid
> table.TanuloErtekelesGrid
td
> div.gridNumericBox
> span.k-numerictextbox
> span.k-numeric-wrap {
height: 28px;
}
.k-grid
> table.TanuloErtekelesGrid
td
> div.gridNumericBox
> span.k-numerictextbox
> span.k-numeric-wrap
> input:first-of-type {
height: 25px;
}
.k-grid
> table.TanuloErtekelesGrid
th
> span.k-link
> div.gridNumericBox
input.numericBoxHeightFix,
.k-grid
> table.TanuloErtekelesGrid
td
> div.gridNumericBox
> span.k-numerictextbox
> span.k-numeric-wrap
input.numericBoxHeightFix {
height: 1.8em;
}
.k-grid
> table.TanuloErtekelesGrid
th
> span.k-link
div.gridNumericBox
> span.k-numerictextbox
> span.k-numeric-wrap
> .k-select
> .k-link,
.k-grid
> table.TanuloErtekelesGrid
td
> div.gridNumericBox
> span.k-numerictextbox
> span.k-numeric-wrap
> .k-select
> .k-link {
height: 15px;
}
.k-grid > table.TanuloErtekelesGrid tbody tr td,
.k-content .k-grid tbody tr .gridcell {
height: 30px !important;
}
.k-grid > table.TanuloErtekelesGrid tr.k-master-row {
height: 30px;
}
.k-grid > table.TanuloErtekelesGrid .selectorwrapper {
margin: 0;
}
.k-grid > table.TanuloErtekelesGrid .selectorwrapper li {
line-height: 24px;
height: 24px;
margin: 2px 0 2px 2px;
padding: 0 8px;
}
.k-grid > table.TanuloErtekelesGrid th.honap {
width: 4%;
text-align: center;
min-width: 39px;
}
.k-grid > table.TanuloErtekelesGrid.justView th.honap {
width: 6%;
min-width: 39px;
}
.k-grid > table.TanuloErtekelesGrid td.honap {
padding-left: 2px !important;
padding-right: 1px !important;
min-width: 39px;
}
.k-grid > table.TanuloErtekelesGrid td.kozepre {
text-align: center;
}
.k-grid > table.TanuloErtekelesGrid td.honap span {
display: inline-block;
margin-top: 1px !important;
margin-bottom: 1px !important;
}
.k-grid > table.TanuloErtekelesGrid .atlag {
width: 3%;
text-align: center;
}
.k-grid > table.TanuloErtekelesGrid .atlag .spanAtlagFigyelmeztetes {
color: #be0b0b;
font-weight: bold;
}
.k-grid > table.TanuloErtekelesGrid > tbody > tr > td.k-hierarchy-cell,
.k-grid > table.TanuloErtekelesDetailGrid > tbody > tr > td.k-hierarchy-cell {
border-left: 1px solid #e0e0e0;
}
.k-grid > table.TanuloErtekelesGrid > tbody > tr > td,
.k-grid > table.TanuloErtekelesDetailGrid > tbody > tr > td {
border-right: 1px solid #e0e0e0;
}
.k-grid > table.TanuloErtekelesGrid > tbody > tr > td.rowFunction,
.k-grid > table.TanuloErtekelesDetailGrid > tbody > tr > td.rowFunction {
text-align: center;
}
.k-grid > table.TanuloErtekelesGrid > tbody > tr > td.rowFunction {
min-width: 40px !important;
width: 40px !important;
}
.k-grid > table.TanuloErtekelesGrid > tbody > tr > td.rowFunction > a > i {
margin-top: 3px;
margin-left: 7px;
}
.k-grid > table.TanuloErtekelesGrid > tbody > tr > td div.gridSelect {
display: table-cell;
vertical-align: middle;
}
.k-grid > table.TanuloErtekelesGrid td > div.gridTextarea > textarea,
.k-grid > table.TanuloErtekelesGrid td > div.gridTextbox > input.k-textbox {
width: 100% !important;
min-height: 26px !important;
margin-bottom: inherit !important;
}
.k-grid > table.TanuloErtekelesGrid td > div.gridTextbox > input.k-textbox {
height: inherit !important;
text-indent: inherit !important;
line-height: inherit !important;
}
.k-grid > table.TanuloErtekelesGrid td.k-detail-cell {
padding: 0 !important;
}
.k-grid > table.TanuloErtekelesGrid .k-grid-header th {
height: 26px;
}
.k-grid
> table.TanuloErtekelesDetailGrid
.k-grid-header
th.k-header.headerWidthFix
> span {
width: 175px;
}
.k-grid-header th.k-header.tanuloErtekelesSelectorGridColumnHeaderTh {
padding-bottom: 2px !important;
}
.k-grid-header
th.k-header.tanuloErtekelesSelectorGridColumnHeaderTh
.kretaSelectorButton {
background-color: #b0ebf2;
}
.k-grid
> .k-grid-toolbar
> .kendo-gridFunctionKommand
button.tanuloErtekelesFajta:before {
content: none;
}
.k-grid
> .k-grid-toolbar
> .kendo-gridFunctionKommand
button.tanuloErtekelesFajta {
background-color: #7c8a99;
}
.k-grid > .k-grid-toolbar > .kendo-gridFunctionKommand .clearFunctionCommand {
background-color: initial;
color: #5c6a79;
cursor: initial;
text-transform: initial;
font-weight: bold;
}
.k-grid
> .k-grid-toolbar
> .kendo-gridFunctionKommand
.clearFunctionCommand:before {
content: initial;
}
.k-grid > table.TanuloErtekelesWithSortoresGrid tbody tr td {
height: 40px !important;
}
.k-grid
> table.TanuloErtekelesWithSortoresGrid
tbody
tr
td.MagatartasSzorgalomSortores {
white-space: pre;
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.k-numerictextbox
span.k-link {
display: block;
height: 1em;
vertical-align: middle;
border-width: 0;
padding: 0;
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.mondatbank-fejlec
ul {
display: flex;
justify-content: center;
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.mondatbank-fejlec
> div.selectorwrapper
> ul
> li {
margin: 0 2px 0 2px;
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.mondatbank-fejlec
ul
> li:first-child:hover {
color: var(--kreta-anchor-blue);
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.mondatbank-fejlec
ul
> li:nth-child(2):hover {
color: var(--warning-highlight);
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.szazalek-torles
ul
> li {
margin-left: 8px;
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.szazalek-torles
ul
> li:hover {
color: var(--warning-highlight);
}
.k-grid > table.TanuloErtekelesGrid .k-kretaFormattedTextInput.focus,
.k-grid
> table.TanuloErtekelesGrid
.gridNumericBox
> span
> span.k-numeric-wrap.focus {
border-color: var(--focus-darkgrey);
}
.k-grid > table.TanuloErtekelesGrid .k-kretaFormattedTextInput.warning,
.k-grid
> table.TanuloErtekelesGrid
.gridNumericBox
> span
> span.k-numeric-wrap.warning {
border-color: var(--warning-highlight);
}
.k-grid
> table.TanuloErtekelesGrid
> .k-grid-header
.k-header
.k-kretaFormattedTextInput.highlight {
border-color: var(--kreta-anchor-blue);
}

View file

@ -0,0 +1,55 @@
.kendoNyomtatvanyokTabla a[href$='.pdf'] {
height: 36px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-size: 200% 100% !important;
background-position: right top !important;
background: #fff;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
font-family: 'Open Sans';
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #333;
background-color: #fff;
border-color: #ccc;
}
.kendoNyomtatvanyokTabla a[href*='.pdf']:before {
content: none !important;
font-family: 'FontAwesome';
margin-right: 10px;
font-weight: 400;
}
.kendoNyomtatvanyokTabla a[href*='.pdf']:hover {
text-decoration: none;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
background: #e6e6e6 !important;
color: #333;
background-color: #e6e6e6 !important;
border-color: #adadad;
}

View file

@ -0,0 +1,128 @@
h2 {
border-bottom: none;
}
.ugyfelszolgalat-comment-row {
padding-top: 20px;
}
.ugyfelszolgalat-comment-name {
font-size: 14px;
font-weight: bold;
display: inline;
}
.ugyfelszolgalat-comment-date {
font-size: 12px;
color: darkgray;
display: inline;
text-align: right;
}
.ugyfelszolgalat-comment-row-container {
border-bottom: 1px solid darkgray;
}
.ugyfelszolgalat-comment-row-ures {
text-align: center;
padding-top: 20px;
}
.ugyfelszolgalat-header-top {
padding-top: 10px;
font-size: 20px;
float: left;
}
.ugyfelszolgalat-header-taskname {
margin-bottom: 20px;
}
.ugyfelszolgalat-header-img {
padding-top: 10px;
padding-left: 7%;
}
.ugyfelszolgalat-commentlist-header {
font-size: 20px;
padding-top: 2%;
}
.ugyfelszolgalat-commentlist-container {
max-height: 550px;
}
.ugyfelszolgalat-gombok {
display: inline;
padding-left: 20px;
}
.ugyfelszolgalat-img {
text-align: left;
}
.ugyfelszolgalat-focim {
padding-top: 10px;
}
.ugyfelszolgalat-cim {
padding-bottom: 50px;
}
.ugyfelszolgalat-hibaoldal {
margin-top: 50px;
}
#UgyfelszolgalatGrid_FunctionCommandMenu_0 {
position: absolute;
top: -46px;
right: 0px;
}
#UgyfelszolgalatGrid_FunctionCommandMenu_0.k-menu
.k-animation-container
.k-menu-group {
width: 250px;
}
div#UgyfelszolgalatSearchComboboxLabelText {
min-height: 35px;
}
div#ugyfelszolgalatSearchParams.row {
padding-top: 10px;
}
#UgyfelszolgalatGrid_FunctionCommandMenu_0 .k-animation-container {
left: -140px !important;
}
#UgyfelSzolgalatWindow .modalContainer .modalContent > .k-content {
overflow-x: hidden;
}
.dbVisszaAllitasFigyelmeztetes {
font-weight: bold;
padding: 30px;
}
.ujUrlIgenylese-text {
font-weight: bold;
padding: 30px;
}
.ugyfelszolgalatLabel-text {
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}
.ujUrlIgenylese-url-div {
font-weight: bold;
display: inline-table;
}
.ujUrlIgenylese-url-div:first-child {
padding-left: 30px;
}
.validateErrorLabelColor {
color: red;
}
#CsatolmanyokInputContainer {
padding-left: 20px;
padding-right: 20px;
}

28019
KretaWeb/Content/wkretaMVC.css Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff