From 2b346ff893197c9345b518d74f8e7a28e8c863f5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 14 May 2014 13:44:29 +0000 Subject: [PATCH] Add style for datepicker This is to make the datepicker go above the slideshow --- styles.css | 6 +++++- templates/template.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index a48f018..87220c3 100755 --- a/styles.css +++ b/styles.css @@ -335,6 +335,10 @@ ul#mainnav li a:hover { #subnav ul li a#current { background: url(assets/current.png) 100% 50% no-repeat; } +/* datepicker */ +#ui-datepicker-div { + z-index: 999 !important; +} /* Slideshow */ #slideshow_wrapper { width: 990px; @@ -856,4 +860,4 @@ p.captionDescWrapper { } #copyright a { color: #FFF; -} \ No newline at end of file +} diff --git a/templates/template.html b/templates/template.html index 326de17..6fb1a41 100755 --- a/templates/template.html +++ b/templates/template.html @@ -9,7 +9,7 @@ {styles:h} - + {topScripts:h}