bootswatch_rails 3.2.0.4 → 3.2.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,26 @@
1
+ .cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
2
+ .cleditorMain,
3
+ .cleditorPopup,
4
+ .cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
5
+ .cleditorMain iframe {border:none; margin:0; padding:0}
6
+ .cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none}
7
+ .cleditorToolbar {background: url('/assets/toolbar.gif') repeat}
8
+ .cleditorGroup {float:left; height:26px}
9
+ .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('/assets/buttons.gif')}
10
+ .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
11
+ .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
12
+ .cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
13
+ .cleditorList div {padding:2px 4px 2px 4px}
14
+ .cleditorList p,
15
+ .cleditorList h1,
16
+ .cleditorList h2,
17
+ .cleditorList h3,
18
+ .cleditorList h4,
19
+ .cleditorList h5,
20
+ .cleditorList h6,
21
+ .cleditorList font {padding:0; margin:0; background-color:Transparent}
22
+ .cleditorColor {width:150px; padding:1px 0 0 1px}
23
+ .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
24
+ .cleditorPrompt {background-color:#F6F7F9; padding:8px; font-size:8.5pt}
25
+ .cleditorPrompt label {padding-bottom:8px}
26
+ .cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.4
4
+ version: 3.2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
@@ -81,6 +81,11 @@ files:
81
81
  - README.md
82
82
  - Rakefile
83
83
  - bootswatch_rails.gemspec
84
+ - cleditor/images/buttons.gif
85
+ - cleditor/images/toolbar.gif
86
+ - cleditor/jquery.cleditor.css
87
+ - cleditor/jquery.cleditor.js
88
+ - cleditor/jquery.cleditor.min.js
84
89
  - generate.sh
85
90
  - lib/bootswatch_rails.rb
86
91
  - lib/bootswatch_rails/engine.rb
@@ -131,6 +136,9 @@ files:
131
136
  - vendor/assets/fonts/glyphicons-halflings-regular.svg
132
137
  - vendor/assets/fonts/glyphicons-halflings-regular.ttf
133
138
  - vendor/assets/fonts/glyphicons-halflings-regular.woff
139
+ - vendor/assets/images/buttons.gif
140
+ - vendor/assets/images/toolbar.gif
141
+ - vendor/assets/javascripts/jquery.cleditor.js
134
142
  - vendor/assets/stylesheets/amelia.css
135
143
  - vendor/assets/stylesheets/cerulean.css
136
144
  - vendor/assets/stylesheets/cosmo.css
@@ -139,6 +147,7 @@ files:
139
147
  - vendor/assets/stylesheets/darkly.css
140
148
  - vendor/assets/stylesheets/flatly.css
141
149
  - vendor/assets/stylesheets/journal.css
150
+ - vendor/assets/stylesheets/jquery.cleditor.css
142
151
  - vendor/assets/stylesheets/lumen.css
143
152
  - vendor/assets/stylesheets/paper.css
144
153
  - vendor/assets/stylesheets/readable.css