wysia 0.0.3 → 0.0.4

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.
@@ -1,15 +1,21 @@
1
1
  @import "_variables.scss";
2
2
  @import "_mixins.scss";
3
3
  @import '../font-awesome/css/font-awesome.scss';
4
- .btn-toolbar{
5
4
 
5
+ a.wysihtml5-action-active{
6
+ background-color: red;
7
+ background-image: none;
8
+ outline: 0;
9
+ @include box-shadow(#{inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)});
10
+ }
11
+ .btn-toolbar{
6
12
  font-family: Helvetica, sans-serif;
7
13
  font-size: 18px;
8
14
  line-height: 23px;
9
15
  margin-bottom: 10px;
10
16
  overflow: hidden;
11
17
  .wysihtml5-command-active{
12
- background-color: darken($white, 15%);
18
+ background-color: darken($white, 45%);
13
19
  background-image: none;
14
20
  outline: 0;
15
21
  @include box-shadow(#{inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)});
@@ -104,12 +110,3 @@
104
110
  @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
105
111
  }
106
112
  }
107
- //TODO: this should have a class or smthing textarea{
108
- // border: 1px solid #aaa;
109
- // @include border-radius(5px);
110
- // width: 100%;
111
- // max-width: 500px;
112
- // padding: 5px;
113
- // height: 200px;
114
- // font-size: 12px;
115
- //}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wysia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-01 00:00:00.000000000Z
13
+ date: 2012-10-12 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
17
- requirement: &70157646553140 !ruby/object:Gem::Requirement
17
+ requirement: &70271199264960 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '3.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70157646553140
25
+ version_requirements: *70271199264960
26
26
  description: wysihtml5 editor with font awesome
27
27
  email:
28
28
  - jeradus@gmail.com
@@ -40,6 +40,7 @@ files:
40
40
  - lib/wysia/wysia_form_helper.rb
41
41
  - vendor/assets/javascripts/wysia.js
42
42
  - vendor/assets/javascripts/wysiwyg/advanced.js
43
+ - vendor/assets/javascripts/wysiwyg/simple.js
43
44
  - vendor/assets/javascripts/wysiwyg/wysihtml5-0.3.0.js
44
45
  - vendor/assets/stylesheets/font-awesome/FontAwesome-Vectors.pdf
45
46
  - vendor/assets/stylesheets/font-awesome/FontAwesome.ttf