Skip to content

Commit 0803cc0

Browse files
committed
1.1.0
1 parent c10dbad commit 0803cc0

Some content is hidden

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

73 files changed

+3268
-696
lines changed

about/screenshot.gif

-8.97 KB
Loading

about/theme.php

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
<?php
22

3+
/**
4+
* Form Tools Theme File
5+
* ---------------------
6+
*
7+
* $theme_name - the name of the theme
8+
* $theme_author - the theme author
9+
* $theme_author_email - the theme author's email
10+
* $theme_link - any link you wish others to view (may be personal site, or theme info)
11+
* $theme_description - a short description of the theme
12+
*/
13+
314
$theme_name = "Oh Canada";
415
$theme_author = "Encore Web Studios";
516
$theme_author_email = "formtools@encorewebstudios.com";
6-
$theme_link = "http://themes.formtools.org";
7-
$theme_description = "My one and only attempt at patriotism. A red and white theme with a side helping of maple syrup and moose.";
8-
$theme_version = "1.0.1";
9-
$supports_ft_versions = "2.0.4";
17+
$theme_link = "http://themes.formtools.org/ohcanada/";
18+
$theme_description = "A red and white theme with a side-helping of maple syrup and moose.";
19+
$theme_version = "1.1.0";

about/thumbnail.gif

618 Bytes
Loading

css/emails.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.template { font-size: 11px; color: #666666; font-family: "Courier New"; }
2+
#list_current_page { border: 1px solid #336699; background-color: #E5F3FE; font-weight: bold; padding: 2px; }
3+
4+
.subpanel {
5+
background-color: #e9e9e9;
6+
padding:3px;
7+
border-right: 1px solid #ffffff;
8+
border-bottom: 1px solid #ffffff;
9+
border-top: 1px solid #e1e1e1;
10+
border-left: 1px solid #e1e1e1;
11+
}
12+
table.subpanel td {
13+
background-color: #e9e9e9;
14+
}
15+
#email_recipients {
16+
border: 1p solid #336699;
17+
background-color: #F2F8FF;
18+
line-height: 20px;
19+
margin-top: 4px;
20+
}
21+
#email_recipients a:visited, #email_recipients a:link { color: red; text-decoration: none }
22+
#email_recipients a:hover { text-decoration: underline; }

css/fields.css

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
.scroll-pane { overflow: auto; width: 423px; float:left; }
2+
.scroll-content { width: 900px; float: left; }
3+
4+
/* * html .scroll-content-item { display: inline; } IE6 float double margin bug */
5+
6+
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; border-top: 0px; }
7+
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto; }
8+
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
9+
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; margin-top: 5px;}
10+
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
11+
12+
.scroll-pane {
13+
min-height: 21px;
14+
}
15+
16+
body .scroll-bar-wrap .ui-slider {
17+
height: 1.7em;
18+
}
19+
body .scroll-bar-wrap .ui-slider-handle {
20+
height: 1.3em;
21+
}
22+
.sub_col1 {
23+
width: 170px;
24+
}
25+
.rows .sub_col1 {
26+
width: 170px;
27+
padding-left: 1px;
28+
}
29+
.rows .sub_col1 input {
30+
width: 164px;
31+
}
32+
.sub_col2 {
33+
width: 190px;
34+
}
35+
.sub_col2 select {
36+
width: 188px;
37+
}
38+
.sub_col3 {
39+
width: 57px;
40+
text-align: center;
41+
}
42+
.sub_col4 {
43+
width: 182px;
44+
}
45+
.sub_col4 select {
46+
width: 180px;
47+
}
48+
.sub_col5 {
49+
width: 100px;
50+
}
51+
.sub_col5 select {
52+
width: 98px;
53+
}
54+
.sub_col6 {
55+
width: 192px;
56+
}
57+
.rows .sub_col6 input {
58+
width: 184px;
59+
}
60+
body .edit_fields {
61+
background: transparent url(../images/fields_table_bg.png) repeat-y;
62+
}
63+
body .edit_fields .col3 {
64+
width: 424px;
65+
}
66+
body .edit_fields .header_row .col3 {
67+
background: none;
68+
border-right: 0px;
69+
}
70+
.edit_fields .rows .col3 {
71+
overflow: hidden;
72+
}
73+
.edit_fields .header_row li.splitter, li.splitter,
74+
body .sortable div.row_content .system_field li.splitter,
75+
body .sortable div.row_content li.splitter
76+
{
77+
width: 1px;
78+
background-color: #999999;
79+
background-image: none;
80+
border-bottom: 0px;
81+
}
82+
body .sortable div.row_content .system_field li.splitter {
83+
background-color: transparent;
84+
}
85+
.sortable li.subcol_header {
86+
width: 419px;
87+
overflow: hidden;
88+
}
89+
body .sortable div.row_content .system_field li.col0 {
90+
background-color: transparent;
91+
border-bottom: 0px;
92+
}
93+
.sortable .rows div.row_content li.col0 {
94+
background-color: transparent;
95+
border-bottom: 0px;
96+
}
97+
.sortable .rows .scroll-content {
98+
width: 900px;
99+
}
100+
.sortable ul.rows li .scroll-content li {
101+
margin-right: 0px;
102+
padding-right: 1px;
103+
}
104+
body .edit_fields .rows .col3 {
105+
width: 419px;
106+
}
107+
body .sortable .rows .colN {
108+
margin-right: 0px;
109+
}
110+
body .scroll-bar-wrap .ui-slide {
111+
height: 1.5em;
112+
}
113+
.scroll-bar-wrap .ui-slider-handle .ui-icon {
114+
margin: -9px auto 0px;
115+
}
116+
body .scroll-bar-wrap .ui-slider {
117+
height: 1.6em;
118+
}
119+
body .scroll-bar-wrap .ui-slider-handle {
120+
height: 1.3em;
121+
}
122+
123+
124+
/* the Edit Form -> Fields tab */
125+
.edit_fields .col2 {
126+
width: 182px;
127+
}
128+
.edit_fields .col2 input {
129+
width: 176px;
130+
}
131+
.edit_fields .col4 {
132+
width: 178px;
133+
}
134+
.edit_fields .col4 select {
135+
width: 175px;
136+
}
137+
.edit_fields .col5 {
138+
width: 50px;
139+
text-align: center;
140+
}
141+
.edit_fields .colN {
142+
width: 18px;
143+
}
144+
145+
146+
/* for the edit field dialog window */
147+
#edit_field__display_text, #edit_field__field_name, #edit_field__db_column {
148+
width: 300px;
149+
}
150+
#edit_field_template .prev_field {
151+
float: left;
152+
margin-left: 4px;
153+
}
154+
#edit_field_template .next_field {
155+
float: right;
156+
margin-right: 4px;
157+
}
158+
#edit_field_template .field_nav {
159+
cursor: pointer;
160+
margin-top: 4px;
161+
color: green;
162+
}
163+
#edit_field_template a.disabled {
164+
color: #cccccc;
165+
}
166+
167+
/* ... this needs to be used in a lot of places ... */
168+
.inner_tab_content tr {
169+
height: 23px;
170+
}
171+
#edit_field_template .inner_tabset {
172+
min-height: 210px;
173+
}
174+
#edit_field__field_settings_loading {
175+
font-style: italic;
176+
}
177+
#edit_field__field_settings table td {
178+
vertical-align: top;
179+
}
180+
181+
#edit_field .check_area:hover {
182+
background-color: #f2f2f2 !important;
183+
}

