phcpresspro 4.4.6 → 4.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b380829effcc23044fbef05582de32b15efd158
4
- data.tar.gz: 1ef9c5d6a5437d3bf9444fa7ff20a671431abd78
3
+ metadata.gz: ce741d39d90aa98a3ec8afca1b5c952878a17aa9
4
+ data.tar.gz: 4df9ff852cc81336603bb0bf244f99385e1ff662
5
5
  SHA512:
6
- metadata.gz: 450204272609868a07a761f696d50fe0dc1e79ac9b31fd1380960aff4df2971195144826496afde607a0a7438664e7732f0f65c4578c0cae9ea209bf4ef84567
7
- data.tar.gz: c48eb8af8d5c60aeb1dc1464de2ce5e8a8241e4f0408fb0715125dc3c89bc7ad5fdbf4f48e29ead238d9e21c91fec7026d8cc819a39242ecc091cca76f2ffc53
6
+ metadata.gz: b11910be480fbf4adcd52c031ba08ef831129cfc0c8ea7bc4f138ca725c86fa9cff78d688e5a2a13cad75efc3f39d26f2e602104edf7b10b3d2765fee61587e1
7
+ data.tar.gz: d5ced42030b39632ec68e1da33d671e976f326d50ef812b5072e9e94edc31f33caab9a7f3643e46323d5ef92ebbeb7fedbc415afc8292eb39e7c7efc887a99e2
@@ -5,12 +5,9 @@
5
5
  // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
6
  //
7
7
  // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file. JavaScript code in this file should be added after the last require_* statement.
8
+ // compiled file.
9
9
  //
10
10
  // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require bootstrap-sprockets
16
- //= require_tree .
13
+ //= require phc_admins_main
@@ -1,23 +1,17 @@
1
1
  /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
+ * files in this directory. Styles in this file should be added after the last require_* statement.
11
+ * It is generally better to create a new file per style scope.
12
+ *
13
+ *= require_self
14
+ */
16
15
 
17
- // Bootstrap & Font Awesome
18
- @import "bootstrap-sprockets";
19
- @import "bootstrap";
20
- @import "font-awesome";
21
-
22
- // Custom Alterations
23
- @import "custom";
16
+ // Add PHCAdmins Styles
17
+ @import "phc_admins_style";
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "4.4.6"
2
+ VERSION = "4.4.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.6
4
+ version: 4.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -572,10 +572,7 @@ files:
572
572
  - Rakefile
573
573
  - app/assets/config/phcpresspro_manifest.js
574
574
  - app/assets/javascripts/phcpresspro/application.js
575
- - app/assets/stylesheets/phcpresspro/_custom.scss
576
575
  - app/assets/stylesheets/phcpresspro/application.scss
577
- - app/assets/stylesheets/phcpresspro/modules/connections.scss
578
- - app/assets/stylesheets/scaffolds.scss
579
576
  - app/controllers/phcpresspro/application_controller.rb
580
577
  - app/controllers/phcpresspro/articles/posts_controller.rb
581
578
  - app/controllers/phcpresspro/modules/categories_controller.rb
File without changes
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the modules::connections controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,89 +0,0 @@
1
- body {
2
- background-color: #fff;
3
- color: #333;
4
- font-family: verdana, arial, helvetica, sans-serif;
5
- font-size: 13px;
6
- line-height: 18px;
7
- margin: 33px;
8
- }
9
-
10
- p, ol, ul, td {
11
- font-family: verdana, arial, helvetica, sans-serif;
12
- font-size: 13px;
13
- line-height: 18px;
14
- margin: 33px;
15
- }
16
-
17
- pre {
18
- background-color: #eee;
19
- padding: 10px;
20
- font-size: 11px;
21
- }
22
-
23
- a {
24
- color: #000;
25
-
26
- &:visited {
27
- color: #666;
28
- }
29
-
30
- &:hover {
31
- color: #fff;
32
- background-color: #000;
33
- }
34
- }
35
-
36
- th {
37
- padding-bottom: 5px;
38
- }
39
-
40
- td {
41
- padding-bottom: 7px;
42
- padding-left: 5px;
43
- padding-right: 5px;
44
- }
45
-
46
- div {
47
- &.field, &.actions {
48
- margin-bottom: 10px;
49
- }
50
- }
51
-
52
- #notice {
53
- color: green;
54
- }
55
-
56
- .field_with_errors {
57
- padding: 2px;
58
- background-color: red;
59
- display: table;
60
- }
61
-
62
- #error_explanation {
63
- width: 450px;
64
- border: 2px solid red;
65
- padding: 7px;
66
- padding-bottom: 0;
67
- margin-bottom: 20px;
68
- background-color: #f0f0f0;
69
-
70
- h2 {
71
- text-align: left;
72
- font-weight: bold;
73
- padding: 5px 5px 5px 15px;
74
- font-size: 12px;
75
- margin: -7px;
76
- margin-bottom: 0;
77
- background-color: #c00;
78
- color: #fff;
79
- }
80
-
81
- ul li {
82
- font-size: 12px;
83
- list-style: square;
84
- }
85
- }
86
-
87
- label {
88
- display: block;
89
- }