activeadmin-settings 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,162 @@
1
+ .redactor_editor,
2
+ .redactor_editor:focus,
3
+ .redactor_editor div,
4
+ .redactor_editor p,
5
+ .redactor_editor ul,
6
+ .redactor_editor ol,
7
+ .redactor_editor table,
8
+ .redactor_editor dl,
9
+ .redactor_editor blockquote,
10
+ .redactor_editor pre,
11
+ .redactor_editor h1,
12
+ .redactor_editor h2,
13
+ .redactor_editor h3,
14
+ .redactor_editor h4,
15
+ .redactor_editor h5 {
16
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
17
+ }
18
+
19
+ .redactor_editor code,
20
+ .redactor_editor pre {
21
+ font-family: Menlo, Monaco, monospace, sans-serif !important;
22
+ }
23
+
24
+ .redactor_editor,
25
+ .redactor_editor:focus,
26
+ .redactor_editor div,
27
+ .redactor_editor p,
28
+ .redactor_editor ul,
29
+ .redactor_editor ol,
30
+ .redactor_editor table,
31
+ .redactor_editor dl,
32
+ .redactor_editor blockquote,
33
+ .redactor_editor pre {
34
+ font-size: 15px !important;
35
+ line-height: 1.45em !important;
36
+ }
37
+
38
+ .redactor_editor a {
39
+ color: #15c !important;
40
+ text-decoration: underline !important;
41
+ }
42
+
43
+ .redactor_editor object,
44
+ .redactor_editor embed,
45
+ .redactor_editor video,
46
+ .redactor_editor img {
47
+ width: auto;
48
+ max-width: 100%;
49
+ }
50
+ .redactor_editor video,
51
+ .redactor_editor img {
52
+ height: auto;
53
+ }
54
+
55
+ .redactor_editor div,
56
+ .redactor_editor p,
57
+ .redactor_editor ul,
58
+ .redactor_editor ol,
59
+ .redactor_editor table,
60
+ .redactor_editor dl,
61
+ .redactor_editor blockquote,
62
+ .redactor_editor pre {
63
+ box-shadow: none !important;
64
+ background: none !important;
65
+ margin: 0 !important;
66
+ margin-bottom: 15px !important;
67
+ border: none;
68
+ }
69
+ .redactor_editor iframe,
70
+ .redactor_editor object,
71
+ .redactor_editor hr {
72
+ margin-bottom: 15px !important;
73
+ }
74
+ .redactor_editor blockquote {
75
+ margin-left: 3em !important;
76
+ font-style: italic !important;
77
+ color: #777;
78
+ }
79
+ .redactor_editor ul,
80
+ .redactor_editor ol {
81
+ padding-left: 2em !important;
82
+ }
83
+ .redactor_editor ul ul,
84
+ .redactor_editor ol ol,
85
+ .redactor_editor ul ol,
86
+ .redactor_editor ol ul {
87
+ border: none;
88
+ margin: 2px !important;
89
+ padding: 0 !important;
90
+ padding-left: 2em !important;
91
+ }
92
+ .redactor_editor dl dt { font-weight: bold; }
93
+ .redactor_editor dd { margin-left: 1em;}
94
+
95
+ .redactor_editor table {
96
+ border-collapse: collapse;
97
+ font-size: 1em !important;
98
+ }
99
+ .redactor_editor table td {
100
+ border: 1px solid #ddd;
101
+ padding: 5px !important;
102
+ vertical-align: top;
103
+ }
104
+ .redactor_editor table thead td {
105
+ border-bottom: 2px solid #000 !important;
106
+ font-weight: bold !important;
107
+ }
108
+ .redactor_editor code {
109
+ background-color: #d8d7d7 !important;
110
+ }
111
+ .redactor_editor pre {
112
+ font-size: 90% !important;
113
+ background: #f8f8f8 !important;
114
+ border: 1px solid #ddd !important;
115
+ border-radius: 3px !important;
116
+ padding: 1em !important;
117
+ white-space: pre;
118
+ overflow: auto;
119
+ }
120
+ .redactor_editor hr {
121
+ display: block;
122
+ height: 1px;
123
+ border: 0;
124
+ border-top: 1px solid #ccc;
125
+ }
126
+
127
+ .redactor_editor h1,
128
+ .redactor_editor h2,
129
+ .redactor_editor h3,
130
+ .redactor_editor h4,
131
+ .redactor_editor h5 {
132
+ color: #000;
133
+ background: none;
134
+ margin: 0 !important;
135
+ padding: 0 !important;
136
+ font-weight: bold;
137
+ }
138
+
139
+ .redactor_editor h1 {
140
+ font-size: 36px !important;
141
+ line-height: 40px !important;
142
+ margin-bottom: 10px !important;
143
+ }
144
+ .redactor_editor h2 {
145
+ font-size: 30px !important;
146
+ line-height: 38px !important;
147
+ margin-bottom: 15px !important;
148
+ }
149
+ .redactor_editor h3 {
150
+ font-size: 24px !important;
151
+ line-height: 30px !important;
152
+ margin-bottom: 10px !important;
153
+ }
154
+ .redactor_editor h4 {
155
+ font-size: 18px !important;
156
+ line-height: 24px !important;
157
+ margin-bottom: 10px !important;
158
+ }
159
+ .redactor_editor h5 {
160
+ font-size: 1em !important;
161
+ margin-bottom: 10px !important;
162
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-28 00:00:00.000000000 Z
12
+ date: 2013-02-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Easy to use general purpose settings backend for activeadmin
15
15
  email:
@@ -57,8 +57,11 @@ files:
57
57
  - vendor/assets/javascripts/jquery.easytabs.js
58
58
  - vendor/assets/javascripts/jquery.form.js
59
59
  - vendor/assets/javascripts/redactor.js.erb
60
+ - vendor/assets/javascripts/redactor801.js.erb
60
61
  - vendor/assets/stylesheets/activeadmin_settings.css.scss
61
- - vendor/assets/stylesheets/redactor.css
62
+ - vendor/assets/stylesheets/redactor.css.scss
63
+ - vendor/assets/stylesheets/redactor801.css
64
+ - vendor/assets/stylesheets/redactor_guidelines.css.scss
62
65
  homepage: https://github.com/slate-studio/activeadmin-settings
63
66
  licenses: []
64
67
  post_install_message:
@@ -71,12 +74,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
74
  - - ! '>='
72
75
  - !ruby/object:Gem::Version
73
76
  version: '0'
77
+ segments:
78
+ - 0
79
+ hash: 599741513896781436
74
80
  required_rubygems_version: !ruby/object:Gem::Requirement
75
81
  none: false
76
82
  requirements:
77
83
  - - ! '>='
78
84
  - !ruby/object:Gem::Version
79
85
  version: '0'
86
+ segments:
87
+ - 0
88
+ hash: 599741513896781436
80
89
  requirements: []
81
90
  rubyforge_project:
82
91
  rubygems_version: 1.8.24