Skip to content

Commit

Permalink
Init release.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 11, 2013
0 parents commit 2f6e844
Show file tree
Hide file tree
Showing 164 changed files with 43,462 additions and 0 deletions.
1,571 changes: 1,571 additions & 0 deletions change_log.txt

Large diffs are not rendered by default.

4,566 changes: 4,566 additions & 0 deletions common.php

Large diffs are not rendered by default.

2,793 changes: 2,793 additions & 0 deletions css/admin.css

Large diffs are not rendered by default.

2,438 changes: 2,438 additions & 0 deletions css/forms.css

Large diffs are not rendered by default.

412 changes: 412 additions & 0 deletions css/jquery-ui-1.7.2.custom.css

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions css/preview.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
/*
----------------------------------------------------------------
preview.css
Gravity Forms Form Preview Styles
http://www.gravityforms.com
updated: January 23, 2012 12:55 PM
Gravity Forms is a Rocketgenius project
copyright 2012 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be re-distrubited without the
express written permission of the author.
NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTTEN.
----------------------------------------------------------------
*/

body {
font-family: Helvetica,Arial,sans-serif;
padding: 0 0 20px 0
}
div#preview_hdr {
margin: 0;
color: #18749D;
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
padding: 12px 20px 12px 0;
font-size: 16px;
border-bottom: 2px solid #C5D7F1;
background-color: #DFEFFF;
display:block !important
}
div#preview_hdr div:first-child {
background: url(../../../../wp-admin/images/wp-logo.png);
background-position: 16px center;
background-repeat: no-repeat;
padding-left: 36px
}
div#preview_hdr span.actionlinks {
width: 200px;
display: block;
float: right;
text-align: right;
margin-top: 5px;
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
font-size: 12px;
color: #CCC
}
div#preview_hdr a {
color: #21759B;
text-decoration: none;
display: inline;
font-weight: normal;
letter-spacing: normal
}
div#preview_hdr a:hover {
color: #21759B;
text-decoration: underline
}
div#preview_note {
background-color: #FFFBCC;
color: #424242;
border-bottom: 1px solid #E6DB55;
border-top: 1px solid #FFF;
margin: 0 0 16px 0;
padding: 8px 18px;
font-size: 12px;
font-family: "lucida sans", "lucida grande", lucida , sans-serif
}
div#preview_form_container {
padding: 0 20px 40px 20px;
}
.gform_wrapper {
font-size: 13px;
color: #111;
overflow: visible;
max-width: 640px
}
#gforms_confirmation_message {
font-size: 1.4em !important
}
Loading

0 comments on commit 2f6e844

Please sign in to comment.