rails_admin_content 0.2.0 → 0.2.1
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 +4 -4
- data/app/assets/stylesheets/rails_admin_content.css +2 -1
- data/{app/assets/stylesheets/develop/application → lib/assets/stylesheets}/common.css.sass +0 -0
- data/{app/assets/stylesheets/develop/application → lib/assets/stylesheets}/forbidden.css.sass +0 -0
- data/lib/rails_admin_content/version.rb +1 -1
- metadata +18 -6
- data/app/assets/stylesheets/develop/application.css.scss +0 -6
- data/app/assets/stylesheets/develop/application/login.css.sass +0 -153
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5357b2927e1dad8c03c98c0f51e21ff0e337b7c7
|
4
|
+
data.tar.gz: b68d48176b17cf56c1dbc610316188bbf31d2b23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb506451fa2c7445678cceb81a839f412cb8bd800b451e0bf86f2639d77e2fd126bac1eb92551650a83371bf863ff30f2bc1eed71ff04474e46b81d47e773ae
|
7
|
+
data.tar.gz: 7857810a4bcf3d9949043fe5c2ad238bd7c99faeeeffa4a15e528791d8afc9e559d6e3cc3c32bf6c52e4d9b0843cb1c7af5ec7fb8f43fb1e1cf3ea623dd82fe7
|
File without changes
|
data/{app/assets/stylesheets/develop/application → lib/assets/stylesheets}/forbidden.css.sass
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_content
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -80,6 +80,20 @@ dependencies:
|
|
80
80
|
- - '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: compass
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ~>
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 0.12.2
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ~>
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 0.12.2
|
83
97
|
- !ruby/object:Gem::Dependency
|
84
98
|
name: sass-rails
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,10 +158,6 @@ files:
|
|
144
158
|
- app/assets/images/common/sidebar_search.png
|
145
159
|
- app/assets/javascripts/develop/manages.js.coffee
|
146
160
|
- app/assets/javascripts/rails_admin_content.js
|
147
|
-
- app/assets/stylesheets/develop/application/common.css.sass
|
148
|
-
- app/assets/stylesheets/develop/application/forbidden.css.sass
|
149
|
-
- app/assets/stylesheets/develop/application/login.css.sass
|
150
|
-
- app/assets/stylesheets/develop/application.css.scss
|
151
161
|
- app/assets/stylesheets/develop/manages.css.scss
|
152
162
|
- app/assets/stylesheets/rails_admin_content.css
|
153
163
|
- app/assets/stylesheets/site.css
|
@@ -188,6 +198,7 @@ files:
|
|
188
198
|
- lib/assets/javascripts/jquery/jquery.cookie.js
|
189
199
|
- lib/assets/javascripts/jquery/jquery.jeditable.js
|
190
200
|
- lib/assets/stylesheets/bootstrap/bootstrap-app.css
|
201
|
+
- lib/assets/stylesheets/common.css.sass
|
191
202
|
- lib/assets/stylesheets/dyndatetime/calendar-system.css
|
192
203
|
- lib/assets/stylesheets/dyndatetime/skins/aqua/active-bg.gif
|
193
204
|
- lib/assets/stylesheets/dyndatetime/skins/aqua/dark-bg.gif
|
@@ -199,6 +210,7 @@ files:
|
|
199
210
|
- lib/assets/stylesheets/dyndatetime/skins/aqua/theme.css
|
200
211
|
- lib/assets/stylesheets/dyndatetime/skins/aqua/title-bg.gif
|
201
212
|
- lib/assets/stylesheets/dyndatetime/skins/aqua/today-bg.gif
|
213
|
+
- lib/assets/stylesheets/forbidden.css.sass
|
202
214
|
- lib/rails_admin_content/client.rb
|
203
215
|
- lib/rails_admin_content/engine.rb
|
204
216
|
- lib/rails_admin_content/helper.rb
|
@@ -1,153 +0,0 @@
|
|
1
|
-
.login_warp
|
2
|
-
position: relative
|
3
|
-
height: 100%
|
4
|
-
min-height: 600px
|
5
|
-
z-index: 555
|
6
|
-
background: #fff
|
7
|
-
.login_center
|
8
|
-
position: absolute
|
9
|
-
width: 960px
|
10
|
-
height: 440px
|
11
|
-
top: 50%
|
12
|
-
left: 50%
|
13
|
-
margin: -280px auto 0 -480px
|
14
|
-
display: block
|
15
|
-
.logo
|
16
|
-
height: 75px
|
17
|
-
display: block
|
18
|
-
position: relative
|
19
|
-
a
|
20
|
-
font-size: 32px
|
21
|
-
position: absolute
|
22
|
-
top: 30px
|
23
|
-
left: 60px
|
24
|
-
color: #333
|
25
|
-
&:hover
|
26
|
-
color: #666
|
27
|
-
.lg_main
|
28
|
-
font-size: 0px
|
29
|
-
position: relative
|
30
|
-
vertical-align: top
|
31
|
-
.left_product
|
32
|
-
width: 560px
|
33
|
-
display: inline-block
|
34
|
-
*display: inline
|
35
|
-
zoom: 1
|
36
|
-
// background: #CCC
|
37
|
-
height: 320px
|
38
|
-
position: relative
|
39
|
-
.title
|
40
|
-
font-size: 18px
|
41
|
-
left: 60px
|
42
|
-
top: 0px
|
43
|
-
position: absolute
|
44
|
-
display: none
|
45
|
-
ul
|
46
|
-
width: 440px
|
47
|
-
height: 220px
|
48
|
-
overflow: hidden
|
49
|
-
left: 60px
|
50
|
-
position: absolute
|
51
|
-
top: 35px
|
52
|
-
li
|
53
|
-
float: left
|
54
|
-
display: block
|
55
|
-
width: 110px
|
56
|
-
height: 110px
|
57
|
-
//background: #{$color11}
|
58
|
-
&:hover
|
59
|
-
opacity: 0.7
|
60
|
-
.loginBox
|
61
|
-
width: 400px
|
62
|
-
display: inline-block
|
63
|
-
*display: inline
|
64
|
-
zoom: 1
|
65
|
-
height: 320px
|
66
|
-
vertical-align: top
|
67
|
-
position: relative
|
68
|
-
ul
|
69
|
-
list-style: none
|
70
|
-
margin-top: 36px
|
71
|
-
margin-bottom: 25px
|
72
|
-
li
|
73
|
-
list-style: none
|
74
|
-
display: block
|
75
|
-
margin-bottom: 10px
|
76
|
-
label
|
77
|
-
display: block
|
78
|
-
font-size: 12px
|
79
|
-
color: #000
|
80
|
-
padding-bottom: 5px
|
81
|
-
input.text
|
82
|
-
display: block
|
83
|
-
padding: 5px 10px
|
84
|
-
font-size: 14px
|
85
|
-
width: 250px
|
86
|
-
outline: none
|
87
|
-
border: 1px solid #999
|
88
|
-
&:focus
|
89
|
-
border: 1px solid #333
|
90
|
-
outline: none
|
91
|
-
.send
|
92
|
-
display: block
|
93
|
-
height: 60px
|
94
|
-
position: relative
|
95
|
-
.loginBtn
|
96
|
-
display: block
|
97
|
-
border: 0px
|
98
|
-
//background: #{$color11}
|
99
|
-
color: #fff
|
100
|
-
width: 98px
|
101
|
-
height: 30px
|
102
|
-
font-size: 14px
|
103
|
-
text-align: center
|
104
|
-
padding-top: 0
|
105
|
-
&:hover
|
106
|
-
opacity: 0.9
|
107
|
-
&:focus
|
108
|
-
opacity: 0.9
|
109
|
-
.RememberMe
|
110
|
-
display: block
|
111
|
-
position: absolute
|
112
|
-
top: 8px
|
113
|
-
left: 110px
|
114
|
-
cursor: pointer
|
115
|
-
span
|
116
|
-
font-size: 12px
|
117
|
-
padding-left: 10px
|
118
|
-
cursor: pointer
|
119
|
-
.moreLink
|
120
|
-
display: block
|
121
|
-
position: absolute
|
122
|
-
top: 240px
|
123
|
-
left: 10px
|
124
|
-
a
|
125
|
-
font-size: 12px
|
126
|
-
margin-right: 40px
|
127
|
-
&:hover
|
128
|
-
text-decoration: underline
|
129
|
-
.lg_footer
|
130
|
-
display: block
|
131
|
-
position: absolute
|
132
|
-
width: 100%
|
133
|
-
bottom: 67px
|
134
|
-
text-align: center
|
135
|
-
ul
|
136
|
-
list-style: none
|
137
|
-
text-align: center
|
138
|
-
font-size: 0px
|
139
|
-
li
|
140
|
-
list-style: none
|
141
|
-
display: inline-block
|
142
|
-
*display: inline
|
143
|
-
zoom: 1
|
144
|
-
a
|
145
|
-
font-size: 14px
|
146
|
-
padding: 10px 30px
|
147
|
-
display: block
|
148
|
-
&:hover
|
149
|
-
text-decoration: underline
|
150
|
-
p
|
151
|
-
display: block
|
152
|
-
text-align: center
|
153
|
-
color: #666
|