File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ source 'http://rubygems.org'
3
3
gem 'rails' , '3.0.6'
4
4
gem 'sqlite3-ruby' , :require => 'sqlite3'
5
5
gem 'nifty-generators'
6
- gem "activeadmin" , :git => "git://github.com/gregbell/active_admin"
6
+ gem "activeadmin" , '>=0.2.1'
7
7
gem "faker"
8
-
9
8
gem 'newrelic_rpm' , '3.0.0'
10
9
gem 'hoptoad_notifier' , '2.4.9'
11
10
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: git://github.com/gregbell/active_admin
3
- revision: cfbbee7efc0da75620ce531e8f8226c4edf554cc
4
- specs:
5
- activeadmin (0.1.1 )
6
- devise (>= 1.1.2 )
7
- formtastic (>= 1.1.0 )
8
- haml (>= 3.0.18 )
9
- inherited_views
10
- meta_search (>= 0.9.2 )
11
- rails (>= 3.0.0 )
12
- will_paginate (>= 3.0.pre2 )
13
-
14
1
GEM
15
2
remote: http://rubygems.org/
16
3
specs:
28
15
rack-mount (~> 0.6.14 )
29
16
rack-test (~> 0.5.7 )
30
17
tzinfo (~> 0.3.23 )
18
+ activeadmin (0.2.1 )
19
+ devise (>= 1.1.2 )
20
+ formtastic (>= 1.1.0 )
21
+ haml (>= 3.0.18 )
22
+ inherited_views
23
+ meta_search (>= 0.9.2 )
24
+ rails (>= 3.0.0 )
25
+ will_paginate (>= 3.0.pre2 )
31
26
activemodel (3.0.6 )
32
27
activesupport (= 3.0.6 )
33
28
builder (~> 2.1.2 )
@@ -121,7 +116,7 @@ PLATFORMS
121
116
ruby
122
117
123
118
DEPENDENCIES
124
- activeadmin !
119
+ activeadmin ( >= 0.2.1 )
125
120
faker
126
121
hoptoad_notifier (= 2.4.9 )
127
122
mechanize
Original file line number Diff line number Diff line change 1
1
/* Active Admin CSS */
2
2
span .icon {
3
- vertical-align : middle; }
3
+ vertical-align : middle;
4
+ display : inline-block; }
4
5
5
6
span .icon svg {
6
7
vertical-align : baseline; }
@@ -1366,6 +1367,8 @@ table.dashboard {
1366
1367
-webkit-box-shadow : none;
1367
1368
background : none;
1368
1369
width : 150px ;
1370
+ font-size : 0.9em ;
1371
+ padding-left : 0 ;
1369
1372
text-transform : uppercase;
1370
1373
color : # 5e6469 ;
1371
1374
text-shadow : white 0 1px 0 ; }
@@ -1375,6 +1378,9 @@ table.dashboard {
1375
1378
text-transform : uppercase;
1376
1379
letter-spacing : 0.2em ; }
1377
1380
1381
+ .sidebar_section .attributes_table th {
1382
+ width : 50px ; }
1383
+
1378
1384
.status {
1379
1385
background : # cacaca ;
1380
1386
color : # fff ;
You can’t perform that action at this time.
0 commit comments