Skip to content

Commit b709883

Browse files
committed
Update to 1.8.
1 parent ecef10d commit b709883

File tree

134 files changed

+37676
-19538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+37676
-19538
lines changed

change_log.txt

Lines changed: 2410 additions & 1895 deletions
Large diffs are not rendered by default.

common.php

Lines changed: 711 additions & 270 deletions
Large diffs are not rendered by default.

css/admin.css

Lines changed: 4322 additions & 3926 deletions
Large diffs are not rendered by default.

css/datepicker.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Gravity Forms Date Picker Styles
55
http: //www.gravityforms.com
6-
updated: March 18, 2013 4:24 PM
6+
updated: October 15, 2013 11:05 AM
77
88
Customized styles for the jQuery UI Datepicker 1.9.2
99
copyright 2012 jQuery Foundation and other contributors
@@ -57,6 +57,7 @@ to no.
5757
text-shadow: 1px -1px 0px #000;
5858
filter: dropshadow(color=#000, offx=1, offy=-1);
5959
line-height: 30px;
60+
min-height: 30px !important;
6061
border-width: 1px 0 0 0;
6162
border-style: solid;
6263
border-color: #666;
@@ -66,6 +67,10 @@ to no.
6667
text-align: center;
6768
}
6869

70+
.ui-datepicker-title select {
71+
margin-top: 2.5%;
72+
}
73+
6974
.ui-datepicker-prev,
7075
.ui-datepicker-next {
7176
display: inline-block;
@@ -197,4 +202,12 @@ to no.
197202

198203
td.ui-datepicker-unselectable.ui-state-disabled {
199204
background-color: #d7d7d7;
205+
}
206+
207+
table.ui-datepicker-calendar {
208+
margin: 0 0 0 0 !important;
209+
}
210+
211+
body div#ui-datepicker-div[style] {
212+
z-index: 9999 !important;
200213
}

0 commit comments

Comments
 (0)