padma-assets 0.3.28 → 0.3.29

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c082434513ade6281c8d5ef9e432a62b70a188be1266330e80c5e9c178f0b13a
4
- data.tar.gz: af4aacd712938ef14ccfbd84dfd09387e0379c49477f9655564b14954aa1ac1c
3
+ metadata.gz: 97539256c04b23b7d9affe6277f470610340befd951162674b6be677bc232c8f
4
+ data.tar.gz: ccef843810640a35dacbb25ee76593e30186393e00ce7a0cb22e704a25e74ad7
5
5
  SHA512:
6
- metadata.gz: b6e59ab0b72404697b89d710beba8e67d476dc807f832a45f913674ce1c671b4339ca5fb0c8d111e9f28e9de0c72f6cb89a2494df0983a1886e9812e69dd8416
7
- data.tar.gz: 3202d188afa847fd0f179110182a788ffe34eef4118416a01ddb7925df58d5f24efebe540164c9ca44aa0189f2f99ea465787ca92ba38f45cf62d374f7026f6a
6
+ metadata.gz: 5172e90d2525d0b7827d2a8e160796b30115b2ddef7b05090ad3f6d350f21de3fa635620779a960aa6cdc2c0ecd7bc6a98cafd9ed5324edccaba4cca51079bfd
7
+ data.tar.gz: 30f1fbc10325818b69084b2080ad8750c2d5ca5e0d23195457bdaccc17fc9e1c8cc142249b5121f82a4e1580b2c7e0308838dc82c0c6906409ac0f09c5ae4ef7
@@ -1271,12 +1271,12 @@ $buttons: "primary" $bg-btn-primary,
1271
1271
  max-width: 100%;
1272
1272
  }
1273
1273
  > .male {
1274
- background-image: url('../images/userphoto_default_male.png');
1274
+ background-image: image-url('userphoto_default_male.png');
1275
1275
  background-repeat: no-repeat;
1276
1276
  background-position: center center;
1277
1277
  }
1278
1278
  > .female {
1279
- background-image: url('../images/female_placeholder.jpg');
1279
+ background-image: image-url('female_placeholder.jpg');
1280
1280
  background-repeat: no-repeat;
1281
1281
  background-position: center center;
1282
1282
  }
@@ -2,7 +2,7 @@
2
2
  position:relative;
3
3
  width:93%;
4
4
  height:18px;
5
- /* background:url('footer_BG.gif'); TODO image not available */
5
+ /* background:image-url('footer_BG.gif'); TODO image not available */
6
6
  border:solid 1px #CCC;
7
7
  margin-left: auto;
8
8
  margin-right: auto;
@@ -23,25 +23,25 @@
23
23
  }
24
24
 
25
25
  #pFMail {
26
- background:url('icon_sprite_grid_16px.png') 0px 0px;
26
+ background:image-url('icon_sprite_grid_16px.png') 0px 0px;
27
27
  }
28
28
 
29
29
  /* TODO: ICON Hover States*/
30
30
 
31
31
  a#pFMail:hover {
32
- background:url('icon_sprite_grid_16px.png') 0px 0px;
32
+ background:image-url('icon_sprite_grid_16px.png') 0px 0px;
33
33
  }
34
34
 
35
35
  #pFMessages {
36
- background:url('icon_sprite_grid_16px.png') -16px 0px;
36
+ background:image-url('icon_sprite_grid_16px.png') -16px 0px;
37
37
  }
38
38
 
39
39
  #pFNotif {
40
- background:url('icon_sprite_grid_16px.png') -160px -64px;
40
+ background:image-url('icon_sprite_grid_16px.png') -160px -64px;
41
41
  }
42
42
 
43
43
  #pFToDo {
44
- background:url('icon_sprite_grid_16px.png') -176px -64px;
44
+ background:image-url('icon_sprite_grid_16px.png') -176px -64px;
45
45
  }
46
46
 
47
47
  #pFChat {
@@ -65,7 +65,7 @@ a#pFMail:hover {
65
65
  width:16px;
66
66
  height:16px;
67
67
  margin: 1px 2px;
68
- background:url('icon_sprite_grid_16px.png') -96px 0px;
68
+ background:image-url('icon_sprite_grid_16px.png') -96px 0px;
69
69
  float:left;
70
70
  }
71
71
 
@@ -84,7 +84,7 @@ a#pFMail:hover {
84
84
  width:11px;
85
85
  height:15px;
86
86
  padding:1px 0px 0px 5px;
