padma-assets 0.1.13 → 0.1.14

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
  SHA1:
3
- metadata.gz: 0603753ba082c1eb25de9a7a1c6045c2918d98bf
4
- data.tar.gz: 92a7129d42296ae6c67adf67ab040ef1ef085c6b
3
+ metadata.gz: 8c99b0de42b782b8241d0ce644f990deb3c82faf
4
+ data.tar.gz: 9bbf506bc651b7f0e9f79da68a5e932b1c556745
5
5
  SHA512:
6
- metadata.gz: b2f608dd64c6a72c098fbdec5d7dc0868d0aeb1162dd091f0614b29f91e67ce8ecb3e5ad4204147de447e745ff75a707e99ab69bacfd7d580bb349dfa211eec7
7
- data.tar.gz: 2e52a86a5aa41a03c2f9e3b4ea7577efb14c14260a197763e375fa37d0b070114e5641bc929cee3414ff3f6a25cd8ee8bd2146356cc9c594284aacf8b3d193ab
6
+ metadata.gz: c4a1500b5e09f84abf6f135ae792b2a705ce503f6cfc6ef024d6f6472db609b482825a3718558d9b02b2244d220e1350061b66efb9251538549783dc19dc4519
7
+ data.tar.gz: 26d7ce866d02518fde8d2517b4c2afc62437fc15fb2ef6a0a254350a4db001f5e074b7db7183e2d56a528e87e68fdf5cf9f30e145a25fdb74da6674a0b3ac704
@@ -0,0 +1,3 @@
1
+ ul.nav.nav-tabs{ margin:20px 0 0;}
2
+ #invoice-actions{ margin:20px 0 0;}
3
+ #pendientes input[type="submit"], #pendientes input[type="button"], #pendientes button{ padding:4px 10px 6px;}
@@ -152,4 +152,3 @@ td.user-name {
152
152
  max-height: 50vh;
153
153
  }
154
154
 
155
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padma-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
@@ -63,7 +63,6 @@ files:
63
63
  - app/assets/javascripts/jquery.stickyheader.js
64
64
  - app/assets/javascripts/notifications.js.coffee
65
65
  - app/assets/javascripts/padma-assets.js
66
- - app/assets/stylesheets/accounts.css
67
66
  - app/assets/stylesheets/bootstrap3-3-2.min.css
68
67
  - app/assets/stylesheets/button.css.scss
69
68
  - app/assets/stylesheets/colors.css.scss
@@ -75,6 +74,7 @@ files:
75
74
  - app/assets/stylesheets/layout_schools.css
76
75
  - app/assets/stylesheets/layout_users.css
77
76
  - app/assets/stylesheets/menubox_w140px.css
77
+ - app/assets/stylesheets/padma-accounts.scss
78
78
  - app/assets/stylesheets/padma-assets.css
79
79
  - app/assets/stylesheets/pictos.css.scss
80
80
  - app/assets/stylesheets/pm-gritter.scss
@@ -1 +0,0 @@
1
- ul.nav.nav-tabs{ margin:20px 0 0;}