css/forms.css

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
.incomplete {
2+
width: 200px;
3+
padding: 5px;
4+
border: 1px solid #999999;
5+
background-color: #ffffcc;
6+
text-align: center;
7+
-webkit-border-radius: 6px;
8+
-moz-border-radius: 6px;
9+
border-radius: 6px;
10+
}
11+
12+
/* the add form step 2 page has a slightly wider space available */
13+
#add_form .multi_page_form_list {
14+
width: 529px;
15+
}
16+
#add_form .multi_page_form_list .col2 {
17+
width: 355px;
18+
}
19+
#add_form .multi_page_form_list .col2 input{
20+
width: 349px;
21+
}
22+
#add_form .multi_page_form_list .col3 {
23+
width: 100px;
24+
}
25+
#add_form .multi_page_form_list .col3 input {
26+
width: 98px;
27+
}
28+
29+
/* the add form step 4 sortable list */
30+
.add_form_step4 .col1 {
31+
color: #666666;
32+
}
33+
.add_form_step4 .col2 {
34+
width: 193px;
35+
}
36+
.add_form_step4 .rows .col2 {
37+
padding-left: 3px;
38+
width: 190px;
39+
}
40+
.add_form_step4 .col3 {
41+
width: 202px;
42+
}
43+
.add_form_step4 .rows .col3 input {
44+
width: 195px;
45+
}
46+
.add_form_step4 .col4 {
47+
width: 266px;
48+
}
49+
.add_form_step4 .rows .col4 {
50+
padding-left: 3px;
51+
width: 263px;
52+
}
53+
.add_form_step4 .col5 {
54+
width: 18px;
55+
}
56+
57+
/* add external form step 5 */
58+
.review_field_options .col2 {
59+
width: 261px;
60+
}
61+
.review_field_options .col2 input {
62+
width: 255px;
63+
}
64+
.review_field_options .col3 {
65+
width: 261px;
66+
}
67+
.review_field_options .col3 input {
68+
width: 255px;
69+
}
70+
71+
72+
.multi_page_form_list {
73+
width: 491px;
74+
}
75+
.multi_page_form_list .col2 {
76+
width: 317px;
77+
}
78+
.multi_page_form_list .col2 input{
79+
width: 311px;
80+
}
81+
.multi_page_form_list .col3 {
82+
width: 100px;
83+
}
84+
.multi_page_form_list .col3 input {
85+
width: 98px;
86+
}
87+
88+
.new_submission_default_vals {
89+
width: 194px;
90+
}
91+
.new_submission_default_val_fields {
92+
width: 272px;
93+
}
94+
95+
.placeholders_section {
96+
padding: 6px;
97+
border-radius: 4px;
98+
-moz-border-radius: 4px;
99+
-webkit-border-radius: 4px;
100+
background-color: #efefef;
101+
float: right;
102+
margin-left: 6px;
103+
}
104+
.placeholders_section:hover {
105+
background-color: #dddddd;
106+
cursor: pointer;
107+
}
108+
.placeholders_section img {
109+
float: right;
110+
}
111+
.placeholders_link {
112+
margin: 0px 8px 0px 2px;
113+
}
114+
#placeholders_dialog_content {
115+
text-align: left;
116+
height: 500px;
117+
}
118+
.placeholder_field_overlay {
119+
width: 16px;
120+
height: 16px;
121+
position: absolute;
122+
cursor: pointer;
123+
z-index: 2;
124+
margin: 2px;
125+
padding-left: 5px;
126+
}

0 commit comments

Comments
 (0)