diff --git a/financeplanner/static/financeplanner/style.css b/financeplanner/static/financeplanner/style.css index ff4f4e2..3150e56 100644 --- a/financeplanner/static/financeplanner/style.css +++ b/financeplanner/static/financeplanner/style.css @@ -148,6 +148,13 @@ tr:hover { color: #CC6622; } +#date-panel { + width: 80%; + opacity: 50%; + font-size: 1.5em; + text-align: center; +} + #graph { flex: 0 0 300px; width: 100%; @@ -216,29 +223,3 @@ tr:hover { box-shadow: #FFFCF9 0 0 12px; opacity: 100%; } - -.tooltip { - position: relative; - display: inline-block; -} - -.tooltip .tooltiptext { - visibility: hidden; - opacity: 90%; - width: 150px; - min-height: 50px; - background-color: #131211; - padding: 6px; - border-radius: 4px; - position: absolute; - bottom: 100%; - margin-bottom: 3px; - left: 50%; - margin-left: -75px; - z-index: 1; -} - -.tooltip:hover .tooltiptext { - visibility: visible; -} - diff --git a/financeplanner/templates/financeplanner/index.html b/financeplanner/templates/financeplanner/index.html index 8d04fb6..0770d37 100644 --- a/financeplanner/templates/financeplanner/index.html +++ b/financeplanner/templates/financeplanner/index.html @@ -19,17 +19,19 @@