Add style for datepicker
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 14 May 2014 13:44:29 +0000 (13:44 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 14 May 2014 13:44:29 +0000 (13:44 +0000)
This is to make the datepicker go above the slideshow

styles.css
templates/template.html

index a48f018..87220c3 100755 (executable)
@@ -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
+}
index 326de17..6fb1a41 100755 (executable)
@@ -9,7 +9,7 @@
 <![endif]-->
 {styles:h}
 <link rel="shortcut icon" href="/favicon.ico?v=1.1">
-<link rel="stylesheet" href="{mediaBaseURL:h}styles.css?v=2"/>
+<link rel="stylesheet" href="{mediaBaseURL:h}styles.css?v=3"/>
 <!--<link rel="stylesheet" href="fancybox/jquery.fancybox.css"/>-->
 {topScripts:h}
 <script type="text/javascript">