Skip to content

Commit

Permalink
Update to 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 10, 2014
1 parent ecef10d commit b709883
Show file tree
Hide file tree
Showing 134 changed files with 37,676 additions and 19,538 deletions.
4,305 changes: 2,410 additions & 1,895 deletions change_log.txt

Large diffs are not rendered by default.

981 changes: 711 additions & 270 deletions common.php

Large diffs are not rendered by default.

8,248 changes: 4,322 additions & 3,926 deletions css/admin.css

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion css/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM
updated: October 15, 2013 11:05 AM
Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Expand Down Expand Up @@ -57,6 +57,7 @@ to no.
text-shadow: 1px -1px 0px #000;
filter: dropshadow(color=#000, offx=1, offy=-1);
line-height: 30px;
min-height: 30px !important;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #666;
Expand All @@ -66,6 +67,10 @@ to no.
text-align: center;
}

.ui-datepicker-title select {
margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
display: inline-block;
Expand Down Expand Up @@ -197,4 +202,12 @@ to no.

td.ui-datepicker-unselectable.ui-state-disabled {
background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
z-index: 9999 !important;
}
Loading

0 comments on commit b709883

Please sign in to comment.