-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
698 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.DS_Store | ||
cache/ | ||
!cache/emptyfile.txt | ||
.idea |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
$theme_author_email = "[email protected]"; | ||
$theme_link = "https://themes.formtools.org"; | ||
$theme_description = "A red and white theme with a side-helping of maple syrup and moose."; | ||
$theme_version = "2.0.2"; | ||
$theme_version = "2.0.3"; | ||
|
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.template { | ||
font-size: 11px; | ||
color: #666666; | ||
font-family: 'Courier New'; | ||
} | ||
|
||
#list_current_page { | ||
border: 1px solid #336699; | ||
background-color: #e5f3fe; | ||
font-weight: bold; | ||
padding: 2px; | ||
} | ||
|
||
.subpanel { | ||
background-color: #e9e9e9; | ||
padding: 3px; | ||
border-right: 1px solid #ffffff; | ||
border-bottom: 1px solid #ffffff; | ||
border-top: 1px solid #e1e1e1; | ||
border-left: 1px solid #e1e1e1; | ||
} | ||
|
||
table.subpanel td { | ||
background-color: #e9e9e9; | ||
} | ||
|
||
#email_recipients { | ||
border: 1px solid #336699; | ||
background-color: #f2f8ff; | ||
line-height: 20px; | ||
margin-top: 4px; | ||
} | ||
|
||
#email_recipients a:visited, | ||
#email_recipients a:link { | ||
color: red; | ||
text-decoration: none; | ||
} | ||
|
||
#email_recipients a:hover { | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,183 +1,243 @@ | ||
.scroll-pane { overflow: auto; width: 423px; float:left; } | ||
.scroll-content { width: 900px; float: left; } | ||
.scroll-pane { | ||
overflow: auto; | ||
width: 423px; | ||
float: left; | ||
min-height: 21px; | ||
} | ||
|
||
/* * html .scroll-content-item { display: inline; } IE6 float double margin bug */ | ||
.scroll-content { | ||
width: 900px; | ||
float: left; | ||
} | ||
|
||
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; border-top: 0px; } | ||
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto; } | ||
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; } | ||
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; margin-top: 5px;} | ||
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; } | ||
.scroll-bar-wrap { | ||
clear: left; | ||
padding: 0 4px 0 2px; | ||
margin: 0 -1px -1px; | ||
border-top: 0; | ||
} | ||
|
||
.scroll-pane { | ||
min-height: 21px; | ||
.scroll-bar-wrap .ui-slider { | ||
background: none; | ||
border: 0; | ||
height: 2em; | ||
margin: 0 auto; | ||
} | ||
|
||
.scroll-bar-wrap .ui-handle-helper-parent { | ||
position: relative; | ||
width: 100%; | ||
height: 100%; | ||
margin: 0 auto; | ||
} | ||
|
||
.scroll-bar-wrap .ui-slider-handle { | ||
top: .2em; | ||
height: 1.5em; | ||
margin-top: 5px; | ||
} | ||
|
||
.scroll-bar-wrap .ui-slider-handle .ui-icon { | ||
margin: -9px auto 0; | ||
position: relative; | ||
top: 50%; | ||
} | ||
|
||
body .scroll-bar-wrap .ui-slider { | ||
height: 1.7em; | ||
height: 1.6em; | ||
} | ||
|
||
body .scroll-bar-wrap .ui-slider-handle { | ||
height: 1.3em; | ||
} | ||
|
||
.sub_col1 { | ||
width: 170px; | ||
} | ||
|
||
.rows .sub_col1 { | ||
width: 170px; | ||
padding-left: 1px; | ||
} | ||
|
||
.rows .sub_col1 input { | ||
width: 164px; | ||
} | ||
|
||
.sub_col2 { | ||
width: 190px; | ||
} | ||
|
||
.sub_col2 select { | ||
width: 188px; | ||
} | ||
|
||
.sub_col3 { | ||
width: 57px; | ||
text-align: center; | ||
} | ||
|
||
.sub_col4 { | ||
width: 182px; | ||
} | ||
|
||
.sub_col4 select { | ||
width: 180px; | ||
} | ||
|
||
.sub_col5 { | ||
width: 100px; | ||
} | ||
|
||
.sub_col5 select { | ||
width: 98px; | ||
} | ||
|
||
.sub_col6 { | ||
width: 192px; | ||
} | ||
|
||
.rows .sub_col6 input { | ||
width: 184px; | ||
} | ||
|
||
body .edit_fields { | ||
background: transparent url(../images/fields_table_bg.png) repeat-y; | ||
background: transparent url('../images/fields_table_bg.png') repeat-y; | ||
} | ||
|
||
body .edit_fields .col3 { | ||
width: 424px; | ||
} | ||
|
||
body .edit_fields .header_row .col3 { | ||
background: none; | ||
border-right: 0px; | ||
border-right: 0; | ||
} | ||
|
||
.edit_fields .rows .col3 { | ||
overflow: hidden; | ||
} | ||
.edit_fields .header_row li.splitter, li.splitter, | ||
|
||
.edit_fields .header_row li.splitter, | ||
li.splitter, | ||
body .sortable div.row_content .system_field li.splitter, | ||
body .sortable div.row_content li.splitter | ||
{ | ||
body .sortable div.row_content li.splitter { | ||
width: 1px; | ||
background-color: #999999; | ||
background-image: none; | ||
border-bottom: 0px; | ||
border-bottom: 0; | ||
} | ||
|
||
body .sortable div.row_content .system_field li.splitter { | ||
background-color: transparent; | ||
} | ||
|
||
.sortable li.subcol_header { | ||
width: 419px; | ||
overflow: hidden; | ||
} | ||
|
||
body .sortable div.row_content .system_field li.col0 { | ||
background-color: transparent; | ||
border-bottom: 0px; | ||
border-bottom: 0; | ||
} | ||
|
||
.sortable .rows div.row_content li.col0 { | ||
background-color: transparent; | ||
border-bottom: 0px; | ||
border-bottom: 0; | ||
} | ||
|
||
.sortable .rows .scroll-content { | ||
width: 900px; | ||
} | ||
|
||
.sortable ul.rows li .scroll-content li { | ||
margin-right: 0px; | ||
margin-right: 0; | ||
padding-right: 1px; | ||
} | ||
|
||
body .edit_fields .rows .col3 { | ||
width: 419px; | ||
} | ||
|
||
body .sortable .rows .colN { | ||
margin-right: 0px; | ||
margin-right: 0; | ||
} | ||
|
||
body .scroll-bar-wrap .ui-slide { | ||
height: 1.5em; | ||
} | ||
.scroll-bar-wrap .ui-slider-handle .ui-icon { | ||
margin: -9px auto 0px; | ||
} | ||
body .scroll-bar-wrap .ui-slider { | ||
height: 1.6em; | ||
} | ||
body .scroll-bar-wrap .ui-slider-handle { | ||
height: 1.3em; | ||
} | ||
|
||
|
||
/* the Edit Form -> Fields tab */ | ||
// the Edit Form -> Fields tab | ||
.edit_fields .col2 { | ||
width: 182px; | ||
} | ||
|
||
.edit_fields .col2 input { | ||
width: 176px; | ||
} | ||
|
||
.edit_fields .col4 { | ||
width: 178px; | ||
} | ||
|
||
.edit_fields .col4 select { | ||
width: 175px; | ||
} | ||
|
||
.edit_fields .col5 { | ||
width: 50px; | ||
text-align: center; | ||
} | ||
|
||
.edit_fields .colN { | ||
width: 18px; | ||
} | ||
|
||
|
||
/* for the edit field dialog window */ | ||
#edit_field__display_text, #edit_field__field_name, #edit_field__db_column { | ||
// for the edit field dialog window | ||
#edit_field__display_text, | ||
#edit_field__field_name, | ||
#edit_field__db_column { | ||
width: 300px; | ||
} | ||
|
||
#edit_field_template .prev_field { | ||
float: left; | ||
margin-left: 4px; | ||
} | ||
|
||
#edit_field_template .next_field { | ||
float: right; | ||
margin-right: 4px; | ||
} | ||
|
||
#edit_field_template .field_nav { | ||
cursor: pointer; | ||
margin-top: 4px; | ||
color: green; | ||
} | ||
|
||
#edit_field_template a.disabled { | ||
color: #cccccc; | ||
} | ||
|
||
/* ... this needs to be used in a lot of places ... */ | ||
.inner_tab_content tr { | ||
height: 23px; | ||
} | ||
|
||
#edit_field_template .inner_tabset { | ||
min-height: 210px; | ||
} | ||
|
||
#edit_field__field_settings_loading { | ||
font-style: italic; | ||
} | ||
|
||
#edit_field__field_settings table td { | ||
vertical-align: top; | ||
} | ||
|
||
#edit_field .check_area:hover { | ||
background-color: #f2f2f2 !important; | ||
background-color: #f2f2f2 !important; // sass-lint:disable-line no-important | ||
} |
Oops, something went wrong.