File tree 8 files changed +21
-9
lines changed
app/assets/stylesheets/formadmin
8 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,20 @@ Modern and responsive theme for Active Admin used by Formaweb.
4
4
5
5
## Installation
6
6
7
- 1 . Please make sure that you are using Active Admin from their Github repo:
7
+ Please make sure that you are using Active Admin from their Github repo:
8
+
8
9
```
9
10
gem 'activeadmin', github: 'activeadmin/activeadmin'
10
11
```
11
12
12
- 2 . Add this gem in your ` Gemfile ` :
13
+ Add this gem in your ` Gemfile ` :
14
+
13
15
```
14
16
gem 'formadmin'
15
17
```
16
18
17
- 3 . So, bundle...
19
+ So, bundle...
20
+
18
21
```
19
22
$ bundle install
20
23
```
@@ -35,3 +38,7 @@ Instead loading defaults...
35
38
```
36
39
@import 'formadmin/formadmin';
37
40
```
41
+
42
+ ## Screenshots
43
+
44
+ +![ Formadmin] ( formadmin.gif )
Original file line number Diff line number Diff line change 1
1
%input {
2
2
appearance : none ;
3
+ -webkit-appearance : none ;
3
4
background-color : $white ;
4
5
border : 1px solid rgba ($silver , 0.75 );
5
6
border-radius : $radius ;
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ form {
128
128
129
129
input [type = ' checkbox' ] {
130
130
appearance : none ;
131
+ -webkit-appearance : none ;
131
132
background-color : shade ($white , 5% );
132
133
border : 1px solid $silver ;
133
134
border-radius : $radius ;
Original file line number Diff line number Diff line change 1
1
.panel ,
2
- .section ,
3
2
.sidebar_section {
4
3
@extend %box ;
5
4
margin-bottom : 20px ;
Original file line number Diff line number Diff line change
1
+ table {
2
+ border-collapse : separate ;
3
+ width : 100% ;
4
+ }
5
+
1
6
table .index_table {
2
7
@extend %box ;
3
8
background-color : $white ;
4
- border-collapse : separate ;
5
- width : 100% ;
6
9
7
10
.centralized {
8
11
text-align : center ;
@@ -168,7 +171,8 @@ table.index_table {
168
171
}
169
172
170
173
// Resource Attributes Table
171
- .attributes_table {
174
+ .attributes_table ,
175
+ .panel_contents {
172
176
overflow : hidden ;
173
177
174
178
table {
Original file line number Diff line number Diff line change 1
- .footer {
1
+ #footer .footer {
2
2
background-color : $white ;
3
3
border-top : 1px solid $silver ;
4
4
box-shadow : 0 0 10px rgba ($black , 0.1 );
Original file line number Diff line number Diff line change 1
1
module Formadmin
2
- VERSION = '0.1.4 '
2
+ VERSION = '0.1.5 '
3
3
end
You can’t perform that action at this time.
0 commit comments