Updated FontAwesome. Styled some shit

pull/3/head
assar 7 years ago
parent 11746d419c
commit d5b2b8708b

@ -229,7 +229,7 @@ $(document).ready(function() {
newResults += '<div class="results-notes">';
if (data[i].notes != null && data[i].notes.length > 0)
newResults += '<div class="tooltip"><i class="fa fa-sicky-note"></i><span class="tooltiptext">' + data[i].notes + '</span></div>';
newResults += '<div class="tooltip"><i class="fa fa-sticky-note"></i><span class="tooltiptext">' + data[i].notes + '</span></div>';
//newResults += data[i].notes;
newResults += '</div>';

@ -16,6 +16,12 @@ h1 {
background-color: #013A3A;
}
h2 {
background-color: #013A3A;
padding: 12pt 0 12pt 0;
margin-top: 0;
}
h3 {
color: #5E9292;
text-align: center;
@ -160,7 +166,6 @@ div label input {
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {

@ -9,7 +9,7 @@
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
<script src="https://use.fontawesome.com/5c9d51f09a.js"></script>
<script src="https://use.fontawesome.com/2fef7be393.js"></script>
<script type="text/javascript" src="{{ url_for('static', filename='script.js') }}"></script>
</head>
<body>

Loading…
Cancel
Save