update to jquery 3.2.0
This commit is contained in:
@@ -1,18 +1,10 @@
|
|||||||
html, body {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'FontAwesome';
|
|
||||||
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
|
|
||||||
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
body{
|
body{
|
||||||
display: grid;
|
display: grid;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
@@ -22,16 +14,18 @@ body{
|
|||||||
"search" auto
|
"search" auto
|
||||||
"result" 1fr
|
"result" 1fr
|
||||||
/ 1fr;
|
/ 1fr;
|
||||||
|
|
||||||
/*
|
|
||||||
align-content: space-evenly;
|
|
||||||
justify-content: center;
|
|
||||||
grid-auto-columns: 25%;
|
|
||||||
grid-gap: 1em .5em;
|
|
||||||
grid-auto-flow: column;
|
|
||||||
/**/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
|
||||||
|
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#top-menu-bar {
|
#top-menu-bar {
|
||||||
grid-area: head;
|
grid-area: head;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
@@ -67,22 +61,13 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input_date {
|
.input_date {
|
||||||
width: 10ex;
|
max-width: 10em;
|
||||||
}
|
|
||||||
|
|
||||||
#filter-bar {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#add-filter {
|
#add-filter {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.template-filter-values {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#button-bar {
|
#button-bar {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
|
<script type="text/javascript" src="js/jquery-3.2.0.min.js"></script>
|
||||||
<script type="text/javascript" src="js/search.js"></script>
|
<script type="text/javascript" src="js/search.js"></script>
|
||||||
<script type="text/javascript" src="js/autocomplete.js"></script>
|
<script type="text/javascript" src="js/autocomplete.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="css/typography.css">
|
<link rel="stylesheet" type="text/css" href="css/typography.css">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
4
pdb-ui/src/main/resources/resources/js/jquery-3.2.0.min.js
vendored
Normal file
4
pdb-ui/src/main/resources/resources/js/jquery-3.2.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user