From d5b2b8708b523d6dc578e94800835dff63848a20 Mon Sep 17 00:00:00 2001 From: assar Date: Wed, 7 Jun 2017 18:19:17 +0200 Subject: [PATCH] Updated FontAwesome. Styled some shit --- static/script.js | 2 +- static/style.css | 7 ++++++- templates/partsearch.html | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/static/script.js b/static/script.js index 45fed1d..d72184c 100644 --- a/static/script.js +++ b/static/script.js @@ -229,7 +229,7 @@ $(document).ready(function() { newResults += '
'; if (data[i].notes != null && data[i].notes.length > 0) - newResults += '
' + data[i].notes + '
'; + newResults += '
' + data[i].notes + '
'; //newResults += data[i].notes; newResults += '
'; diff --git a/static/style.css b/static/style.css index ab9b799..d073094 100644 --- a/static/style.css +++ b/static/style.css @@ -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 { diff --git a/templates/partsearch.html b/templates/partsearch.html index 89949ed..93965c6 100644 --- a/templates/partsearch.html +++ b/templates/partsearch.html @@ -9,7 +9,7 @@ crossorigin="anonymous"> - +