scidea-hsfc-theme 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/assets/images/hsfc/hsfc-logo.png +0 -0
- data/app/assets/stylesheets/hsfc/admin/main.scss +35 -0
- data/app/assets/stylesheets/hsfc/admin/pages/admin_index.scss +8 -0
- data/app/assets/stylesheets/hsfc/admin/pages/dashboard.scss +3 -0
- data/app/assets/stylesheets/hsfc/admin/pages/edit_user.scss +3 -0
- data/app/assets/stylesheets/hsfc/admin/pages/enrollment_packages_index.scss +1 -0
- data/app/assets/stylesheets/hsfc/admin/pages/manage_enrollments.scss +8 -0
- data/app/assets/stylesheets/hsfc/admin/pages/manage_seminar_applications.scss +8 -0
- data/app/assets/stylesheets/hsfc/admin/pages/manage_seminar_records.scss +3 -0
- data/app/assets/stylesheets/hsfc/admin/pages/print/reports.scss +3 -0
- data/app/assets/stylesheets/hsfc/admin/pages/reports.scss +3 -0
- data/app/assets/stylesheets/hsfc/admin/pages/search_results.scss +0 -0
- data/app/assets/stylesheets/hsfc/admin/pages/users_show.scss +3 -0
- data/lib/scidea/hsfc/theme/version.rb +1 -1
- metadata +39 -27
Binary file
|
@@ -0,0 +1,35 @@
|
|
1
|
+
//***************************************************************************************************
|
2
|
+
// Setup
|
3
|
+
//***************************************************************************************************/
|
4
|
+
|
5
|
+
@import "base/admin/config";
|
6
|
+
@import "base/base";
|
7
|
+
|
8
|
+
/****************************************************************************************************
|
9
|
+
== Template Layout Skeleton (dimensions, position, background, border, etc.)
|
10
|
+
*****************************************************************************************************/
|
11
|
+
|
12
|
+
@import "base/admin/template";
|
13
|
+
|
14
|
+
/****************************************************************************************************
|
15
|
+
== Reusable classes and components
|
16
|
+
*****************************************************************************************************/
|
17
|
+
|
18
|
+
@import "base/components/icons";
|
19
|
+
|
20
|
+
@import "base/admin/components/tables";
|
21
|
+
|
22
|
+
@import "base/admin/components/forms";
|
23
|
+
|
24
|
+
@import "base/admin/components/buttons";
|
25
|
+
|
26
|
+
@import "base/components/swfupload";
|
27
|
+
|
28
|
+
@import "base/admin/components/user_messages";
|
29
|
+
|
30
|
+
|
31
|
+
/****************************************************************************************************
|
32
|
+
== Template Region Content
|
33
|
+
*****************************************************************************************************/
|
34
|
+
|
35
|
+
@import "base/admin/content";
|
@@ -0,0 +1,8 @@
|
|
1
|
+
@import "base/admin/config";
|
2
|
+
@import "base/admin/components/pagination";
|
3
|
+
@import "base/admin/components/tabs";
|
4
|
+
@import "base/admin/components/edit_multiple";
|
5
|
+
@import "base/admin/components/expandable_table_row";
|
6
|
+
@import "base/components/simpledropdown_menu";
|
7
|
+
|
8
|
+
@import "base/admin/pages/admin_index";
|
@@ -0,0 +1 @@
|
|
1
|
+
@import "base/admin/pages/enrollment_packages_index";
|
@@ -0,0 +1,8 @@
|
|
1
|
+
@import "base/admin/config";
|
2
|
+
@import "base/components/jquery_ui/core";
|
3
|
+
@import "base/components/jquery_ui/button";
|
4
|
+
@import "base/components/jquery_ui/icons";
|
5
|
+
@import "base/components/jquery_ui/resizeable";
|
6
|
+
@import "base/components/jquery_ui/dialog";
|
7
|
+
|
8
|
+
@import "base/admin/pages/manage_enrollments";
|
@@ -0,0 +1,8 @@
|
|
1
|
+
@import "base/admin/config";
|
2
|
+
@import "base/components/jquery_ui/core";
|
3
|
+
@import "base/components/jquery_ui/button";
|
4
|
+
@import "base/components/jquery_ui/icons";
|
5
|
+
@import "base/components/jquery_ui/resizeable";
|
6
|
+
@import "base/components/jquery_ui/dialog";
|
7
|
+
|
8
|
+
@import "base/admin/pages/manage_seminar_applications";
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scidea-hsfc-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-22 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: scidea
|
16
|
-
requirement: &
|
16
|
+
requirement: &81573010 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *81573010
|
25
25
|
description: Custom Scitent Scidea theme assets for onlinehsfc.org.
|
26
26
|
email:
|
27
27
|
- phoenix@scitent.com
|
@@ -29,40 +29,52 @@ executables: []
|
|
29
29
|
extensions: []
|
30
30
|
extra_rdoc_files: []
|
31
31
|
files:
|
32
|
-
- app/assets/images/hsfc/hsfc-logo.png
|
33
|
-
- app/assets/stylesheets/hsfc/_config.scss
|
34
32
|
- app/assets/stylesheets/hsfc/main.scss
|
35
|
-
- app/assets/stylesheets/hsfc/
|
36
|
-
- app/assets/stylesheets/hsfc/
|
37
|
-
- app/assets/stylesheets/hsfc/pages/
|
38
|
-
- app/assets/stylesheets/hsfc/pages/
|
33
|
+
- app/assets/stylesheets/hsfc/_config.scss
|
34
|
+
- app/assets/stylesheets/hsfc/admin/main.scss
|
35
|
+
- app/assets/stylesheets/hsfc/admin/pages/reports.scss
|
36
|
+
- app/assets/stylesheets/hsfc/admin/pages/users_show.scss
|
37
|
+
- app/assets/stylesheets/hsfc/admin/pages/edit_user.scss
|
38
|
+
- app/assets/stylesheets/hsfc/admin/pages/enrollment_packages_index.scss
|
39
|
+
- app/assets/stylesheets/hsfc/admin/pages/search_results.scss
|
40
|
+
- app/assets/stylesheets/hsfc/admin/pages/manage_seminar_applications.scss
|
41
|
+
- app/assets/stylesheets/hsfc/admin/pages/manage_seminar_records.scss
|
42
|
+
- app/assets/stylesheets/hsfc/admin/pages/dashboard.scss
|
43
|
+
- app/assets/stylesheets/hsfc/admin/pages/manage_enrollments.scss
|
44
|
+
- app/assets/stylesheets/hsfc/admin/pages/print/reports.scss
|
45
|
+
- app/assets/stylesheets/hsfc/admin/pages/admin_index.scss
|
46
|
+
- app/assets/stylesheets/hsfc/print.scss
|
47
|
+
- app/assets/stylesheets/hsfc/pages/user_profile.scss
|
39
48
|
- app/assets/stylesheets/hsfc/pages/credit_certificates.scss
|
40
|
-
- app/assets/stylesheets/hsfc/pages/
|
49
|
+
- app/assets/stylesheets/hsfc/pages/group_profile.scss
|
41
50
|
- app/assets/stylesheets/hsfc/pages/discussion.scss
|
42
|
-
- app/assets/stylesheets/hsfc/pages/
|
51
|
+
- app/assets/stylesheets/hsfc/pages/topics.scss
|
43
52
|
- app/assets/stylesheets/hsfc/pages/group_posts_edit.scss
|
44
|
-
- app/assets/stylesheets/hsfc/pages/
|
45
|
-
- app/assets/stylesheets/hsfc/pages/
|
46
|
-
- app/assets/stylesheets/hsfc/pages/
|
47
|
-
- app/assets/stylesheets/hsfc/pages/groups_index.scss
|
53
|
+
- app/assets/stylesheets/hsfc/pages/reports.scss
|
54
|
+
- app/assets/stylesheets/hsfc/pages/certificates.scss
|
55
|
+
- app/assets/stylesheets/hsfc/pages/results.scss
|
48
56
|
- app/assets/stylesheets/hsfc/pages/groups_membership_mgmt.scss
|
49
|
-
- app/assets/stylesheets/hsfc/pages/home.scss
|
50
57
|
- app/assets/stylesheets/hsfc/pages/member_profile.scss
|
58
|
+
- app/assets/stylesheets/hsfc/pages/terms_and_conditions.scss
|
59
|
+
- app/assets/stylesheets/hsfc/pages/home.scss
|
60
|
+
- app/assets/stylesheets/hsfc/pages/seminar_application.scss
|
61
|
+
- app/assets/stylesheets/hsfc/pages/exercise.scss
|
62
|
+
- app/assets/stylesheets/hsfc/pages/groups_edit.scss
|
63
|
+
- app/assets/stylesheets/hsfc/pages/groups_index.scss
|
51
64
|
- app/assets/stylesheets/hsfc/pages/orders_new.scss
|
65
|
+
- app/assets/stylesheets/hsfc/pages/seminars.scss
|
66
|
+
- app/assets/stylesheets/hsfc/pages/dashboard.scss
|
67
|
+
- app/assets/stylesheets/hsfc/pages/groups.scss
|
68
|
+
- app/assets/stylesheets/hsfc/pages/course_detail.scss
|
52
69
|
- app/assets/stylesheets/hsfc/pages/print/reports.scss
|
53
70
|
- app/assets/stylesheets/hsfc/pages/print/sco_response.scss
|
71
|
+
- app/assets/stylesheets/hsfc/pages/answer_guide.scss
|
54
72
|
- app/assets/stylesheets/hsfc/pages/profile.scss
|
55
|
-
- app/assets/stylesheets/hsfc/pages/
|
56
|
-
- app/assets/
|
57
|
-
- app/assets/stylesheets/hsfc/pages/seminar_application.scss
|
58
|
-
- app/assets/stylesheets/hsfc/pages/seminars.scss
|
59
|
-
- app/assets/stylesheets/hsfc/pages/terms_and_conditions.scss
|
60
|
-
- app/assets/stylesheets/hsfc/pages/topics.scss
|
61
|
-
- app/assets/stylesheets/hsfc/pages/user_profile.scss
|
62
|
-
- app/assets/stylesheets/hsfc/print.scss
|
63
|
-
- lib/scidea/hsfc/theme/engine.rb
|
64
|
-
- lib/scidea/hsfc/theme/version.rb
|
73
|
+
- app/assets/stylesheets/hsfc/pages/courses_and_exercises.scss
|
74
|
+
- app/assets/images/hsfc/hsfc-logo.png
|
65
75
|
- lib/scidea/hsfc/theme.rb
|
76
|
+
- lib/scidea/hsfc/theme/version.rb
|
77
|
+
- lib/scidea/hsfc/theme/engine.rb
|
66
78
|
- lib/scidea-hsfc-theme.rb
|
67
79
|
- MIT-LICENSE
|
68
80
|
- README.md
|
@@ -88,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
100
|
version: '0'
|
89
101
|
requirements: []
|
90
102
|
rubyforge_project:
|
91
|
-
rubygems_version: 1.8.
|
103
|
+
rubygems_version: 1.8.16
|
92
104
|
signing_key:
|
93
105
|
specification_version: 3
|
94
106
|
summary: Custom Scidea theme for onlinehsfc.org
|