euphoria 0.1.4.70 → 0.1.4.71

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: 361b24d4f5fd889b20bd45ebe55dd8fe317b7590
4
- data.tar.gz: 2900ae358d8b66da04dc9d79026dc7e5b347434b
3
+ metadata.gz: caf2beffb6cf85f7928dd459197c7dad889adaf5
4
+ data.tar.gz: 75ff4bf84bb3a94dfed29e0e83a50d05a014cb5e
5
5
  SHA512:
6
- metadata.gz: 42915c08513f98e30ecf1182711a055bdd955b69e2a60a99f12ee789e7f29915c3a297226f4c6e490a7ebc8612b9327c082b86952ad56880ef9f56f1c6ca09dc
7
- data.tar.gz: 195acf5ad533c5f39bc110eef858368138cddeae36bbed50973bbefda9b189e8c479a8dd087629a741c2eb6b2fa3a639dd6a99488b0515267b5e336c49ad7982
6
+ metadata.gz: 9cb09aabaf7637e9bf4c8da81f141f082733093b73bbf469eebf119c6e6b96c4caba55c8ca5ed922b22835f1b310d48f8d2d64dc4dd827f0c0d0b5670954ff7a
7
+ data.tar.gz: 85d5550d4d667f6708138422547c991af09e177ab304d8dba1addc41c5da6a25251220b29bef10429b2bef6169b478bcef7eb44c99feda8ac4a9edab36c6715e
@@ -1,4 +1,21 @@
1
1
  $(document).on 'page:change', ->
2
+ #######################################################################################
3
+ #set icons for buttons
4
+ #######################################################################################
5
+ $("[type='submit'").addClass 'btn green round'
6
+
7
+ $('a').each ->
8
+
9
+ if $(this).text().toLowerCase().indexOf('back') > -1
10
+ $(this).addClass 'fa fa-arrow-left btn blue round'
11
+ if $(this).text().toLowerCase().indexOf('edit') > -1
12
+ $(this).addClass 'fa fa-pencil btn default round'
13
+ if $(this).text().toLowerCase().indexOf('delete') > -1
14
+ $(this).addClass 'fa fa-trash-o btn red round'
15
+ if $(this).text().toLowerCase().indexOf('submit') > -1
16
+ $(this).addClass 'fa fa-paper-plane-o btn green round'
17
+ if $(this).text().toLowerCase().indexOf('show') > -1
18
+ $(this).addClass 'fa fa-eye btn blue round'
2
19
  #######################################################################################
3
20
  #set marging for fixed nav so content is visible
4
21
  #######################################################################################
@@ -8,12 +8,15 @@ $form_border_color: #CCC
8
8
  .row
9
9
  max-width: 80%
10
10
  margin: 0 auto
11
+
11
12
  border-radius: 7px
12
13
  &.border
13
14
  border: 1px solid $form_border_color
14
15
  background-color: $bg_color
15
16
  .button-group
16
17
  display: inline-block
18
+ margin-top: 2%
19
+ margin-bottom: 1%
17
20
  &.no-space
18
21
  float: left
19
22
  &:after
@@ -5,7 +5,7 @@
5
5
  $li_border_color: #dfdfdf
6
6
  //links hover color
7
7
  $link_hover_color: #2ECC71
8
- $link_hover_bg_color: #1abc9c
8
+ $link_hover_bg_color: rgba(46, 204, 113, 1)
9
9
  /*======================================
10
10
  ** Menu values
11
11
  **=====================================
@@ -18,6 +18,9 @@ $nav_link_padding: 1rem 1.5rem
18
18
 
19
19
  $nav_bg_color: #fff
20
20
 
21
+ .current
22
+ background-color: $link_hover_bg_color
23
+ color: white
21
24
 
22
25
  nav
23
26
  background-color: $nav_bg_color
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.4.70"
2
+ VERSION = "0.1.4.71"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: euphoria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.70
4
+ version: 0.1.4.71
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-20 00:00:00.000000000 Z
11
+ date: 2015-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler