express_admin 1.7.23 → 1.7.24
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd9ac1eda63fbbe8d3c7730b963ab6ce4c3010d1
|
4
|
+
data.tar.gz: b518962a086923b836ad72a6202ae43b9fba04a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd1b549d3cf7ac097f4053f04c54d0a466217925ea6d8ad9cd3a5bd003a9f1034ed3d0818e5753027fa602d61e4960559042121efc6e667227d4a4495d79e2db
|
7
|
+
data.tar.gz: 5a04a5f5e20eef582b15263c084bacb0ed0e0b38debe7007c74357925cbd8fff4a70f7f079d56138b059239ae96aca24ec0ac55d1b8264a20c490797f034b57d
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: express_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Talcott Smith
|
@@ -431,7 +431,6 @@ files:
|
|
431
431
|
- app/assets/stylesheets/express_admin/shared/_media_object.sass
|
432
432
|
- app/assets/stylesheets/express_admin/shared/_messages.sass
|
433
433
|
- app/assets/stylesheets/express_admin/shared/_progress.sass
|
434
|
-
- app/assets/stylesheets/express_admin/shared/_reveal.sass
|
435
434
|
- app/assets/stylesheets/express_admin/shared/_tables.sass
|
436
435
|
- app/assets/stylesheets/express_admin/shared/_trees.sass
|
437
436
|
- app/assets/stylesheets/express_admin/shared/_widgets.sass
|
@@ -1,20 +0,0 @@
|
|
1
|
-
dialog, .reveal-modal
|
2
|
-
position: fixed
|
3
|
-
max-width: inherit
|
4
|
-
top: 0px !important
|
5
|
-
transition: top .25s ease
|
6
|
-
width: 96%
|
7
|
-
height: 90%
|
8
|
-
overflow: scroll
|
9
|
-
|
10
|
-
&.open
|
11
|
-
top: 60px !important
|
12
|
-
|
13
|
-
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal
|
14
|
-
right: 7px
|
15
|
-
top: -5px
|
16
|
-
|
17
|
-
h1
|
18
|
-
font-size: 1.6rem
|
19
|
-
font-weight: normal
|
20
|
-
margin-bottom: 10px
|