87
- background:url('icon_notiBadge_D1.png') -160px 0px;
87
+ background:image-url('icon_notiBadge_D1.png') -160px 0px;
88
88
  }
89
89
 
90
90
  #pFComm .badge.d2 {
@@ -93,5 +93,5 @@ a#pFMail:hover {
93
93
  width:17px;
94
94
  height:15px;
95
95
  padding:1px 0px 0px 4px;
96
- background:url('icon_notiBadge_D2.png') -0px 0px;
96
+ background:image-url('icon_notiBadge_D2.png') -0px 0px;
97
97
  }
@@ -25,35 +25,35 @@
25
25
  .gritter-item-wrapper {
26
26
  position:relative;
27
27
  margin:0 0 10px 0;
28
- background:url('ie-spacer.gif'); /* ie7/8 fix */
28
+ background:image-url('ie-spacer.gif'); /* ie7/8 fix */
29
29
  }
30
30
  .gritter-top {
31
- background:url(gritter.png) no-repeat left -30px;
31
+ background:image-url('gritter.png') no-repeat left -30px;
32
32
  height:10px;
33
33
  }
34
34
  .success .gritter-top {
35
- background:url(gritter-green.png) no-repeat left -30px;
35
+ background:image-url('gritter-green.png') no-repeat left -30px;
36
36
  height:10px;
37
37
  }
38
38
  .alert .gritter-top {
39
- background:url(gritter-red.png) no-repeat left -30px;
39
+ background:image-url('gritter-red.png') no-repeat left -30px;
40
40
  height:10px;
41
41
  }
42
42
  .hover .gritter-top {
43
43
  background-position:right -30px;
44
44
  }
45
45
  .gritter-bottom {
46
- background:url(gritter.png) no-repeat left bottom;
46
+ background:image-url('gritter.png') no-repeat left bottom;
47
47
  height:8px;
48
48
  margin:0;
49
49
  }
50
50
  .success .gritter-bottom {
51
- background:url(gritter-green.png) no-repeat left bottom;
51
+ background:image-url('gritter-green.png') no-repeat left bottom;
52
52
  height:8px;
53
53
  margin:0;
54
54
  }
55
55
  .alert .gritter-bottom {
56
- background:url(gritter-red.png) no-repeat left bottom;
56
+ background:image-url('gritter-red.png') no-repeat left bottom;
57
57
  height:8px;
58
58
  margin:0;
59
59
  }
@@ -63,7 +63,7 @@
63
63
 
64
64
  .gritter-item {
65
65
  display:block;
66
- background:url(gritter.png) no-repeat left -40px;
66
+ background:image-url('gritter.png') no-repeat left -40px;
67
67
  color:#eee;
68
68
  padding:2px 11px 8px 11px;
69
69
  font-size: 11px;
@@ -73,7 +73,7 @@
73
73
  .success .gritter-item {
74
74
  display:block;
75
75
  color:#eee;
76
- background:url(gritter-green.png) no-repeat left -40px;
76
+ background:image-url('gritter-green.png') no-repeat left -40px;
77
77
  padding:2px 11px 8px 11px;
78
78
  font-size: 11px;
79
79
  font-family:verdana;
@@ -82,7 +82,7 @@
82
82
  .alert .gritter-item {
83
83
  display:block;
84
84
  color:#eee;
85
- background:url(gritter-red.png) no-repeat left -40px;
85
+ background:image-url('gritter-red.png') no-repeat left -40px;
86
86
  padding:2px 11px 8px 11px;
87
87
  font-size: 11px;
88
88
  font-family:verdana;
@@ -99,7 +99,7 @@
99
99
  position:absolute;
100
100
  top:5px;
101
101
  left:3px;
102
- background:url(gritter-red.png) no-repeat left top;
102
+ background:image-url('gritter-red.png') no-repeat left top;
103
103
  cursor:pointer;
104
104
  width:30px;
105
105
  height:30px;
@@ -14,7 +14,7 @@
14
14
 
15
15
  #LB_menu li{
16
16
  border-bottom:1px solid #CFCFCF;
17
- background:url('menubox_body_background_01.png') repeat-x; /* TODO: CSS3 Background */
17
+ background:image-url('menubox_body_background_01.png') repeat-x; /* TODO: CSS3 Background */
18
18
  background-color:#E5E5E5;
19
19
  } /* a:1 b:0 c:1 = 101 */
20
20
 
@@ -41,7 +41,7 @@
41
41
  height:16px;
42
42
  margin-left:5px;
43
43
  margin-top:7px;
44
- background:url('icon_sprite_grid_16px.png') -128px -16px no-repeat;
44
+ background:image-url('icon_sprite_grid_16px.png') -128px -16px no-repeat;
45
45
  }
46
46
 
47
47
  #LB_menu a span:last-child {
@@ -56,11 +56,11 @@
56
56
 
57
57
  #LB_menu a:hover span:first-child {
58
58
  color:#09F;
59
- background:url('icon_sprite_grid_16px.png') -128px -32px no-repeat;
59
+ background:image-url('icon_sprite_grid_16px.png') -128px -32px no-repeat;
60
60
  }
