Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 2f6e844

Browse files
committed
Init release.
0 parents  commit 2f6e844

File tree

164 files changed

+43462
-0
lines changed

Some content is hidden

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

164 files changed

+43462
-0
lines changed

change_log.txt

Lines changed: 1571 additions & 0 deletions
Large diffs are not rendered by default.

common.php

Lines changed: 4566 additions & 0 deletions
Large diffs are not rendered by default.

css/admin.css

Lines changed: 2793 additions & 0 deletions
Large diffs are not rendered by default.

css/forms.css

Lines changed: 2438 additions & 0 deletions
Large diffs are not rendered by default.

css/jquery-ui-1.7.2.custom.css

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

css/preview.css

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
/*
2+
----------------------------------------------------------------
3+
4+
preview.css
5+
Gravity Forms Form Preview Styles
6+
http://www.gravityforms.com
7+
updated: January 23, 2012 12:55 PM
8+
9+
Gravity Forms is a Rocketgenius project
10+
copyright 2012 Rocketgenius Inc.
11+
http: //www.rocketgenius.com
12+
this may not be re-distrubited without the
13+
express written permission of the author.
14+
15+
NOTE: DO NOT EDIT THIS FILE!
16+
THIS FILE IS REPLACED DURING AUTO UPGRADE
17+
AND ANY CHANGES MADE HERE WILL BE OVERWRITTTEN.
18+
19+
----------------------------------------------------------------
20+
*/
21+
22+
body {
23+
font-family: Helvetica,Arial,sans-serif;
24+
padding: 0 0 20px 0
25+
}
26+
div#preview_hdr {
27+
margin: 0;
28+
color: #18749D;
29+
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
30+
padding: 12px 20px 12px 0;
31+
font-size: 16px;
32+
border-bottom: 2px solid #C5D7F1;
33+
background-color: #DFEFFF;
34+
display:block !important
35+
}
36+
div#preview_hdr div:first-child {
37+
background: url(../../../../wp-admin/images/wp-logo.png);
38+
background-position: 16px center;
39+
background-repeat: no-repeat;
40+
padding-left: 36px
41+
}
42+
div#preview_hdr span.actionlinks {
43+
width: 200px;
44+
display: block;
45+
float: right;
46+
text-align: right;
47+
margin-top: 5px;
48+
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
49+
font-size: 12px;
50+
color: #CCC
51+
}
52+
div#preview_hdr a {
53+
color: #21759B;
54+
text-decoration: none;
55+
display: inline;
56+
font-weight: normal;
57+
letter-spacing: normal
58+
}
59+
div#preview_hdr a:hover {
60+
color: #21759B;
61+
text-decoration: underline
62+
}
63+
div#preview_note {
64+
background-color: #FFFBCC;
65+
color: #424242;
66+
border-bottom: 1px solid #E6DB55;
67+
border-top: 1px solid #FFF;
68+
margin: 0 0 16px 0;
69+
padding: 8px 18px;
70+
font-size: 12px;
71+
font-family: "lucida sans", "lucida grande", lucida , sans-serif
72+
}
73+
div#preview_form_container {
74+
padding: 0 20px 40px 20px;
75+
}
76+
.gform_wrapper {
77+
font-size: 13px;
78+
color: #111;
79+
overflow: visible;
80+
max-width: 640px
81+
}
82+
#gforms_confirmation_message {
83+
font-size: 1.4em !important
84+
}

0 commit comments

Comments
 (0)