Átállás

JUSTWEB létrehozása
This commit is contained in:
2017-08-24 10:42:06 +02:00
parent 159a71d3d0
commit e986f8cc23
120 changed files with 241221 additions and 239306 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+103 -46
View File
@@ -1,14 +1,73 @@
/*!
/*!
* DevExtreme
* Version: 16.1.5
* Build date: Jul 25, 2016
* Version: 17.1.5
* Build date: Aug 1, 2017
*
* Copyright (c) 2012 - 2016 Developer Express Inc. ALL RIGHTS RESERVED
* EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
* Copyright (c) 2012 - 2017 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
font-size: 100%;
margin: 0;
padding: 0;
@@ -16,75 +75,74 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
outline: 0;
background: transparent;
}
html, body
{
html,
body {
width: 100%;
height: 100%;
}
body
{
body {
background: #fff;
}
.dx-viewport
{
.dx-viewport {
width: 100%;
height: 100%;
}
blockquote, q
{
blockquote,
q {
quotes: none;
}
a
{
a {
color: #818181;
}
:focus
{
:focus {
outline: 0;
}
ins
{
ins {
text-decoration: none;
}
del
{
del {
text-decoration: line-through;
}
table
{
table {
border-collapse: collapse;
border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
.dx-full-height
{
.dx-full-height {
height: 100%;
}
.dx-transition
{
.dx-transition {
position: relative;
}
.dx-transition-absolute .dx-transition-inner-wrapper
{
.dx-transition-absolute .dx-transition-inner-wrapper {
position: absolute;
height: 100%;
width: 100%;
}
.dx-hidden
{
.dx-hidden {
display: none !important;
}
.dx-fast-hidden, .dx-inactive-view
{
.dx-fast-hidden,
.dx-inactive-view {
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
top: -99999px !important;
left: -99999px !important;
}
.dx-skip-animation, .dx-fast-hidden, .dx-inactive-view
{
.dx-skip-animation,
.dx-fast-hidden,
.dx-inactive-view {
-moz-transition-property: none !important;
-o-transition-property: none !important;
-webkit-transition-property: none !important;
@@ -98,14 +156,13 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
-webkit-transition-duration: 0 !important;
transition-duration: 0 !important;
}
.dx-transition-absolute .dx-active-view
{
.dx-transition-absolute .dx-active-view {
left: 0;
height: 100%;
position: absolute;
}
.dx-layout.dx-animating.dx-leave, .dx-layout.dx-animating.dx-enter
{
.dx-layout.dx-animating.dx-leave,
.dx-layout.dx-animating.dx-enter {
position: absolute;
top: 0;
left: 0;
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long