61
61
 
62
62
  #LB_menu a:active span:first-child {
63
- background:url('icon_sprite_grid_16px.png') -128px -48px no-repeat;
63
+ background:image-url('icon_sprite_grid_16px.png') -128px -48px no-repeat;
64
64
  }
65
65
 
66
66
  #LB_menu a:hover span:last-child {
@@ -81,7 +81,7 @@
81
81
  #LB_menu ul li {
82
82
  border-bottom:1px solid #CFCFCF;
83
83
  border:none;
84
- background:url('menubox_body_background_02.png') repeat-x;
84
+ background:image-url('menubox_body_background_02.png') repeat-x;
85
85
  background-color:#C0C0C0;
86
86
  } /* a:1 b:0 c:2 = 102 */
87
87
 
@@ -101,12 +101,12 @@
101
101
  /* Dinamic Classes */
102
102
 
103
103
  #LB_menu .selected a span:first-child {
104
- background:url('icon_sprite_grid_16px.png') -144px -32px no-repeat;
104
+ background:image-url('icon_sprite_grid_16px.png') -144px -32px no-repeat;
105
105
  } /* Target Priority a:1 b:1 c:1 = 111 */
106
106
 
107
107
  #LB_menu a.selected:hover span:first-child {
108
108
  color:#0071BC;
109
- background:url('icon_sprite_grid_16px.png') -144px -32px no-repeat;
109
+ background:image-url('icon_sprite_grid_16px.png') -144px -32px no-repeat;
110
110
  }
111
111
 
112
112
  #LB_menu .selected a span:last-child {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padma-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.28
4
+ version: 0.3.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-10 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -84,25 +84,25 @@ files:
84
84
  - app/assets/javascripts/padma-assets.js
85
85
  - app/assets/javascripts/ux-events.js.coffee
86
86
  - app/assets/stylesheets/bootstrap-multiselect.css
87
- - app/assets/stylesheets/bootstrap3-3-2.min.css.erb
88
- - app/assets/stylesheets/colors.css.scss
87
+ - app/assets/stylesheets/bootstrap3-3-2.min.scss.erb
88
+ - app/assets/stylesheets/colors.scss
89
89
  - app/assets/stylesheets/common/custom.scss
90
- - app/assets/stylesheets/common/ui.css.scss
90
+ - app/assets/stylesheets/common/ui.scss
91
91
  - app/assets/stylesheets/common/variables.scss
92
92
  - app/assets/stylesheets/custom/colors.css.scss
93
93
  - app/assets/stylesheets/custom/form.css.scss
94
94
  - app/assets/stylesheets/custom/table-sorter.scss
95
95
  - app/assets/stylesheets/custom/tabs.scss
96
- - app/assets/stylesheets/fonts.css.erb
97
- - app/assets/stylesheets/footer.css
96
+ - app/assets/stylesheets/fonts.scss.erb
97
+ - app/assets/stylesheets/footer.scss
98
98
  - app/assets/stylesheets/header.scss.erb
99
- - app/assets/stylesheets/jquery.gritter.css
99
+ - app/assets/stylesheets/jquery.gritter.scss
100
100
  - app/assets/stylesheets/layout_application.css
101
101
  - app/assets/stylesheets/layout_schools.css
102
102
  - app/assets/stylesheets/layout_users.css
103
- - app/assets/stylesheets/menubox_w140px.css
103
+ - app/assets/stylesheets/menubox_w140px.scss
104
104
  - app/assets/stylesheets/padma-assets.css
105
- - app/assets/stylesheets/pictos.css.scss
105
+ - app/assets/stylesheets/pictos.scss
106
106
  - app/assets/stylesheets/pm-gritter.scss
107
107
  - app/assets/stylesheets/pm-modal.scss
108
108
  - app/views/layouts/_attendance_menu.html.erb